⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filter_create_fp.3

📁 在 linux平台上的网页编程的模板
💻 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 + -