?? filter_create_fp.3
字號:
.TH filter_create_fp 3 "12 July 2007" "ClearSilver" "util/filter.h".de Ss.sp.ft CW.nf...de Se.fi.ft P.sp...SH NAMEfilter_create_fp - similar to filter_create_fd except withbuffered FILE* .SH SYNOPSIS.Ss#include <util/filter.h>.Se.SsNEOERR *filter_create_fp(const char *cmd, FILE **in, FILE **out, FILE **err, pid_t *pid);.Se.SH ARGUMENTScmd -> the sub command to execute. Will be executed with.br/bin/sh -c.brin -> pointer to return the stdin pipe, or NULL if you don't.brwant the stdin pipe.brout -> pointer to return the stdout pipe, or NULL if you don't.brwant the stdout pipe.brerr -> pointer to return the stderr pipe, or NULL if you don't.brwant the stderr pipe.SH DESCRIPTIONfilter_create_fp is identical to filter_create_fd,except each of the pipes is wrapped in a buffered stdio FILE .SH "RETURN VALUE"in -> the stdin FILE of the sub process.brout -> the stdout FILE of the sub process.brerr -> the stderr FILE of the sub process.brpid -> the pid of the sub process.SH "SEE ALSO".BR filter_wait "(3), "filter_create_fp "(3), "filter_create_fd
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -