Home
last modified time | relevance | path

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

/posix/
A Dtst-chmod.c46 char *testfile = NULL; in do_test() local
141 testfile = strdup (buf); in do_test()
142 if (testfile == NULL) in do_test()
145 fd = creat (testfile, 0); in do_test()
169 fd = creat (testfile, 0); in do_test()
212 fd = creat (testfile, 0); in do_test()
356 if (testfile != NULL) in do_test()
358 chmod (testfile, 0700); in do_test()
359 unlink (testfile); in do_test()
364 free (testfile); in do_test()

Completed in 3 milliseconds