Searched refs:fd1name (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/posix/ |
D | tst-exec.c | 170 char fd1name[18]; in do_test() local 173 snprintf (fd1name, sizeof fd1name, "%d", temp_fd1); in do_test() 179 "--restart", fd1name, fd2name, name1, NULL); in do_test() 182 "--restart", fd1name, fd2name, name1, NULL); in do_test()
|
D | tst-spawn.c | 150 char fd1name[18]; in do_test() local 218 snprintf (fd1name, sizeof fd1name, "%d", temp_fd1); in do_test() 228 spargv[i++] = fd1name; in do_test()
|