Searched refs:file (Results 1 – 3 of 3) sorted by relevance
26 const char *file; member45 char *file; in do_test() local50 file = __xpg_basename (NULL); in do_test()54 file = __xpg_basename (path); in do_test()56 if (strcmp (file, tests [i].file)) in do_test()59 (tests [i].path == NULL ? "NULL" : tests [i].path), file); in do_test()
31 #error Must define CALL_EXIT and CALL_ATEXIT before using this file.
97 file_accessible (char const *file) in file_accessible() argument100 return __faccessat (AT_FDCWD, file, F_OK, AT_EACCESS) == 0; in file_accessible()103 return __stat (file, &st) == 0 || errno == EOVERFLOW; in file_accessible()
Completed in 5 milliseconds