Postfix3.3.1
全て データ構造 ファイル 関数 変数 型定義 マクロ定義
マクロ定義 | 関数
close_on_exec.c ファイル
#include <sys_defs.h>
#include <fcntl.h>
#include "msg.h"
#include "iostuff.h"

[ソースコード]

マクロ定義

#define PATTERN   FD_CLOEXEC
 

関数

int close_on_exec (int fd, int on)
 

マクロ定義詳解

#define PATTERN   FD_CLOEXEC

close_on_exec.c45 行目に定義があります。

関数詳解

int close_on_exec ( int  fd,
int  on 
)

close_on_exec.c49 行目に定義があります。