Searched refs:existing_fname (Results 1 – 1 of 1) sorted by relevance
50 static char *existing_fname = "open08_testfile"; variable63 {&existing_fname, O_CREAT | O_EXCL, EEXIST},65 {&existing_fname, O_DIRECTORY, ENOTDIR},107 fildes = SAFE_CREAT(existing_fname, 0600); in setup()