Home
last modified time | relevance | path

Searched refs:childfile (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fork/
Dfork09.c58 static char filname[40], childfile[40]; variable
126 sprintf(childfile, "cfile.%d", getpid()); in main()
127 fildeses[nfiles] = fopen(childfile, "a"); in main()
131 childfile, errno); in main()
136 unlink(childfile); in main()
/external/python/cpython3/Lib/test/
Dtest_posix.py1854 with open(dupfile, "wb") as childfile:
1856 (os.POSIX_SPAWN_DUP2, childfile.fileno(), 1),