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

  /src/external/ibm-public/postfix/dist/src/global/
pipe_command.c 1 /* $NetBSD: pipe_command.c,v 1.2 2017/02/14 01:16:45 christos Exp $ */
5 /* pipe_command 3
9 /* #include <pipe_command.h>
11 /* int pipe_command(src, why, key, value, ...)
16 /* pipe_command() runs a command with a message as standard
34 /* Specifies what value will follow. pipe_command() takes a list
102 /* pipe_command() returns one of the following status codes:
164 #include <pipe_command.h>
389 /* pipe_command - execute command with extreme prejudice */
391 int pipe_command(VSTREAM *src, DSN_BUF *why,... function
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 1101 pipe_command (const char *arg, int from_tty)
2823 = add_com ("pipe", class_support, pipe_command, _("\
1096 pipe_command (const char *arg, int from_tty) function
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 1120 pipe_command (const char *arg, int from_tty)
2870 = add_com ("pipe", class_support, pipe_command, _("\
1115 pipe_command (const char *arg, int from_tty) function
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 91 char *pipe_command = 0; variable
6872 if (pipe_command) {
6873 char *s = new char[strlen(pipe_command) + strlen(pc) + 1 + 1];
6874 strcpy(s, pipe_command);
6877 a_delete pipe_command;
6879 pipe_command = s;
6882 pipe_command = pc;

Completed in 73 milliseconds