Postfix3.3.1
マクロ定義 | 関数
make_dirs.c ファイル
#include <sys_defs.h>
#include <sys/stat.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include "msg.h"
#include "mymalloc.h"
#include "stringops.h"
#include "make_dirs.h"
#include "warn_stat.h"

[ソースコード]

マクロ定義

#define SKIP_WHILE(cond, ptr)   { while(*ptr && (cond)) ptr++; }
 

関数

int make_dirs (const char *path, int perms)
 

マクロ定義詳解

#define SKIP_WHILE (   cond,
  ptr 
)    { while(*ptr && (cond)) ptr++; }

関数詳解

int make_dirs ( const char *  path,
int  perms 
)

make_dirs.c52 行目に定義があります。