Home
last modified time | relevance | path

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

/stdlib/
A Dtst-xpg-basename.c26 const char *file; member
45 char *file; in do_test() local
50 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()
A Dtest-atexit-race-common.c31 #error Must define CALL_EXIT and CALL_ATEXIT before using this file.
A Dcanonicalize.c97 file_accessible (char const *file) in file_accessible() argument
100 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