Home
last modified time | relevance | path

Searched refs:_PATH_BSHELL (Results 1 – 7 of 7) sorted by relevance

/sysdeps/pthread/
A Dtst-exec2.c88 execl (_PATH_BSHELL, _PATH_BSHELL, "-c", "echo $$", NULL); in do_test()
A Dtst-exec3.c35 execl (_PATH_BSHELL, _PATH_BSHELL, "-c", "echo $$", NULL); in tf()
A Dtst-exec1.c88 char *argv[] = { (char *) _PATH_BSHELL, (char *) "-c", (char *) "echo $$", in do_test()
90 if (posix_spawn (&pid, _PATH_BSHELL, &a, NULL, argv, NULL) != 0) in do_test()
/sysdeps/unix/sysv/linux/
A Dpaths.h41 #define _PATH_BSHELL "/bin/sh" macro
A Dspawni.c85 new_argv[0] = (char *) _PATH_BSHELL; in maybe_script_execute()
/sysdeps/generic/
A Dpaths.h41 #define _PATH_BSHELL "/bin/sh" macro
/sysdeps/mach/hurd/
A Dspawni.c879 err = __argz_insert (&args, &argslen, args, _PATH_BSHELL); in __spawni()
881 err = child_lookup (_PATH_BSHELL, O_EXEC, 0, &execfile); in __spawni()

Completed in 9 milliseconds