Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D3-1.c39 char tmpfname2[256]; in main() local
63 snprintf(tmpfname2, sizeof(tmpfname2), "/tmp/pts_mmap_3_1_%d_2", in main()
67 unlink(tmpfname2); in main()
70 fd2 = open(tmpfname2, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in main()
77 unlink(tmpfname2); in main()