Postfix3.3.1
|
#include <sys_defs.h>
#include <sys/time.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <stdio.h>
#include <fcntl.h>
#include <signal.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
マクロ定義 | |
#define | FIFO_PATH "test-fifo" |
#define | perrorexit(s) { perror(s); exit(1); } |
関数 | |
int | main (int unused_argc, char **unused_argv) |
#define FIFO_PATH "test-fifo" |
fifo_rdwr_bug.c の 37 行目に定義があります。
#define perrorexit | ( | s | ) | { perror(s); exit(1); } |
fifo_rdwr_bug.c の 38 行目に定義があります。
fifo_rdwr_bug.c の 48 行目に定義があります。