/third_party/ltp/m4/ |
D | ltp-utimensat.m4 | 5 AC_MSG_CHECKING([for utimensat]) 16 return utimensat(AT_FDCWD, NULL, NULL, 0); 20 AC_DEFINE(HAVE_UTIMENSAT, 1, [Define to 1 if you have utimensat(2)])
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | utimensat.c | 38 int result = utimensat(fd, path, times, 0); in utimensat_0100() 66 int result = utimensat(-1, NULL, NULL, 0); in utimensat_0200()
|
D | test_src_functionalext_supplement_stat.gni | 26 "utimensat",
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 116 …{ .utimensat = sys_utimensat, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel s… 120 …{ .utimensat = sys_utimensat_time64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with ke… 207 TEST(tv->utimensat(dfd, pathname, &ts, flags)); in reset_time() 252 TEST(tv->utimensat(dfd, pathname, tsp, tc->flags)); in run()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 92 int utimensat(int, const char *, const struct timespec [2], int); 119 __REDIR(utimensat, __utimensat_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 92 int utimensat(int, const char *, const struct timespec [2], int); 119 __REDIR(utimensat, __utimensat_time64);
|
/third_party/musl/include/sys/ |
D | stat.h | 92 int utimensat(int, const char *, const struct timespec [2], int); 119 __REDIR(utimensat, __utimensat_time64);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 92 int utimensat(int, const char *, const struct timespec [2], int); 119 __REDIR(utimensat, __utimensat_time64);
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 92 int utimensat(int, const char *, const struct timespec [2], int); 119 __REDIR(utimensat, __utimensat_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 92 int utimensat(int, const char *, const struct timespec [2], int); 118 __REDIR(utimensat, __utimensat_time64);
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 92 int utimensat(int, const char *, const struct timespec [2], int); 118 __REDIR(utimensat, __utimensat_time64);
|
/third_party/musl/src/stat/ |
D | futimens.c | 5 return utimensat(fd, 0, times, 0); in futimens()
|
D | futimesat.c | 19 return utimensat(dirfd, pathname, times ? ts : 0, 0); in __futimesat()
|
D | utimensat.c | 10 int utimensat(int fd, const char *path, const struct timespec times[2], int flags) in utimensat() function
|
/third_party/musl/src/time/ |
D | utime.c | 8 return utimensat(AT_FDCWD, path, times ? ((struct timespec [2]){ in utime()
|
/third_party/musl/porting/liteos_a/user/src/time/ |
D | utime.c | 10 return utimensat(AT_FDCWD, path, times ? ((struct timespec [2]){ in utime()
|
/third_party/musl/compat/time32/ |
D | utimensat_time32.c | 7 return utimensat(fd, path, !times32 ? 0 : ((struct timespec[2]){ in __utimensat_time32()
|
/third_party/musl/src/legacy/ |
D | lutimes.c | 13 return utimensat(AT_FDCWD, filename, times, AT_SYMLINK_NOFOLLOW); in lutimes()
|
/third_party/toybox/toys/posix/ |
D | touch.c | 75 if (!utimensat(AT_FDCWD, s, ts, FLAG(h)*AT_SYMLINK_NOFOLLOW)) continue; in touch_main()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | touch.c | 68 if (!utimensat(AT_FDCWD, s, ts, FLAG(h)*AT_SYMLINK_NOFOLLOW)) continue; in touch_main()
|
/third_party/ltp/include/ |
D | time64_variants.h | 61 int (*utimensat)(int dirfd, const char *pathname, void *times, member
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 38 #define __utimensat_time64 utimensat
|
/third_party/eudev/src/udev/ |
D | udev-node.c | 81 utimensat(AT_FDCWD, slink, NULL, AT_SYMLINK_NOFOLLOW); in node_symlink() 333 utimensat(AT_FDCWD, devnode, NULL, 0); in node_permissions_apply()
|
/third_party/musl/libc-test/src/functional/ |
D | utime64.c | 24 …TEST(utimensat(AT_FDCWD, "/dev/null/invalid", ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nse… in main()
|
D | utime.c | 21 …TEST(utimensat(AT_FDCWD, "/dev/null/invalid", ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nse… in main()
|