Searched refs:scriptname (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/posix/ |
D | tst-spawn4.c | 31 char *scriptname; in do_test() local 32 int fd = create_temp_file ("tst-spawn4.", &scriptname); in do_test() 39 TEST_VERIFY_EXIT (chmod (scriptname, 0x775) == 0); in do_test() 45 status = posix_spawn (&pid, scriptname, NULL, NULL, (char *[]) { 0 }, in do_test() 49 status = posix_spawnp (&pid, scriptname, NULL, NULL, (char *[]) { 0 }, in do_test()
|
D | tst-spawn4-compat.c | 37 char *scriptname; in do_test() local 38 int fd = create_temp_file ("tst-spawn4.", &scriptname); in do_test() 45 TEST_VERIFY_EXIT (chmod (scriptname, 0x775) == 0); in do_test() 52 status = posix_spawn (&pid, scriptname, NULL, NULL, (char *[]) { 0 }, in do_test() 59 status = posix_spawnp (&pid, scriptname, NULL, NULL, (char *[]) { 0 }, in do_test()
|