Postfix3.3.1
マクロ定義 | 関数
dot_lockfile.c ファイル
#include "sys_defs.h"
#include <sys/stat.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <time.h>
#include <vstring.h>
#include <stringops.h>
#include <mymalloc.h>
#include <iostuff.h>
#include <warn_stat.h>
#include "mail_params.h"
#include "dot_lockfile.h"

[ソースコード]

マクロ定義

#define MILLION   1000000
 

関数

int dot_lockfile (const char *path, VSTRING *why)
 
void dot_unlockfile (const char *path)
 

マクロ定義詳解

#define MILLION   1000000

dot_lockfile.c76 行目に定義があります。

関数詳解

int dot_lockfile ( const char *  path,
VSTRING why 
)

dot_lockfile.c80 行目に定義があります。

void dot_unlockfile ( const char *  path)

dot_lockfile.c133 行目に定義があります。