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

[ソースコード]

マクロ定義

#define WARN_STAT_INTERNAL
 

関数

int warn_stat (const char *path, struct stat *st)
 
int warn_lstat (const char *path, struct stat *st)
 
int warn_fstat (int fd, struct stat *st)
 

マクロ定義詳解

#define WARN_STAT_INTERNAL

warn_stat.c44 行目に定義があります。

関数詳解

int warn_fstat ( int  fd,
struct stat st 
)

warn_stat.c93 行目に定義があります。

int warn_lstat ( const char *  path,
struct stat st 
)

warn_stat.c81 行目に定義があります。

int warn_stat ( const char *  path,
struct stat st 
)

warn_stat.c69 行目に定義があります。