Searched refs:_PATH_BSHELL (Results 1 - 25 of 69) sorted by relevance

123

/netbsd-6-1-5-RELEASE/usr.bin/nvi/build/
H A Dpathnames.h3 #ifndef _PATH_BSHELL
4 #define _PATH_BSHELL "/bin/sh" macro
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dpathnames.h101 #ifndef _PATH_BSHELL
102 # define _PATH_BSHELL "/bin/sh" macro
/netbsd-6-1-5-RELEASE/dist/nvi/dist/
H A Dpathnames.h.in3 #ifndef _PATH_BSHELL
4 #define _PATH_BSHELL "@vi_cv_path_shell@"
/netbsd-6-1-5-RELEASE/include/
H A Dpaths.h120 #define _PATH_BSHELL RESCUEDIR "/sh" macro
124 #define _PATH_BSHELL "/bin/sh" macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dexec_command.c93 (void) execl(_PATH_BSHELL, "sh", "-c", command, (char *) 0);
94 msg_fatal("execl %s: %m", _PATH_BSHELL);
H A Dsys_defs.h258 #define _PATH_BSHELL "/bin/sh" macro
351 #define _PATH_BSHELL "/bin/sh" macro
396 #define _PATH_BSHELL "/bin/sh" macro
469 #define _PATH_BSHELL "/bin/sh" macro
498 #define _PATH_BSHELL "/bin/sh" macro
531 #ifndef _PATH_BSHELL
532 #define _PATH_BSHELL "/bin/sh" macro
591 #define _PATH_BSHELL "/bin/sh" macro
635 #define _PATH_BSHELL "/bin/sh" macro
677 #define _PATH_BSHELL "/bi macro
894 #define _PATH_BSHELL macro
931 #define _PATH_BSHELL macro
969 #define _PATH_BSHELL macro
1020 #define _PATH_BSHELL macro
1073 #define _PATH_BSHELL macro
1105 #define _PATH_BSHELL macro
1134 #define _PATH_BSHELL macro
1167 #define _PATH_BSHELL macro
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Include/net/
H A Dpaths.h49 #define _PATH_BSHELL "/bin/sh" macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetusershell.c66 #ifndef _PATH_BSHELL
67 #define _PATH_BSHELL "/bin/sh" macro
79 static char *okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
H A Droken-common.h145 #ifndef _PATH_BSHELL
146 #define _PATH_BSHELL "/bin/sh" macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dexecvp.c136 memp[0] = _PATH_BSHELL;
139 (void)execve(_PATH_BSHELL, __UNCONST(memp), environ);
H A Dpopen.c154 execl(_PATH_BSHELL, "sh", "-c", command, NULL);
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dsystem.c69 if (access(_PATH_BSHELL, X_OK) == 0)
105 execve(_PATH_BSHELL, __UNCONST(argp), environ);
/netbsd-6-1-5-RELEASE/bin/rcp/
H A Dutil.c135 (void)execl(_PATH_BSHELL, "sh", "-c", s, NULL);
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-pipe-pane.c117 execl(_PATH_BSHELL, "sh", "-c", command, (char *) NULL);
H A Dcompat.h41 #define _PATH_BSHELL "/bin/sh" macro
H A Dcmd-split-window.c116 shell = _PATH_BSHELL;
H A Djob.c83 execl(_PATH_BSHELL, "sh", "-c", cmd, (char *) NULL);
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dttyaction.c93 argv[0] = _PATH_BSHELL;
/netbsd-6-1-5-RELEASE/usr.bin/tip/
H A Dvars.c43 static char path_bshell[] = _PATH_BSHELL;
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dmain.c109 kp = _PATH_BSHELL;
/netbsd-6-1-5-RELEASE/usr.sbin/chroot/
H A Dchroot.c192 shell = _PATH_BSHELL;
/netbsd-6-1-5-RELEASE/usr.bin/chpass/
H A Dfield.c229 if (!(pw->pw_shell = strdup(_PATH_BSHELL))) {
H A Dedit.c114 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL);
123 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmypwd.c96 mypwd->pw_shell = mystrdup(*pwd->pw_shell ? pwd->pw_shell : _PATH_BSHELL);
/netbsd-6-1-5-RELEASE/tests/include/
H A Dt_paths.c111 { _PATH_BSHELL, PATH_FILE },

Completed in 165 milliseconds

123