HomeSort by relevance Sort by last modified time
    Searched refs:_PATH_BSHELL (Results 51 - 60 of 60) sorted by null

1 23

  /external/bison/lib/
spawni.c 35 # define _PATH_BSHELL "/bin/sh"
122 new_argv[0] = (char *) _PATH_BSHELL;
  /bionic/libc/unistd/
exec.c 221 (void)execve(_PATH_BSHELL, memp, environ);
  /bionic/libc/upstream-netbsd/libc/gen/
popen.c 154 execl(_PATH_BSHELL, "sh", "-c", command, NULL);
  /external/openssh/
defines.h 369 #ifndef _PATH_BSHELL
370 # define _PATH_BSHELL "/bin/sh"
session.c 822 shell =_PATH_BSHELL;
    [all...]
auth.c 162 _PATH_BSHELL : pw->pw_shell); /* empty = /bin/sh */
sshconnect.c 93 shell = _PATH_BSHELL;
    [all...]
sftp.c 274 shell = _PATH_BSHELL;
    [all...]
  /external/strace/
strace.c 294 #ifndef _PATH_BSHELL
295 # define _PATH_BSHELL "/bin/sh"
351 execl(_PATH_BSHELL, "sh", "-c", command, NULL);
353 progname, _PATH_BSHELL, strerror(errno));
    [all...]
  /external/libppp/src/
command.c 652 shell = _PATH_BSHELL;
    [all...]

Completed in 259 milliseconds

1 23