Home
last modified time | relevance | path

Searched refs:__futimens_time64 (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dutime64.c15 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/
Dstat.h118 __REDIR(futimens, __futimens_time64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h118 __REDIR(futimens, __futimens_time64);
/third_party/musl/porting/linux/user/include/sys/
Dstat.h118 __REDIR(futimens, __futimens_time64);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h117 __REDIR(futimens, __futimens_time64);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h118 __REDIR(futimens, __futimens_time64);
/third_party/musl/libc-test/src/common/
Dtest.h59 #define __futimens_time64 futimens macro
/third_party/musl/include/sys/
Dstat.h118 __REDIR(futimens, __futimens_time64);
/third_party/musl/
Dlibc.map.txt69 __futimens_time64;