Query: filter_create_fp
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
filter_create_fp(3) util/filter.h filter_create_fp(3)NAMEfilter_create_fp - similar to filter_create_fd except with buffered FILE*SYNOPSIS#include <util/filter.h> NEOERR *filter_create_fp(const char *cmd, FILE **in, FILE **out, FILE **err, pid_t *pid);ARGUMENTScmd -> the sub command to execute. Will be executed with /bin/sh -c in -> pointer to return the stdin pipe, or NULL if you don't want the stdin pipe out -> pointer to return the stdout pipe, or NULL if you don't want the stdout pipe err -> pointer to return the stderr pipe, or NULL if you don't want the stderr pipeDESCRIPTIONfilter_create_fp is identical to filter_create_fd, except each of the pipes is wrapped in a buffered stdio FILERETURN VALUEin -> the stdin FILE of the sub process out -> the stdout FILE of the sub process err -> the stderr FILE of the sub process pid -> the pid of the sub processSEE ALSOfilter_wait(3), filter_create_fp(3), filter_create_fd ClearSilver 12 July 2007 filter_create_fp(3)
Related Man Pages |
---|
popen(3c) - opensolaris |
p2close(3gen) - sunos |
fopen(3s) - v7 |
rfio_pclose(3) - debian |
popen(3c) - sunos |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Weird 'find' results |
New UNIX and Linux History Sections |