Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dproc_open.c22 # define SECURITY_CC , security macro
48 # define SECURITY_CC macro
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()