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