Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dutime.h21 #ifndef UTIME_NOW
22 # define UTIME_NOW ((1l << 30) - 1l) macro
/external/strace/
Dprint_timespec.c37 #ifndef UTIME_NOW
38 # define UTIME_NOW ((1l << 30) - 1l) macro
57 case UTIME_NOW: in print_timespec_t_utime()
DNEWS398 * Fixed decoding of UTIME_NOW/UTIME_OMIT timeval structures.
DChangeLog-CVS1167 * time.c (UTIME_NOW, UTIME_OMIT): Define if not already
DChangeLog21255 * time.c (UTIME_NOW, UTIME_OMIT, current_time_t_is_compat,
26968 Cleanup UTIME_NOW/UTIME_OMIT decoding.
26977 Fix UTIME_NOW/UTIME_OMIT decoding.
/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-mx32/
Dutimensat.c39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
168 ts[0].tv_nsec = UTIME_NOW; in main()
/external/strace/tests/
Dutimensat.c39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
168 ts[0].tv_nsec = UTIME_NOW; in main()
/external/strace/tests-m32/
Dutimensat.c39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
168 ts[0].tv_nsec = UTIME_NOW; in main()
/external/toybox/toys/posix/
Dtouch.c42 ts[0].tv_nsec = UTIME_NOW;
/external/ltp/m4/
Dltp-utimensat.m432 tv_nsec = UTIME_NOW;
/external/bison/lib/
Dsys_stat.in.h308 #ifndef UTIME_NOW
309 # define UTIME_NOW (-1)
/external/bison/darwin-lib/sys/
Dstat.h620 #ifndef UTIME_NOW
621 # define UTIME_NOW (-1) macro
/external/bison/linux-lib/sys/
Dstat.h620 #ifndef UTIME_NOW
621 # define UTIME_NOW (-1) macro
/external/ltp/lib/
Dsafe_file_ops.c331 case UTIME_NOW: in set_time()
/external/e2fsprogs/misc/
Dfuse2fs.c3064 #ifdef UTIME_NOW in op_utimens()
3065 if (tv[0].tv_nsec == UTIME_NOW) in op_utimens()
3067 if (tv[1].tv_nsec == UTIME_NOW) in op_utimens()
3609 # if defined(UTIME_NOW) || defined(UTIME_OMIT)