Searched refs:testfile (Results 1 – 1 of 1) sorted by relevance
46 char *testfile = NULL; in do_test() local141 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 4 milliseconds