Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dutime.h25 #ifndef UTIME_OMIT
26 # define UTIME_OMIT ((1l << 30) - 2l) macro
/external/strace/
Dprint_timespec.c40 #ifndef UTIME_OMIT
41 # define UTIME_OMIT ((1l << 30) - 2l) macro
60 case UTIME_OMIT: 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.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-mx32/
Dutimensat.c39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
169 ts[1].tv_nsec = UTIME_OMIT; in main()
/external/strace/tests/
Dutimensat.c39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
169 ts[1].tv_nsec = UTIME_OMIT; in main()
/external/strace/tests-m32/
Dutimensat.c39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
169 ts[1].tv_nsec = UTIME_OMIT; in main()
/external/toybox/toys/posix/
Dtouch.c114 if (i && i!=(FLAG_a|FLAG_m)) ts[i!=FLAG_m].tv_nsec = UTIME_OMIT;
/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/experimental/filesystem/
Doperations.cpp22 #if !defined(UTIME_OMIT)
687 #if !defined(UTIME_OMIT) in __last_write_time()
715 tbuf[0].tv_nsec = UTIME_OMIT; in __last_write_time()
/external/bison/lib/
Dsys_stat.in.h310 # define UTIME_OMIT (-2)
/external/bison/darwin-lib/sys/
Dstat.h622 # define UTIME_OMIT (-2) macro
/external/bison/linux-lib/sys/
Dstat.h622 # define UTIME_OMIT (-2) macro
/external/e2fsprogs/misc/
Dfuse2fs.c3070 #ifdef UTIME_OMIT in op_utimens()
3071 if (tv[0].tv_nsec != UTIME_OMIT) in op_utimens()
3073 if (tv[1].tv_nsec != UTIME_OMIT) in op_utimens()
3609 # if defined(UTIME_NOW) || defined(UTIME_OMIT)