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

123

/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dpathnames.h42 #ifndef _PATH_BSHELL
43 #define _PATH_BSHELL "/bin/sh" macro
/macosx-10.10.1/Heimdal-398.1.2/appl/su/
H A Dsupaths.h43 #ifndef _PATH_BSHELL
44 #define _PATH_BSHELL "/bin/sh" macro
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dpathnames.h48 #ifndef _PATH_BSHELL
49 #define _PATH_BSHELL "/bin/sh" macro
/macosx-10.10.1/cron-39/cron/
H A Dpathnames.h85 #ifndef _PATH_BSHELL
86 # define _PATH_BSHELL "/bin/sh" macro
/macosx-10.10.1/sudo-73/src/
H A Dpathnames.h114 #ifndef _PATH_BSHELL
115 #define _PATH_BSHELL "/bin/sh" macro
116 #endif /* _PATH_BSHELL */
H A Dpathnames.h.in113 #ifndef _PATH_BSHELL
114 #undef _PATH_BSHELL
115 #endif /* _PATH_BSHELL */
H A Dpwutil.c167 /* If shell field is empty, expand to _PATH_BSHELL. */
169 ? _PATH_BSHELL : pw->pw_shell;
181 /* Treat shell specially since we expand "" -> _PATH_BSHELL */
204 /* Treat shell specially since we expand "" -> _PATH_BSHELL */
348 sizeof("/") /* pw_dir */ + sizeof(_PATH_BSHELL);
364 memcpy(pw->pw_shell, _PATH_BSHELL, sizeof(_PATH_BSHELL));
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dexec_command.c92 (void) execl(_PATH_BSHELL, "sh", "-c", command, (char *) 0);
93 msg_fatal("execl %s: %m", _PATH_BSHELL);
H A Dsys_defs.h280 #define _PATH_BSHELL "/bin/sh" macro
377 #define _PATH_BSHELL "/bin/sh" macro
424 #define _PATH_BSHELL "/bin/sh" macro
502 #define _PATH_BSHELL "/bin/sh" macro
533 #define _PATH_BSHELL "/bin/sh" macro
567 #ifndef _PATH_BSHELL
568 #define _PATH_BSHELL "/bin/sh" macro
629 #define _PATH_BSHELL "/bin/sh" macro
675 #define _PATH_BSHELL "/bin/sh" macro
719 #define _PATH_BSHELL "/bi macro
956 #define _PATH_BSHELL macro
995 #define _PATH_BSHELL macro
1035 #define _PATH_BSHELL macro
1088 #define _PATH_BSHELL macro
1143 #define _PATH_BSHELL macro
1175 #define _PATH_BSHELL macro
1206 #define _PATH_BSHELL macro
1239 #define _PATH_BSHELL macro
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dpaths.h69 #define _PATH_BSHELL "/bin/sh" macro
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/net/
H A Dpaths.h49 #define _PATH_BSHELL "/bin/sh" macro
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dlogin_locl.h102 #ifndef _PATH_BSHELL
103 #define _PATH_BSHELL "/bin/sh" macro
H A Dlogin.c129 shell, _PATH_BSHELL);
130 execle(_PATH_BSHELL, "-sh", NULL, env);
131 err(1, "%s", _PATH_BSHELL);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dpathnames.h135 #ifndef _PATH_BSHELL
136 # define _PATH_BSHELL "/bin/sh" macro
137 #endif /* !_PATH_BSHELL */
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetusershell.c64 #ifndef _PATH_BSHELL
65 #define _PATH_BSHELL "/bin/sh" macro
77 static char *okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
H A Droken-common.h143 #ifndef _PATH_BSHELL
144 #define _PATH_BSHELL "/bin/sh" macro
/macosx-10.10.1/Heimdal-398.1.2/appl/rsh/
H A Drsh_locl.h120 #ifndef _PATH_BSHELL
121 #define _PATH_BSHELL "/bin/sh" macro
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dsystem.c80 if (access(_PATH_BSHELL, F_OK) == -1) /* if no sh or no access */
121 err = posix_spawn(&pid, _PATH_BSHELL, NULL, &attr, (char *const *)argv, environ);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dgetusershell.c72 static const char * const okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dposix_spawn.c155 err = posix_spawn(pid, _PATH_BSHELL, file_actions, attrp, memp, envp);
/macosx-10.10.1/Heimdal-398.1.2/appl/rcp/
H A Dutil.c129 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
/macosx-10.10.1/remote_cmds-47/rcp.tproj/
H A Dutil.c117 execl(_PATH_BSHELL, "sh", "-c", s, (char *)NULL);
/macosx-10.10.1/shell_cmds-179/chroot/
H A Dchroot.c166 shell = _PATH_BSHELL;
/macosx-10.10.1/system_cmds-643.1.1/newgrp.tproj/
H A Dnewgrp.c297 shell = _PATH_BSHELL;
343 shell = _PATH_BSHELL;
/macosx-10.10.1/shell_cmds-179/apply/
H A Dapply.c121 shell = (tmpshell != NULL) ? strdup(tmpshell) : strdup(_PATH_BSHELL);

Completed in 382 milliseconds

123