Searched refs:LSTAT (Results 1 – 6 of 6) sorted by relevance
26 # define LSTAT __lstat64_time64 macro
29 #define LSTAT __lstat64 macro
25 #define LSTAT __lstat64 macro
32 # define LSTAT __lstat64_time64 macro
139 # define LSTAT __lstat macro143 # define LSTAT lstat macro421 ? LSTAT (name, &st) in process_entry()441 statres = LSTAT (name, &st); in process_entry()743 ? LSTAT (name, &st) in ftw_startup()748 && LSTAT (name, &st) == 0 in ftw_startup()
86 # define LSTAT __lstat macro901 if (!LSTAT(p->fts_accpath, sbp)) { in fts_stat()908 } else if (LSTAT(p->fts_accpath, sbp)) { in fts_stat()
Completed in 9 milliseconds