Home
last modified time | relevance | path

Searched refs:pipe_command (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.h83 extern int pipe_command(VSTREAM *, DSN_BUF *,...);
H A DMakefile.in21 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 Dpipe_command.c391 int pipe_command(VSTREAM *src, DSN_BUF *why,...) in pipe_command() function
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dcommand.c210 cmd_status = pipe_command(state.msg_attr.fp, why, in deliver_command()
H A DMakefile.in170 command.o: ../../include/pipe_command.h
/netbsd-src/external/ibm-public/postfix/lib/global/
H A DMakefile125 pipe_command.c \
/netbsd-src/external/ibm-public/postfix/dist/src/pipe/
H A DMakefile.in93 pipe.o: ../../include/pipe_command.h
H A Dpipe.c1295 command_status = pipe_command(request->fp, why, in deliver_message()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.h657 extern char *pipe_command;
H A Dinput.cpp91 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 Dnode.cpp1608 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 DHISTORY443 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 DChangeLog-20198287 (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 DChangeLog-20198287 (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 DChangeLog.115890 * troff/node.h: Conditionalize pipe_command on POPEN_MISSING.
891 * troff/input.cc (pipe_command): Give an error if POPEN_MISSING.