Searched refs:shell (Results 1 – 10 of 10) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | proc_open.c | 153 const char *shell = NULL; in proc_open() local 157 if (NULL == (shell = getenv(SHELLENV)) && in proc_open() 185 if (shell) { in proc_open() 186 buffer_append_string(cmdline, shell); in proc_open() 237 const char *shell; in proc_open() local 239 if (NULL == (shell = getenv(SHELLENV))) { in proc_open() 240 shell = "/bin/sh"; in proc_open() 260 execl(shell, shell, "-c", command, (char *)NULL); in proc_open() 261 fprintf(stderr, "failed to execute shell: %s -c %s: %s\n", shell, command, strerror(errno)); in proc_open()
|
| /mOS-networking-stack/dpdk-iface-kmod/ |
| H A D | Makefile | 14 DPDK_MACHINE_LDFLAGS=$(shell cat ${DPDK_MACHINE_LINKER_FLAGS}) 28 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules 37 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
|
| /mOS-networking-stack/core/src/ |
| H A D | Makefile.in | 42 ifeq ($(shell uname), Darwin) 112 …$(eval export GCC_OPT := $(GCC_OPT) -DMAX_CPUS=$(shell let cpus=`lscpu | grep "Core(s) per socket"…
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | configuration.txt | 507 on shell use:
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 269 # Sed substitution to delay expansion of an escaped shell variable in a 466 # expand to a commented shell variable setting: 513 # into 'config.status', and then the shell code to quote escape them in 535 # The HP-UX ksh and POSIX shell print the target directory to stdout 1192 # of the generated configure script that will find a shell with a builtin 1240 _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) 1778 # If test is not a shell built-in, we'll probably end up computing a 3465 # func_win32_libid is a shell function defined in ltmain.sh 3778 # two different shell functions defined in ltmain.sh; 8280 # Find out whether the shell is Bourne or XSI compatible, [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | aclocal.m4 | 919 dnl mangled by Autoconf and run in a shell conditional statement. 1193 # Do 'set' in a subshell so we don't clobber the current shell's
|
| H A D | NEWS | 60 * [proc,include_shell] log error if exec shell fails (fixes #2280) 546 * fixed default-shell if SHELL is not set (#441)
|
| H A D | ltmain.sh | 372 # else. There's no portable way to scope variables in Bourne shell
|
| H A D | configure | 497 …{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit …
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 489 …{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit …
|