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