Postfix3.3.1
|
#include <sys_defs.h>
#include <sys/wait.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <syslog.h>
#include <msg.h>
#include <exec_command.h>
#include <vstream.h>
#include <argv.h>
#include <set_ugid.h>
#include <clean_env.h>
#include <iostuff.h>
データ構造 | |
struct | VSTREAM_POPEN_ARGS |
型定義 | |
typedef struct VSTREAM_POPEN_ARGS | VSTREAM_POPEN_ARGS |
関数 | |
VSTREAM * | vstream_popen (int flags,...) |
int | vstream_pclose (VSTREAM *stream) |
typedef struct VSTREAM_POPEN_ARGS VSTREAM_POPEN_ARGS |
vstream_popen.c の 279 行目に定義があります。
vstream_popen.c の 193 行目に定義があります。