Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DLightyTest.pm121 …my $cmdline = $self->{LIGHTTPD_PATH}." -D -f ".$self->{SRCDIR}."/".$self->{CONFIGFILE}." -m ".$sel…
123 $cmdline = "strace -tt -s 512 -o strace ".$cmdline;
125 $cmdline = "truss -a -l -w all -v all -o strace ".$cmdline;
127 $cmdline = "gdb --batch --ex 'run' --ex 'bt full' --args ".$cmdline." > gdb.out";
129 …$cmdline = "valgrind --tool=memcheck --show-reachable=yes --leak-check=yes --log-file=valgrind ".$
138 exec $cmdline or die($?);
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dproc_open.c155 buffer *cmdline; in proc_open() local
184 cmdline = buffer_init(); in proc_open()
186 buffer_append_string(cmdline, shell); in proc_open()
188 buffer_append_string(cmdline, windir); in proc_open()
189 buffer_append_string_len(cmdline, CONST_STR_LEN("\\system32\\cmd.exe")); in proc_open()
191 buffer_append_string_len(cmdline, CONST_STR_LEN(" /c ")); in proc_open()
192 buffer_append_string(cmdline, command); in proc_open()
193 procok = CreateProcess(NULL, cmdline->ptr, &security, &security, TRUE, in proc_open()
197 fprintf(stderr, "failed to CreateProcess: %s", cmdline->ptr); in proc_open()
198 buffer_free(cmdline); in proc_open()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS815 * fixed cmdline handling in mod_fastcgi