|
Postfix3.3.1
|
#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++; } |
make_dirs.c の 52 行目に定義があります。
1.8.9.1