HomeSort by relevance Sort by last modified time
    Searched full:fderr (Results 1 - 3 of 3) sorted by null

  /external/clearsilver/man/man3/
filter_create_fd.3 21 NEOERR *filter_create_fd(const char *cmd, int *fdin, int *fdout, int *fderr,
39 fderr -> pointer to return the stderr pipe, or NULL if you don't
50 function returns by the fdin/fdout/fderr arguments. A
61 fderr -> the stderr file descriptor of the sub process
  /external/clearsilver/util/
filter.c 55 NEOERR *filter_create_fd (const char *cmd, int *fdin, int *fdout, int *fderr,
86 if (fderr)
88 *fderr = 0;
125 if (fderr)
148 if (fderr)
166 if (fderr)
169 *fderr = pe[0];
180 int fdin = 0, fdout = 0, fderr = 0; local
185 if (err) pfderr = &fderr;
211 *err = fdopen (fderr, "r")
    [all...]
filter.h 46 * function returns by the fdin/fdout/fderr arguments. A
57 * fderr -> pointer to return the stderr pipe, or NULL if you don't
61 * fderr -> the stderr file descriptor of the sub process
65 NEOERR *filter_create_fd(const char *cmd, int *fdin, int *fdout, int *fderr,

Completed in 36 milliseconds