Searched refs:xlstat (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/io/ |
D | tst-lchmod.c | 121 xlstat (path_to_file, &st); in test_1() 135 xlstat (path_to_file, &st); in test_1() 141 xlstat (path_to_file, &st); in test_1() 153 xlstat (path_to_file, &st); in test_1() 167 xlstat (path, &st); in test_1() 174 xlstat (path, &st); in test_1()
|
D | tst-lutimes.c | 33 xlstat (testfile, &stfile_orig); in test_lutimes_helper() 38 xlstat (testlink, &stlink); in test_lutimes_helper() 45 xlstat (testfile, &stfile); in test_lutimes_helper()
|
D | tst-utimensat.c | 48 xlstat (testfile, &stfile_orig); in test_utimesat_helper() 54 xlstat (testlink, &stlink); in test_utimesat_helper() 61 xlstat (testfile, &stfile); in test_utimesat_helper()
|
/glibc-2.36/support/ |
D | xunistd.h | 42 void xlstat (const char *path, struct stat *); 46 void xlstat (const char *path, struct stat64 *); 51 void __REDIRECT (xlstat, (const char *path, struct stat *), xlstat_time64);
|
D | Makefile | 131 xlstat \ 132 xlstat-time64 \
|
D | xlstat.c | 24 xlstat (const char *path, struct stat64 *result) in xlstat() function
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.3 | 1431 * sysdeps/unix/sysv/sysv4/i386/__lstat.S: Syscall lxstat, not xlstat.
|
D | ChangeLog.21 | 15002 support: Add the xlstat function 15005 * support/xlstat.c: New file. 15007 (xlstat): New function.
|
D | ChangeLog.23 | 9768 * support/xlstat-time64.c: New file. 9771 (xlstat): Remove. 9774 [! __USE_TIME_BITS64][! __USE_FILE_OFFSET64](xlstat): New. 9777 [! __USE_TIME_BITS64][__USE_FILE_OFFSET64](xlstat): New.
|