| /netbsd-src/tests/ipf/input/ |
| H A D | ni19 | 1 # 192.168.113.3.1009 > 10.1.1.4.shell: SYN win 32768 <mss 1460,nop,wscale 0,sackOK,nop,nop,nop,nop,… 8 # 10.1.1.4.shell > 10.1.1.1.1009: SYN win 5840 <mss 1460,nop,nop,sackOK,nop,wscale 2> 15 # 192.168.113.3.1009 > 10.1.1.4.shell 21 # 192.168.113.3.1009 > 10.1.1.4.shell 27 # 10.1.1.4.shell > 10.1.1.1.1009 54 # 192.168.113.3.1009 > 10.1.1.4.shell 60 # 10.1.1.4.shell > 10.1.1.1.1009 66 # 192.168.113.3.1009 > 10.1.1.4.shell 75 # 10.1.1.4.shell > 10.1.1.1.1009 81 # 10.1.1.4.shell > 10.1.1.1.1009 [all …]
|
| H A D | ni20 | 1 # 192.168.113.3.1009 > 10.1.1.4.shell: SYN win 32768 <mss 1460,nop,wscale 0,sackOK,nop,nop,nop,nop,… 8 # 192.168.113.4.shell > 192.168.113.3.1009: SYN win 5840 <mss 1460,nop,nop,sackOK,nop,wscale 2> 15 # 192.168.113.3.1009 > 10.1.1.4.shell 21 # 192.168.113.3.1009 > 10.1.1.4.shell 27 # 192.168.113.4.shell > 192.168.113.3.1009 54 # 192.168.113.3.1009 > 10.1.1.4.shell PUSH+ACK 60 # 192.168.113.4.shell > 192.168.113.3.1009 ACK 66 # 192.168.113.3.1009 > 10.1.1.4.shell PUSH+ACK 75 # 192.168.113.4.shell > 192.168.113.3.1009 ACK 81 # 192.168.113.4.shell > 192.168.113.3.1009 PUSH+ACK [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | commands | 6 #0 string/w : shell archive or script for antique kernel text 7 0 string/fwt #!\ /bin/sh POSIX shell script text executable 9 0 string/fwb #!\ /bin/sh POSIX shell script executable (binary data) 14 0 string/fwt #!\ /bin/csh C shell script text executable 17 # korn shell magic, sent by George Wu, gwu@clyde.att.com 18 0 string/fwt #!\ /bin/ksh Korn shell script text executable 20 0 string/fwb #!\ /bin/ksh Korn shell script executable (binary data) 23 0 string/fwt #!\ /bin/tcsh Tenex C shell script text executable 25 0 string/fwt #!\ /usr/bin/tcsh Tenex C shell script text executable 27 0 string/fwt #!\ /usr/local/tcsh Tenex C shell script text executable [all …]
|
| /netbsd-src/usr.bin/make/ |
| H A D | job.c | 102 * define the shell that is used for the creation 147 * A shell defines how the commands are run. All commands for a target are 148 * written into a single file, which is then given to the shell to execute 152 * The name of the shell is the basename for the predefined shells, such as 154 * basename is used to select the type of shell; the longest match wins. 158 * echoOn, noPrint and noPrintLen. When echoOff is executed by the shell, it 165 * In case a shell doesn't have error control, echoTmpl is a printf template 169 * causing the shell to exit on error. If any of these strings are empty when 173 * shell code injection, the escaped command is safe to use in double quotes. 176 * "echo" flag causes the shell t 401 static Shell *shell = &shells[DEFSHELL_INDEX]; global() variable [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
| H A D | mkheaders.in | 85 for shell in $CONFIG_SHELL $SHELL @SHELL@ /bin/sh ""; do 86 if { test -x $shell || test -x $shell.exe; } \ 87 && $shell $mkinstalldirs > /dev/null 2>&1; then 88 mkinstalldirs="$shell $mkinstalldirs" 90 elif test x$shell = x; then 97 echo mkheaders: please rerun with CONFIG_SHELL set to a working Bourne shell >&2 112 $shell ./fixinc.sh ${subincdir} \
|
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
| H A D | mkheaders.in | 85 for shell in $CONFIG_SHELL $SHELL @SHELL@ /bin/sh ""; do 86 if { test -x $shell || test -x $shell.exe; } \ 87 && $shell $mkinstalldirs > /dev/null 2>&1; then 88 mkinstalldirs="$shell $mkinstalldirs" 90 elif test x$shell = x; then 97 echo mkheaders: please rerun with CONFIG_SHELL set to a working Bourne shell >&2 112 $shell ./fixinc.sh ${subincdir} \
|
| /netbsd-src/external/bsd/atf/dist/atf-sh/ |
| H A D | atf-sh.cpp | 68 const std::string shell = atf::config::get("atf_shell"); in construct_script() local 73 "Atf_Shell='" + shell + "' ; " + in construct_script() 82 construct_argv(const std::string& shell, const int interpreter_argc, in construct_argv() argument 92 argv[0] = shell.c_str(); in construct_argv() 140 const std::string shell = atf::config::get("atf_shell"); in main() local 141 const char** argv = construct_argv(shell, m_argc, m_argv); in main() 145 const int ret = execv(shell.c_str(), const_cast< char** >(argv)); in main() 147 std::cerr << "Failed to execute " << shell << ": " << std::strerror(errno) in main()
|
| /netbsd-src/share/man/man0/ |
| H A D | cshcmd | 1 csh(1) alias: shell macros. 15 csh(1) eval: re-evaluate shell data. 16 csh(1) exec: overlay shell with specified command. 17 csh(1) exit: leave shell. 34 csh(1) popd: pop shell directory stack. 35 csh(1) pushd: push shell directory stack. 38 csh(1) set: change value of shell variable. 43 csh(1) suspend: suspend a shell, resuming its superior. 51 csh(1) unset: discard shell variables. 54 csh(1) @: arithmetic on shell variables.
|
| /netbsd-src/external/bsd/nvi/dist/motif_l/ |
| H A D | m_search.c | 50 Widget shell; member 118 Widget shell = w; local 121 while ( ! XtIsShell(shell) ) shell = XtParent(shell); 126 if (( w = get_child_widget( shell, toggle_data[i].name )) != NULL ) { 133 if (( w = get_child_widget( shell, PatternWidget )) != NULL ) { 170 Widget shell; in search() local 172 shell = w; in search() 173 while ( ! XtIsShell(shell) ) shell = XtParent(shell); in search() 180 if (XmIsDialogShell(shell)) in search() 223 ptr->shell = w; [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | README.DOS | 18 5. The $(shell) built-in can run arbitrary complex commands, 20 shell. 93 6. After Make finishes, if you have a Unix-style shell installed, 107 Without a Unix-style shell, you will have to install programs 123 7. The `clean' targets also require Unix-style shell, and GNU Sed 127 shell (I used the DJGPP port of Bash 2.03), Perl, Sed, Fileutils 134 1. The shell issue. 141 the shell or internal shell commands, because that is faster. 142 When shell features like redirection or filename wildcards are 143 involved, Make calls the shell. [all …]
|
| H A D | job.c | 2091 char *shell; in exec_command() 2100 shell = p->value; in exec_command() 2102 shell = 0; in exec_command() 2104 shell = getenv ("SHELL"); in exec_command() 2106 if (shell == 0) in exec_command() 2107 shell = default_shell; in exec_command() 2119 new_argv[0] = shell; in exec_command() 2138 pid = spawnvpe (P_NOWAIT, shell, new_argv, envp); in exec_command() 2142 execvp (shell, new_argv); in exec_command() 2145 error (NILF, _("%s: Shell program not found"), shell); in exec_command() [all …]
|
| /netbsd-src/usr.bin/apply/ |
| H A D | apply.c | 208 static const char *name, *shell; in shell_system() local 214 if (shell == NULL) { in shell_system() 215 if ((shell = getenv("SHELL")) == NULL) in shell_system() 216 shell = _PATH_BSHELL; in shell_system() 217 if ((name = strrchr(shell, '/')) == NULL) in shell_system() 218 name = shell; in shell_system() 237 (void)execl(shell, name, "-c", command, (char *)NULL); in shell_system() 238 warn("%s", shell); in shell_system()
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | comment.exp | 1 echo This is a shell comment: # comment 2 This is a shell comment: 3 echo This is not a shell comment: '# comment' 4 This is not a shell comment: # comment 5 A shell comment can#not start in the middle of a word.
|
| H A D | var-op-sunsh.mk | 29 VAR:shell= echo colon-shell 33 .if ${${:UVAR\:shell}} != "echo colon-shell" 65 VAR.${:U echo\:shell}= ok-shell 66 .if ${VAR.${:U echo\:shell}} != "ok-shell"
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/ |
| H A D | rt-envsubst.texi | 4 envsubst [@var{option}] [@var{shell-format}] 7 @cindex shell format string 19 Output the variables occurring in @var{shell-format}. 43 @var{shell-format} is given, only those environment variables that are 44 referenced in @var{shell-format} are substituted; otherwise all environment 47 These substitutions are a subset of the substitutions that a shell performs 49 by a shell, such as @code{$@{@var{variable}-@var{default}@}} or 55 @var{shell-format}, one per line.
|
| /netbsd-src/usr.bin/newgrp/ |
| H A D | newgrp.c | 68 char *shell, sbuf[MAXPATHLEN + 2]; in main() local 139 shell = getenv("SHELL"); in main() 140 if (shell != NULL) in main() 141 pwd->pw_shell = shell; in main() 147 shell = pwd->pw_shell; in main() 189 shell = sbuf; in main() 192 (void)execl(pwd->pw_shell, shell, NULL); in main()
|
| /netbsd-src/usr.sbin/chroot/ |
| H A D | chroot.c | 118 const char *shell; in main() local 191 if ((shell = getenv("SHELL")) == NULL) in main() 192 shell = _PATH_BSHELL; in main() 193 execlp(shell, shell, "-i", NULL); in main() 194 err(1, "%s", shell); in main()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | sh_wasted_example.txt | 1 Many shell programmers are in the habit of using calls to external commands 2 instead of using shell built-in commands (an example of this is a call to 3 usr/bin/echo instead of using the echo command built into the shell. 5 This script shows sh_wasted.d tracing a shell script that calls /usr/bin/echo 24 microseconds; time wasted by the shell having to access an external command. 27 Here we trace the same script, except it uses the shell built-in echo command.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | sh_wasted_example.txt | 1 Many shell programmers are in the habit of using calls to external commands 2 instead of using shell built-in commands (an example of this is a call to 3 usr/bin/echo instead of using the echo command built into the shell. 5 This script shows sh_wasted.d tracing a shell script that calls /usr/bin/echo 24 microseconds; time wasted by the shell having to access an external command. 27 Here we trace the same script, except it uses the shell built-in echo command.
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | spawn_command.c | 116 char *shell; /* command shell */ member 139 args->shell = 0; in get_spawn_args() 188 args->shell = va_arg(ap, char *); in get_spawn_args() 196 if (args->command == 0 && args->shell != 0) in get_spawn_args() 280 } else if (args.shell && *args.shell) { in spawn_command() 281 argv = argv_split(args.shell, CHARS_SPACE); in spawn_command()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/ |
| H A D | asan_device_setup | 42 $ADB shell su -c "rm \\\"$2/$FILENAME\\\"" >&/dev/null 43 $ADB shell su -c "cat \\\"/data/local/tmp/$FILENAME\\\" > \\\"$2/$FILENAME\\\"" 44 $ADB shell su -c "rm \\\"/data/local/tmp/$FILENAME\\\"" 52 local STORAGE=`$ADB shell mount | grep /system | cut -d ' ' -f1` 55 $ADB shell su -c "mount -o rw,remount $STORAGE /system" 64 $ADB shell $@ 66 $ADB shell su -c "$*" 85 $ADB shell rm "/data/local/tmp/$FILENAME" >&/dev/null 86 …$ADB shell su -c "[ -f \\\"$1\\\" ] && cat \\\"$1\\\" > \\\"/data/local/tmp/$FILENAME\\\" && chown… 87 …$ADB pull "/data/local/tmp/$FILENAME" "$2" >&/dev/null && $ADB shell "rm \"/data/local/tmp/$FILENA… [all …]
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/ |
| H A D | Make.defaults | 37 TOPDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi) 64 OS := $(shell uname -s) 65 HOSTARCH ?= $(shell $(HOSTCC) -dumpmachine | cut -f1 -d- | sed -e s,i[3456789]86,ia32, -e 's,ar… 66 ARCH ?= $(shell $(HOSTCC) -dumpmachine | cut -f1 -d- | sed -e s,i[3456789]86,ia32, -e 's,ar… 70 …override ARCH := $(shell $(CC) -dumpmachine | cut -f1 -d-| sed -e s,i[3456789]86,ia32, -e 's,armv[… 104 GCCVERSION := $(shell $(CC) -dumpversion | cut -f1 -d.) 105 GCCMINOR := $(shell $(CC) -dumpversion | cut -f2 -d.) 106 USING_CLANG := $(shell $(CC) -v 2>&1 | grep -q 'clang version' && echo clang) 109 GCCNEWENOUGH := $(shell ( [ $(GCCVERSION) -gt "4" ] \ 127 …CC_CAN_DISABLE_AVX=$(shell $(CC) -Werror -c -o /dev/null -xc -mno-avx - </dev/null >/dev/null 2>&1… [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
| H A D | shell | 3 $description = 'Test the $(shell ...) function.'; 10 all: ; @echo $(shell echo hi) 16 # the environment for a $(shell ...) call. 18 export HI = $(shell echo hi)
|
| /netbsd-src/usr.bin/su/ |
| H A D | su_pam.c | 108 const char *user, *shell, *avshell; in main() local 132 shell = class = NULL; in main() 193 shell = shellbuf; in main() 195 shell = _PATH_BSHELL; in main() 322 shell = pwd->pw_shell; in main() 325 shell = _PATH_BSHELL; in main() 329 if ((p = strrchr(shell, '/')) != NULL) in main() 332 avshell = shell; in main() 504 (void)setenv("SHELL", shell, 1); in main() 561 (void)execv(shell, np); in main() [all …]
|
| H A D | su.c | 113 const char *user, *shell, *avshell; in main() local 131 shell = class = NULL; in main() 199 shell = shellbuf; in main() 201 shell = _PATH_BSHELL; in main() 308 shell = pwd->pw_shell; in main() 311 shell = _PATH_BSHELL; in main() 315 if ((p = strrchr(shell, '/')) != NULL) in main() 318 avshell = shell; in main() 381 (void)setenv("SHELL", shell, 1); in main() 439 (void)execv(shell, np); in main() [all …]
|