Searched refs:pipe_command (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | pipe_command.h | 83 extern int pipe_command(VSTREAM *, DSN_BUF *,...);
|
H A D | Makefile.in | 21 pipe_command.c post_mail.c quote_821_local.c quote_822_local.c \ 60 pipe_command.o post_mail.o quote_821_local.o quote_822_local.o \ 100 off_cvt.h opened.h own_inet_addr.h pipe_command.h post_mail.h \ 2318 pipe_command.o: ../../include/argv.h 2319 pipe_command.o: ../../include/check_arg.h 2320 pipe_command.o: ../../include/chroot_uid.h 2321 pipe_command.o: ../../include/clean_env.h 2322 pipe_command.o: ../../include/exec_command.h 2323 pipe_command.o: ../../include/iostuff.h 2324 pipe_command.o: ../../include/msg.h [all …]
|
H A D | pipe_command.c | 391 int pipe_command(VSTREAM *src, DSN_BUF *why,...) in pipe_command() function
|
/netbsd-src/external/ibm-public/postfix/dist/src/local/ |
H A D | command.c | 210 cmd_status = pipe_command(state.msg_attr.fp, why, in deliver_command()
|
H A D | Makefile.in | 170 command.o: ../../include/pipe_command.h
|
/netbsd-src/external/ibm-public/postfix/lib/global/ |
H A D | Makefile | 125 pipe_command.c \
|
/netbsd-src/external/ibm-public/postfix/dist/src/pipe/ |
H A D | Makefile.in | 93 pipe.o: ../../include/pipe_command.h
|
H A D | pipe.c | 1295 command_status = pipe_command(request->fp, why, in deliver_message()
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | node.h | 657 extern char *pipe_command;
|
H A D | input.cpp | 91 char *pipe_command = 0; variable 6872 if (pipe_command) { in pipe_output() 6873 char *s = new char[strlen(pipe_command) + strlen(pc) + 1 + 1]; in pipe_output() 6874 strcpy(s, pipe_command); in pipe_output() 6877 a_delete pipe_command; in pipe_output() 6879 pipe_command = s; in pipe_output() 6882 pipe_command = pc; in pipe_output()
|
H A D | node.cpp | 1608 if (pipe_command) { in real_output_file() 1609 if ((fp = popen(pipe_command, POPEN_WT)) != 0) { in real_output_file() 1637 pipe_command, in ~real_output_file() 1643 pipe_command, exit_status); in ~real_output_file()
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | HISTORY | 443 Cleanup: factored out the pipe_command() code, so it can 931 short uid_t and gid_t. pipe_command() would complain. 949 Files: util/set_eugid.c global/pipe_command.c pipe/pipe.c 1885 File: global/pipe_command.c. 2672 code from pipe_command(); the next step is to trim that 3276 Bugfix: tiny memory leak in pipe_command() when fork() 3277 fails. File: global/pipe_command.c. 4530 behavior from Sendmail. File: global/pipe_command.c. 4580 util/vstream_popen.c, global/pipe_command.c, and everything 5708 global/mail_copy.c, global/pipe_command.c, *qmgr/qmgr_active.c, [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2019 | 8287 (pipe_command): Use gdb::option::process_options. 8338 (pipe_command): Adjust to new repeat_previous 8356 * top.c (repeat_previous): Move bits from pipe_command here: 10282 * cli/cli-cmds.c (pipe_command): New function. 10283 (_initialize_cli_cmds): Call add_com for pipe_command.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2019 | 8287 (pipe_command): Use gdb::option::process_options. 8338 (pipe_command): Adjust to new repeat_previous 8356 * top.c (repeat_previous): Move bits from pipe_command here: 10282 * cli/cli-cmds.c (pipe_command): New function. 10283 (_initialize_cli_cmds): Call add_com for pipe_command.
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.115 | 890 * troff/node.h: Conditionalize pipe_command on POPEN_MISSING. 891 * troff/input.cc (pipe_command): Give an error if POPEN_MISSING.
|