Home
last modified time | relevance | path

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

12345678910>>...12

/minix3/tests/ipf/input/
H A Dni191 # 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 Dni201 # 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 …]
/minix3/external/bsd/file/dist/magic/magdir/
H A Dcommands6 #0 string/w : shell archive or script for antique kernel text
7 0 string/wt #!\ /bin/sh POSIX shell script text executable
9 0 string/wb #!\ /bin/sh POSIX shell script executable (binary data)
12 0 string/wt #!\ /bin/csh C shell script text executable
15 # korn shell magic, sent by George Wu, gwu@clyde.att.com
16 0 string/wt #!\ /bin/ksh Korn shell script text executable
18 0 string/wb #!\ /bin/ksh Korn shell script executable (binary data)
21 0 string/wt #!\ /bin/tcsh Tenex C shell script text executable
23 0 string/wt #!\ /usr/bin/tcsh Tenex C shell script text executable
25 0 string/wt #!\ /usr/local/tcsh Tenex C shell script text executable
[all …]
/minix3/external/bsd/tmux/dist/
H A Dtmux.c85 const char *shell; in getshell() local
87 shell = getenv("SHELL"); in getshell()
88 if (checkshell(shell)) in getshell()
89 return (shell); in getshell()
99 checkshell(const char *shell) in checkshell() argument
101 if (shell == NULL || *shell == '\0' || *shell != '/') in checkshell()
103 if (areshell(shell)) in checkshell()
105 if (access(shell, X_OK) != 0) in checkshell()
111 areshell(const char *shell) in areshell() argument
115 if ((ptr = strrchr(shell, '/')) != NULL) in areshell()
[all …]
H A Dcmd-split-window.c63 const char *cmd, *shell, *template; in cmd_split_window_exec() local
141 shell = options_get_string(&s->options, "default-shell"); in cmd_split_window_exec()
142 if (*shell == '\0' || areshell(shell)) in cmd_split_window_exec()
143 shell = _PATH_BSHELL; in cmd_split_window_exec()
151 new_wp, cmd, shell, cwd, &env, s->tio, &cause) != 0) in cmd_split_window_exec()
/minix3/external/bsd/atf/dist/atf-sh/
H A Datf-sh.cpp68 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()
148 execv(shell.c_str(), const_cast< char** >(argv)); in main()
150 std::cerr << "Failed to execute " << shell << ": " << std::strerror(errno) in main()
/minix3/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Datf-sh.cpp68 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()
/minix3/external/bsd/nvi/dist/motif_l/
H A Dm_search.c50 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 …]
H A Dm_func.c254 Widget shell; in vi_rename() local
267 shell = __vi_screen->area; in vi_rename()
268 while ( ! XtIsShell(shell) ) shell = XtParent(shell); in vi_rename()
269 XtVaSetValues(shell, in vi_rename()
/minix3/usr.bin/newgrp/
H A Dnewgrp.c68 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()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DMakefile20 $(shell $(LLVM_SRC_ROOT)/utils/GetSourceVersion $(PROJ_SRC_DIR)/../..))
23 $(shell $(LLVM_SRC_ROOT)/utils/GetRepositoryPath $(PROJ_SRC_DIR)/../..))
26 $(shell $(LLVM_SRC_ROOT)/utils/GetSourceVersion $(LLVM_SRC_ROOT)))
29 $(shell $(LLVM_SRC_ROOT)/utils/GetRepositoryPath $(LLVM_SRC_ROOT)))
/minix3/usr.sbin/chroot/
H A Dchroot.c118 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()
/minix3/external/bsd/tmux/dist/examples/
H A Dn-marriott.conf45 bind -n F1 run-shell 'mpc toggle >/dev/null 2>&1'
46 bind -n F2 run-shell 'mpc'
47 bind -n F3 run-shell 'mpc prev >/dev/null 2>&1'
48 bind -n F4 run-shell 'mpc next >/dev/null 2>&1'
49 bind -n F5 run-shell 'mpc volume -5 >/dev/null 2>&1'
50 bind -n F6 run-shell 'mpc volume +5 >/dev/null 2>&1'
/minix3/minix/commands/term/
H A Dterm.c120 void shell(char *cmd);
206 shell(arg+3);
247 shell(NULL);
340 void shell(char *cmd) in shell() function
347 char *shell, *sh0; in shell() local
357 if (cmd != NULL || (shell = getenv("SHELL")) == NULL) shell = "/bin/sh"; in shell()
358 if ((sh0 = strrchr(shell, '/')) == NULL) sh0 = shell; else sh0++; in shell()
374 execl(shell, sh0, (char *) NULL); in shell()
376 execl(shell, sh0, "-c", cmd, (char *) NULL); in shell()
378 tell(2, "term: can't execute ", shell, ": ", strerror(errno), "\n",NIL); in shell()
/minix3/external/bsd/less/dist/
H A Dlsystem.c49 register char *shell; local
133 if ((shell = lgetenv("SHELL")) != NULL && *shell != '\0')
136 p = save(shell);
142 int len = strlen(shell) + strlen(esccmd) + 5;
144 SNPRINTF3(p, len, "%s %s %s", shell, shell_coption(), esccmd);
/minix3/usr.bin/su/
H A Dsu_pam.c108 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()
321 shell = pwd->pw_shell; in main()
324 shell = _PATH_BSHELL; in main()
328 if ((p = strrchr(shell, '/')) != NULL) in main()
331 avshell = shell; in main()
503 (void)setenv("SHELL", shell, 1); in main()
560 (void)execv(shell, np); in main()
[all …]
H A Dsu.c113 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()
306 shell = pwd->pw_shell; in main()
309 shell = _PATH_BSHELL; in main()
313 if ((p = strrchr(shell, '/')) != NULL) in main()
316 avshell = shell; in main()
379 (void)setenv("SHELL", shell, 1); in main()
437 (void)execv(shell, np); in main()
[all …]
/minix3/tests/ipf/regress/
H A Dni20.nat1 rdr bge0 10.1.1.4/32 port shell -> 192.168.113.4 port shell tcp proxy rcmd
/minix3/bin/ksh/
H A Dmkman15 shell=$1
18 case $shell in
/minix3/bin/sh/
H A Dmkbuiltins42 shell=$1
47 if grep '^#define JOBS[ ]*1' ${shell} > /dev/null
H A DTOUR5 does not represent the current state of the shell. It is provided anyway
6 since it provides helpful information for how the shell is structured,
7 but be warned that things have changed -- the current shell is
43 x = 2; /* executed when the shell does a longjmp
48 x = 3; /* executed when the shell runs a shell procedure */
84 tion which is raised when a shell procedure is invoked. The pur-
86 with other exceptions. After these cleanup actions, the shell
87 can interpret a shell procedure itself without exec'ing a new
88 copy of the shell.
90 INTERRUPTS: In an interactive shell, an interrupt will cause an
[all …]
/minix3/external/bsd/llvm/dist/llvm/tools/lto/
H A DMakefile23 LTO_LIBRARY_VERSION := $(shell expr $(LLVM_SUBMIT_VERSION) + \
38 … TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-lto.XXXXXX)
/minix3/external/bsd/llvm/dist/clang/utils/analyzer/
H A DSATestBuild.py191 shell=True)
194 shell=True)
230 shell=True)
287 shell=True)
312 check_call(RmCommand, shell=True)
319 check_call(RmCommand, shell=True)
474 check_call(Command, shell=True)
484 check_call(CommitCommand, shell=True)
/minix3/games/rogue/
H A Dmachdep.c480 md_shell(const char *shell) argument
490 execl(shell, shell, (char *)NULL);
/minix3/external/bsd/bind/dist/unit/atf-src/m4/
H A Dcompiler-flags.m447 dnl \param 1 The shell variable containing the compiler name. Used for
49 dnl \param 2 The shell variable containing the flags for the compiler.
52 dnl \param 4 The shell variable to set with the result of the test. Will
74 dnl \param 1 The shell variable containing the compiler name. Used for
76 dnl \param 2 The shell variable containing the flags for the compiler.
79 dnl \param 4 The shell variable to which to append $3 if the flag is valid.
103 dnl \param 2 The shell variable to which to append $1 if the flag is valid.
115 dnl \param 2 The shell variable to which to append $1 if the flag is valid.

12345678910>>...12