HomeSort by: relevance | last modified time | path
    Searched refs:sys_exits_detail (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
sys_exits.h 23 } SYS_EXITS_DETAIL;
26 extern const SYS_EXITS_DETAIL *sys_exits_detail(int);
sys_exits.c 17 /* } SYS_EXITS_DETAIL;
25 /* const SYS_EXITS_DETAIL *sys_exits_detail(code)
41 /* sys_exits_detail() returns a table entry with assorted
44 /* The generic entry may be overwritten with each sys_exits_detail()
78 static const SYS_EXITS_DETAIL sys_exits_table[] = {
98 static SYS_EXITS_DETAIL sys_exits_default[] = {
104 static SYS_EXITS_DETAIL *sys_exits_fake(int code)
125 /* sys_exits_detail - map exit status info table entry */
127 const SYS_EXITS_DETAIL *sys_exits_detail(int code function
    [all...]
mail_copy.c 303 sys_exits_detail(EX_IOERR)->text,
307 sys_exits_detail(EX_IOERR)->text,
pipe_command.c 409 const SYS_EXITS_DETAIL *sp;
463 dsb_unix(why, "4.3.0", sys_exits_detail(EX_OSERR)->text,
623 log_buf : sys_exits_detail(EX_SOFTWARE)->text,
637 log_buf : sys_exits_detail(EX_SOFTWARE)->text,
652 sp = sys_exits_detail(WEXITSTATUS(wait_status));
664 sp = sys_exits_detail(WEXITSTATUS(wait_status));

Completed in 49 milliseconds