pipe              149 gtags-cscope/mypopen.c 	if(pipe(p) < 0)
pipe              205 libutil/dbop.c 	if (pipe(opipe) < 0 || pipe(ipipe) < 0)
pipe              198 libutil/xargs.c 	FILE *pipe = NULL;
pipe              267 libutil/xargs.c 		pipe = popen(strbuf_value(comline), "r");
pipe              268 libutil/xargs.c 		if (pipe == NULL)
pipe              272 libutil/xargs.c 	return pipe;
pipe              289 libutil/xargs.c 	xp->pipe = NULL;
pipe              425 libutil/xargs.c 	if (xp->pipe && strbuf_fgets(xp->result, xp->pipe, STRBUF_NOCRLF) != NULL) {
pipe              430 libutil/xargs.c 	if (xp->pipe)
pipe              431 libutil/xargs.c 		if (pclose(xp->pipe) != 0 && !xp->ignore_error)
pipe              437 libutil/xargs.c 		xp->pipe = execute_command(xp);
pipe              438 libutil/xargs.c 		if (xp->pipe && strbuf_fgets(xp->result, xp->pipe, STRBUF_NOCRLF) != NULL) {
pipe              443 libutil/xargs.c 		if (xp->pipe) {
pipe              444 libutil/xargs.c 			if (pclose(xp->pipe) != 0 && !xp->ignore_error)
pipe              476 libutil/xargs.c 	assert(xp->pipe == NULL);
pipe               52 libutil/xargs.h 	FILE *pipe;
pipe              105 plugin-factory/exuberant-ctags.c 	if (pipe(opipe) < 0 || pipe(ipipe) < 0)