Home
last modified time | relevance | path

Searched refs:UTIME_OMIT (Results 1 – 25 of 62) sorted by relevance

123

/third_party/musl/libc-test/src/functional/
Dutime.c21 …FDCWD, "/dev/null/invalid", ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nsec=UTIME_OMIT}}), 0… in main()
23 …TEST(futimens(-1, ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nsec=UTIME_OMIT}}))==0 || errno… in main()
36 …futimens(fd, ((struct timespec[2]){{.tv_sec=1,.tv_nsec=UTIME_OMIT},{.tv_sec=1,.tv_nsec=UTIME_OMIT}… in main()
45 TEST(futimens(fd, ((struct timespec[2]){{.tv_nsec=UTIME_NOW},{.tv_nsec=UTIME_OMIT}})) == 0, "\n"); in main()
52 TEST(futimens(fd, ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nsec=UTIME_NOW}})) == 0, "\n"); in main()
57 TEST(futimens(fd, ((struct timespec[2]){{.tv_nsec=UTIME_NOW},{.tv_nsec=UTIME_OMIT}})) == 0, "\n"); in main()
Dutime64.c24 …FDCWD, "/dev/null/invalid", ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nsec=UTIME_OMIT}}), 0… in main()
26 …TEST(__futimens_time64(-1, ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nsec=UTIME_OMIT}}))==0… in main()
39 …s_time64(fd, ((struct timespec[2]){{.tv_sec=1,.tv_nsec=UTIME_OMIT},{.tv_sec=1,.tv_nsec=UTIME_OMIT}… in main()
48 …TEST(__futimens_time64(fd, ((struct timespec[2]){{.tv_nsec=UTIME_NOW},{.tv_nsec=UTIME_OMIT}})) == … 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()
/third_party/ltp/include/lapi/
Dutime.h13 #ifndef UTIME_OMIT
14 # define UTIME_OMIT ((1l << 30) - 2l) macro
/third_party/rust/crates/rustix/tests/time/
Dtimespec.rs4 use rustix::fs::{UTIME_NOW, UTIME_OMIT}; in test_timespec_layout()
24 tv_nsec: UTIME_OMIT, in test_timespec_layout()
/third_party/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c40 static struct mytime too = {0, UTIME_OMIT, 0, UTIME_OMIT, 0, 0};
41 static struct mytime tno = {0, UTIME_NOW, 0, UTIME_OMIT, 1, 0};
42 static struct mytime ton = {0, UTIME_OMIT, 0, UTIME_NOW, 0, 1};
/third_party/ltp/m4/
Dltp-utimensat.m414 tv_nsec = UTIME_OMIT;
/third_party/toybox/toys/posix/
Dtouch.c65 if (i && i!=(FLAG_a|FLAG_m)) ts[i!=FLAG_m].tv_nsec = UTIME_OMIT; in touch_main()
/third_party/toybox/porting/liteos_a/toys/posix/
Dtouch.c58 if (i && i!=(FLAG_a|FLAG_m)) ts[i!=FLAG_m].tv_nsec = UTIME_OMIT; in touch_main()
/third_party/rust/crates/rustix/src/fs/
Dat.rs39 pub const UTIME_OMIT: Nsecs = backend::fs::types::UTIME_OMIT as Nsecs; constant
Dmod.rs96 UTIME_NOW, UTIME_OMIT,
/third_party/musl/src/stat/
Dutimensat.c8 #define NS_SPECIAL(ns) ((ns)==UTIME_NOW || (ns)==UTIME_OMIT)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h71 #define UTIME_OMIT 0x3ffffffe macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h71 #define UTIME_OMIT 0x3ffffffe macro
/third_party/musl/include/sys/
Dstat.h71 #define UTIME_OMIT 0x3ffffffe macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h71 #define UTIME_OMIT 0x3ffffffe macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h71 #define UTIME_OMIT 0x3ffffffe macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h71 #define UTIME_OMIT 0x3ffffffe macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h71 #define UTIME_OMIT 0x3ffffffe macro
/third_party/musl/libc-test/src/api/
Dsys_stat.c85 C(UTIME_OMIT) in f()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h161 #define UTIME_OMIT 0x3ffffffe macro
/third_party/ltp/lib/
Dsafe_file_ops.c332 case UTIME_OMIT: in set_time()
/third_party/libfuse/example/
Dpassthrough_ll.c261 tv[0].tv_nsec = UTIME_OMIT; in lo_setattr()
262 tv[1].tv_nsec = UTIME_OMIT; in lo_setattr()
Dpassthrough_hp.cc272 tv[0].tv_nsec = UTIME_OMIT; in do_setattr()
273 tv[1].tv_nsec = UTIME_OMIT; in do_setattr()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs643 pub use linux_raw_sys::general::{UTIME_NOW, UTIME_OMIT};
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt826 UTIME_OMIT

123