Searched refs:__futimens_time64 (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
D | utime64.c | 15 extern int __futimens_time64(int, const struct timespec [2]); 26 …TEST(__futimens_time64(-1, ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nsec=UTIME_OMIT}}))==0… in main() 32 TEST(__futimens_time64(fd, (struct timespec[2]){0}) == 0, "\n"); in main() 39 …TEST(__futimens_time64(fd, ((struct timespec[2]){{.tv_sec=1,.tv_nsec=UTIME_OMIT},{.tv_sec=1,.tv_ns… in main() 48 …TEST(__futimens_time64(fd, ((struct timespec[2]){{.tv_nsec=UTIME_NOW},{.tv_nsec=UTIME_OMIT}})) == … in main() 54 TEST(__futimens_time64(fd, (struct timespec[2]){0}) == 0, "\n"); in main() 55 …TEST(__futimens_time64(fd, ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nsec=UTIME_NOW}})) == … in main() 60 …TEST(__futimens_time64(fd, ((struct timespec[2]){{.tv_nsec=UTIME_NOW},{.tv_nsec=UTIME_OMIT}})) == … in main() 66 …if (TEST(__futimens_time64(fd, ((struct timespec[2]){{.tv_sec=1LL<<32},{.tv_sec=1LL<<32}})) == 0, … in main()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 118 __REDIR(futimens, __futimens_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 118 __REDIR(futimens, __futimens_time64);
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 118 __REDIR(futimens, __futimens_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 117 __REDIR(futimens, __futimens_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 118 __REDIR(futimens, __futimens_time64);
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 59 #define __futimens_time64 futimens macro
|
/third_party/musl/include/sys/ |
D | stat.h | 118 __REDIR(futimens, __futimens_time64);
|
/third_party/musl/ |
D | libc.map.txt | 69 __futimens_time64;
|