Home
last modified time | relevance | path

Searched refs:UTIME_NOW (Results 1 – 24 of 24) sorted by relevance

/external/strace/
Dprint_timespec.c39 #ifndef UTIME_NOW
40 # define UTIME_NOW ((1l << 30) - 1l) macro
59 case UTIME_NOW: in print_timespec_t_utime()
67 ? tprints_comment : tprints)(t->tv_nsec == UTIME_NOW 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
DChangeLog35899 * time.c (UTIME_NOW, UTIME_OMIT, current_time_t_is_compat,
41612 Cleanup UTIME_NOW/UTIME_OMIT decoding.
41621 Fix UTIME_NOW/UTIME_OMIT decoding.
/external/ltp/include/lapi/
Dutime.h21 #ifndef UTIME_NOW
22 # define UTIME_NOW ((1l << 30) - 1l) macro
/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c67 #define UTIME_NOW ((1l << 30) - 1l) macro
182 ts[0].tv_nsec = UTIME_NOW; in main()
191 ts[1].tv_nsec = UTIME_NOW; in main()
/external/strace/tests/
Dutimensat.c40 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
209 ts[0].tv_nsec = UTIME_NOW; in main()
/external/strace/tests-m32/
Dutimensat.c40 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
209 ts[0].tv_nsec = UTIME_NOW; in main()
/external/strace/tests-mx32/
Dutimensat.c40 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
209 ts[0].tv_nsec = UTIME_NOW; in main()
/external/toybox/toys/posix/
Dtouch.c43 ts[0].tv_nsec = UTIME_NOW; in touch_main()
/external/ltp/m4/
Dltp-utimensat.m432 tv_nsec = UTIME_NOW;
/external/ltp/lib/
Dsafe_file_ops.c331 case UTIME_NOW: in set_time()
/external/e2fsprogs/misc/
Dfuse2fs.c3063 #ifdef UTIME_NOW in op_utimens()
3064 if (tv[0].tv_nsec == UTIME_NOW) in op_utimens()
3066 if (tv[1].tv_nsec == UTIME_NOW) in op_utimens()
3608 # if defined(UTIME_NOW) || defined(UTIME_OMIT)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go2114 UTIME_NOW = 0x3fffffff const
Dzerrors_linux_s390x.go2172 UTIME_NOW = 0x3fffffff const
Dzerrors_linux_arm.go2118 UTIME_NOW = 0x3fffffff const
Dzerrors_linux_ppc64le.go2172 UTIME_NOW = 0x3fffffff const
Dzerrors_linux_mips64.go2114 UTIME_NOW = 0x3fffffff const
Dzerrors_linux_ppc64.go2172 UTIME_NOW = 0x3fffffff const
Dzerrors_linux_amd64.go2112 UTIME_NOW = 0x3fffffff const
Dzerrors_linux_mips64le.go2114 UTIME_NOW = 0x3fffffff const
Dzerrors_linux_386.go2111 UTIME_NOW = 0x3fffffff const
Dzerrors_linux_mips.go2114 UTIME_NOW = 0x3fffffff const
Dzerrors_linux_arm64.go2103 UTIME_NOW = 0x3fffffff const