Searched refs:_PATH_BSHELL (Results 1 – 7 of 7) sorted by relevance
/sysdeps/pthread/ |
A D | tst-exec2.c | 88 execl (_PATH_BSHELL, _PATH_BSHELL, "-c", "echo $$", NULL); in do_test()
|
A D | tst-exec3.c | 35 execl (_PATH_BSHELL, _PATH_BSHELL, "-c", "echo $$", NULL); in tf()
|
A D | tst-exec1.c | 88 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 D | paths.h | 41 #define _PATH_BSHELL "/bin/sh" macro
|
A D | spawni.c | 85 new_argv[0] = (char *) _PATH_BSHELL; in maybe_script_execute()
|
/sysdeps/generic/ |
A D | paths.h | 41 #define _PATH_BSHELL "/bin/sh" macro
|
/sysdeps/mach/hurd/ |
A D | spawni.c | 879 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