Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/freebsd-14.2/contrib/netbsd-tests/ipf/input/
H A Dni1915 # 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
93 # 10.1.1.4.shell > 10.1.1.1.1009
106 # 10.1.1.4.shell > 10.1.1.1.1009
[all …]
H A Dni2015 # 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
87 # 192.168.113.3.1009 > 10.1.1.4.shell ACK
119 # 192.168.113.3.1009 > 10.1.1.4.shell ACK
132 # 192.168.113.3.1009 > 10.1.1.4.shell FIN+ACK
[all …]
/freebsd-14.2/usr.bin/newgrp/
H A Dnewgrp.c261 const char *shell; in loginshell() local
264 shell = pwd->pw_shell; in loginshell()
265 if (*shell == '\0') in loginshell()
266 shell = _PATH_BSHELL; in loginshell()
296 execv(shell, args); in loginshell()
297 err(1, "%s", shell); in loginshell()
303 const char *shell; in doshell() local
305 shell = pwd->pw_shell; in doshell()
306 if (*shell == '\0') in doshell()
308 execl(shell, shell, (char *)NULL); in doshell()
[all …]
/freebsd-14.2/sys/contrib/zstd/lib/
H A Dlibzstd.mk57 LIBVER_MAJOR := $(shell echo $(LIBVER_MAJOR_SCRIPT))
58 LIBVER_MINOR := $(shell echo $(LIBVER_MINOR_SCRIPT))
59 LIBVER_PATCH := $(shell echo $(LIBVER_PATCH_SCRIPT))
60 LIBVER := $(shell echo $(LIBVER_SCRIPT))
61 CCVER := $(shell $(CC) --version)
68 HAVE_CC_OZ ?= $(shell echo "" | $(CC) -Oz -x c -c - -o /dev/null 2> /dev/null && echo 1 || echo 0)
171 ifeq ($(shell test $(ZSTD_LEGACY_SUPPORT) -lt 8; echo $$?), 0)
172 ZSTD_LEGACY_FILES += $(shell ls $(LIBZSTD)/legacy/*.c | $(GREP) 'v0[$(ZSTD_LEGACY_SUPPORT)-7]')
177 UNAME := $(shell uname)
181 ifeq ($(shell md5 < /dev/null > /dev/null; echo $$?), 0)
[all …]
/freebsd-14.2/contrib/atf/atf-sh/
H A Dintegration_test.sh88 This is the custom shell
92 cat >custom-shell <<EOF
97 chmod +x custom-shell
100 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" -s ./custom-shell tp
107 This is the custom shell
111 cat >custom-shell <<EOF
116 chmod +x custom-shell
131 cat >custom-shell <<EOF
135 chmod +x custom-shell
147 "${ATF_SH}" -s ./custom-shell tp helper
/freebsd-14.2/usr.bin/bmake/tests/shell/path_select/
H A DMakefile.test14 .SHELL: name=sh path=${.CURDIR}/shell
16 @: This is the shell.
20 .SHELL: name=csh path=${.CURDIR}/shell
22 @: This is the C-shell.
26 .SHELL: name=ksh path=${.CURDIR}/shell
28 @: This is the Korn-shell.
/freebsd-14.2/usr.sbin/setpmac/
H A Dsetpmac.c60 const char *shell; in main() local
86 if (!(shell = getenv("SHELL"))) in main()
87 shell = _PATH_BSHELL; in main()
88 execlp(shell, shell, "-i", (char *)NULL); in main()
89 err(1, "%s", shell); in main()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dcommands6 #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, [email protected]
18 0 string/fwt #!\ /bin/ksh Korn shell script text executable
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
70 # AT&T Bell Labs' Plan 9 shell
71 0 string/fwt #!\ /bin/rc Plan 9 rc shell script text executable
[all …]
/freebsd-14.2/contrib/bmake/
H A Djob.c988 if (!shell->hasErrCtl && shell->runChkTmpl != NULL && in JobWriteCommand()
1597 if ((shell->errFlag != NULL && shell->errFlag[0] != '-') || in JobMakeArgv()
1598 (shell->echoFlag != NULL && shell->echoFlag[0] != '-')) { in JobMakeArgv()
1611 (shell->errFlag != NULL ? shell->errFlag : "")), in JobMakeArgv()
1613 (shell->echoFlag != NULL ? shell->echoFlag : ""))); in JobMakeArgv()
1805 if (shell->noPrint == NULL || shell->noPrint[0] == '\0') in PrintFilteredOutput()
2205 if (shell->hasErrCtl && shell->errFlag[0] != '\0') { in Shell_Init()
2526 shell = sh; in Job_ParseShell()
2565 shell = sh; in Job_ParseShell()
2567 shell = bmake_malloc(sizeof *shell); in Job_ParseShell()
[all …]
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dcomment.exp1 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 Dvar-op-sunsh.mk29 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"
H A DMakefile157 TESTS+= deptgt-shell
311 TESTS+= shell-csh
312 TESTS+= shell-custom
314 TESTS+= shell-ksh
316 TESTS+= shell-sh
350 TESTS+= var-op-shell
390 TESTS+= varmod-shell
393 TESTS+= varmod-sun-shell
447 TESTS+= varname-dot-shell
473 BROKEN_TESTS+= shell-ksh
[all …]
/freebsd-14.2/bin/sh/tests/builtins/
H A Dcommand6.0.stdout1 true is a shell builtin
3 fun is a shell function
4 break is a special shell builtin
5 if is a shell keyword
6 { is a shell keyword
H A Dcommand5.0.stdout2 true is a shell builtin
4 fun is a shell function
5 break is a special shell builtin
6 if is a shell keyword
7 { is a shell keyword
/freebsd-14.2/usr.bin/apply/
H A Dapply.c70 char *cmd, *name, *p, *shell, *slashp, *tmpshell; in main() local
122 shell = name = NULL; in main()
124 shell = (tmpshell != NULL) ? strdup(tmpshell) : strdup(_PATH_BSHELL); in main()
125 if (shell == NULL) in main()
127 slashp = strrchr(shell, '/'); in main()
128 name = (slashp != NULL) ? slashp + 1 : shell; in main()
200 if (exec_shell(sbuf_data(cmdbuf), shell, name)) in main()
209 free(shell); in main()
/freebsd-14.2/contrib/wpa/hs20/client/
H A DMakefile11 TEST_WK := $(shell pkg-config --silence-errors --cflags webkitgtk-3.0)
14 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0)
15 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkit2gtk-4.0)
18 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0)
19 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0)
60 CFLAGS += $(shell xml2-config --cflags)
61 LIBS += $(shell xml2-config --libs)
/freebsd-14.2/usr.sbin/chroot/
H A Dchroot.c67 const char *shell; in main() local
183 if (!(shell = getenv("SHELL"))) in main()
184 shell = _PATH_BSHELL; in main()
185 execlp(shell, shell, "-i", (char *)NULL); in main()
186 err(1, "%s", shell); in main()
/freebsd-14.2/contrib/libcbor/examples/bazel/
H A DREADME.md9 ```shell
17 ```shell
25 ```shell
31 ```shell
/freebsd-14.2/usr.sbin/jexec/
H A Djexec.c64 const char *username, *shell, *term; in main() local
142 if (!(shell = getenv("SHELL"))) in main()
143 shell = _PATH_BSHELL; in main()
144 if (execlp(shell, shell, "-i", NULL) < 0) in main()
145 err(1, "execlp: %s", shell); in main()
/freebsd-14.2/contrib/less/
H A Dlsystem.c49 char *shell; in lsystem() local
130 if ((shell = lgetenv("SHELL")) != NULL && *shell != '\0') in lsystem()
133 p = save(shell); in lsystem()
139 int len = (int) (strlen(shell) + strlen(esccmd) + 5); in lsystem()
141 SNPRINTF3(p, len, "%s %s %s", shell, shell_coption(), esccmd); in lsystem()
/freebsd-14.2/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile41 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
48 DBUS_INCLUDE += $(shell xml2-config --cflags)
49 DBUS_LIBS += $(shell xml2-config --libs)
/freebsd-14.2/usr.bin/bmake/unit-tests/
H A DMakefile160 TESTS+= deptgt-shell
314 TESTS+= shell-csh
315 TESTS+= shell-custom
317 TESTS+= shell-ksh
319 TESTS+= shell-sh
353 TESTS+= var-op-shell
393 TESTS+= varmod-shell
396 TESTS+= varmod-sun-shell
450 TESTS+= varname-dot-shell
476 BROKEN_TESTS+= shell-ksh
[all …]
/freebsd-14.2/contrib/sendmail/contrib/
H A Dpasswd-to-alias.pl13 ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$dir,$shell) = @a;
17 if (!-d $dir || !-x $shell || $shell =~ m!/bin/(false|true)$!) {
/freebsd-14.2/crypto/heimdal/appl/su/
H A Dsu.c337 char *shell; in main() local
384 shell = login_info->pw_shell; in main()
386 shell = su_info->pw_shell; in main()
387 if(shell == NULL || *shell == '\0') in main()
388 shell = _PATH_BSHELL; in main()
472 esetenv("SHELL", shell, 1); in main()
480 p = strrchr(shell, '/'); in main()
484 p = shell; in main()
522 execve(shell, args, environ); in main()
/freebsd-14.2/usr.bin/bmake/tests/shell/path/
H A DMakefile.test16 @: This is the shell.
22 @: This is the C-shell.
28 @: This is the Korn-shell.

12345678910>>...21