Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dpipe_command.h83 extern int pipe_command(VSTREAM *, DSN_BUF *,...);
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 \
2363 pipe_command.o: ../../include/argv.h
2364 pipe_command.o: ../../include/check_arg.h
2365 pipe_command.o: ../../include/chroot_uid.h
2366 pipe_command.o: ../../include/clean_env.h
2367 pipe_command.o: ../../include/exec_command.h
2368 pipe_command.o: ../../include/iostuff.h
2369 pipe_command.o: ../../include/msg.h
[all …]
Dpipe_command.c391 int pipe_command(VSTREAM *src, DSN_BUF *why,...) in pipe_command() function
/netbsd/src/external/ibm-public/postfix/dist/src/pipe/
DMakefile.in82 pipe.o: ../../include/pipe_command.h
Dpipe.c1307 command_status = pipe_command(request->fp, why, in deliver_message()
/netbsd/src/external/ibm-public/postfix/dist/src/local/
Dcommand.c213 cmd_status = pipe_command(state.msg_attr.fp, why, in deliver_command()
DMakefile.in158 command.o: ../../include/pipe_command.h
/netbsd/src/external/ibm-public/postfix/lib/global/
DMakefile126 pipe_command.c \
/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-cmds.c1107 pipe_command (const char *arg, int from_tty) in pipe_command() function
2823 = add_com ("pipe", class_support, pipe_command, _("\ in _initialize_cli_cmds()
/netbsd/src/external/ibm-public/postfix/dist/
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 …]
DWISHLIST30 In pipe_command() and spawn_command(), the child process
/netbsd/src/external/gpl3/gdb/dist/gdb/
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.