Home
last modified time | relevance | path

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

12

/external/ltp/include/lapi/
Dutime.h25 #ifndef UTIME_OMIT
26 # define UTIME_OMIT ((1l << 30) - 2l) macro
/external/strace/
Dprint_timespec.c42 #ifndef UTIME_OMIT
43 # define UTIME_OMIT ((1l << 30) - 2l) macro
60 case UTIME_OMIT: in print_timespec_t_utime()
DNEWS710 * Fixed decoding of UTIME_NOW/UTIME_OMIT timeval structures.
DChangeLog-CVS1167 * time.c (UTIME_NOW, UTIME_OMIT): Define if not already
/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c68 #define UTIME_OMIT ((1l << 30) - 2l) macro
184 ts[0].tv_nsec = UTIME_OMIT; in main()
193 ts[1].tv_nsec = UTIME_OMIT; in main()
/external/strace/tests/
Dutimensat.c40 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
210 ts[1].tv_nsec = UTIME_OMIT; in main()
/external/strace/tests-m32/
Dutimensat.c40 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
210 ts[1].tv_nsec = UTIME_OMIT; in main()
/external/strace/tests-mx32/
Dutimensat.c40 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
210 ts[1].tv_nsec = UTIME_OMIT; in main()
/external/toybox/toys/posix/
Dtouch.c65 if (i && i!=(FLAG_a|FLAG_m)) ts[i!=FLAG_m].tv_nsec = UTIME_OMIT; in touch_main()
/external/ltp/m4/
Dltp-utimensat.m433 tv_nsec = UTIME_OMIT;
/external/ltp/lib/
Dsafe_file_ops.c333 case UTIME_OMIT: in set_time()
/external/libcxx/src/filesystem/
Dfilesystem_common.h31 #if defined(UTIME_OMIT)
Doperations.cpp1033 tbuf[0].tv_nsec = UTIME_OMIT; in __last_write_time()
/external/e2fsprogs/misc/
Dfuse2fs.c3069 #ifdef UTIME_OMIT in op_utimens()
3070 if (tv[0].tv_nsec != UTIME_OMIT) in op_utimens()
3072 if (tv[1].tv_nsec != UTIME_OMIT) in op_utimens()
3608 # if defined(UTIME_NOW) || defined(UTIME_OMIT)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go2115 UTIME_OMIT = 0x3ffffffe const
Dzerrors_linux_s390x.go2173 UTIME_OMIT = 0x3ffffffe const
Dzerrors_linux_arm.go2119 UTIME_OMIT = 0x3ffffffe const
Dzerrors_linux_ppc64le.go2173 UTIME_OMIT = 0x3ffffffe const
Dzerrors_linux_mips64.go2115 UTIME_OMIT = 0x3ffffffe const
Dzerrors_linux_ppc64.go2173 UTIME_OMIT = 0x3ffffffe const
Dzerrors_linux_amd64.go2113 UTIME_OMIT = 0x3ffffffe const
Dzerrors_linux_mips64le.go2115 UTIME_OMIT = 0x3ffffffe const
Dzerrors_linux_386.go2112 UTIME_OMIT = 0x3ffffffe const
Dzerrors_linux_mips.go2115 UTIME_OMIT = 0x3ffffffe const
Dzerrors_linux_arm64.go2104 UTIME_OMIT = 0x3ffffffe const

12