Home
last modified time | relevance | path

Searched refs:pipe_open (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dproc_open.c77 static int pipe_open(pipe_t *p, int fd SECURITY_DC) { in pipe_open() function
99 if (pipe_open(&(proc->in), 0 SECURITY_CC) != 0) { in proc_open_pipes()
102 if (pipe_open(&(proc->out), 1 SECURITY_CC) != 0) { in proc_open_pipes()
105 if (pipe_open(&(proc->err), 2 SECURITY_CC) != 0) { in proc_open_pipes()