Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlighttpd-angel.c32 static void sigaction_handler(int sig, siginfo_t *si, void *context) { in sigaction_handler() argument
39 memcpy(&last_sigterm_info, si, sizeof(*si)); in sigaction_handler()
45 memcpy(&last_sighup_info, si, sizeof(*si)); in sigaction_handler()
H A Dproc_open.c150 STARTUPINFO si; in proc_open() local
175 memset(&si, 0, sizeof(si)); in proc_open()
176 si.cb = sizeof(si); in proc_open()
177 si.dwFlags = STARTF_USESTDHANDLES; in proc_open()
178 si.hStdInput = proc->in.child; in proc_open()
179 si.hStdOutput = proc->out.child; in proc_open()
180 si.hStdError = proc->err.child; in proc_open()
194 NORMAL_PRIORITY_CLASS, NULL, NULL, &si, &pi); in proc_open()
H A Dserver.c100 sigaction_handler(int sig, siginfo_t *si, void *context) { in sigaction_handler() argument
104 if (!si) si = &empty_siginfo; in sigaction_handler()
109 last_sigterm_info = *si; in sigaction_handler()
117 last_sigterm_info = *si; in sigaction_handler()
133 last_sighup_info = *si; in sigaction_handler()
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m42583 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
4022 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
4023 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
4024 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfigure11615 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`