Searched refs:__fstat_time64 (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
D | utime64.c | 14 extern int __fstat_time64(int, struct stat *); 33 TEST(__fstat_time64(fd, &st) == 0, "\n"); in main() 40 TEST(__fstat_time64(fd, &st) == 0, "\n"); in main() 49 TEST(__fstat_time64(fd, &st) == 0, "\n"); in main() 56 TEST(__fstat_time64(fd, &st) == 0, "\n"); in main() 61 TEST(__fstat_time64(fd, &st) == 0, "\n"); in main() 67 TEST(__fstat_time64(fd, &st) == 0, "\n"); in main()
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 40 #define __fstat_time64 fstat macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 115 __REDIR(fstat, __fstat_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 115 __REDIR(fstat, __fstat_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 114 __REDIR(fstat, __fstat_time64);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 115 __REDIR(fstat, __fstat_time64);
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 115 __REDIR(fstat, __fstat_time64);
|
/third_party/musl/include/sys/ |
D | stat.h | 115 __REDIR(fstat, __fstat_time64);
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 114 __REDIR(fstat, __fstat_time64);
|
/third_party/musl/ |
D | libc.map.txt | 65 __fstat_time64;
|