UTIME_OMIT         94 lib/utimens.c         && timespec[0].tv_nsec != UTIME_OMIT
UTIME_OMIT         98 lib/utimens.c            && timespec[1].tv_nsec != UTIME_OMIT
UTIME_OMIT        110 lib/utimens.c        || timespec[0].tv_nsec == UTIME_OMIT)
UTIME_OMIT        114 lib/utimens.c        if (timespec[0].tv_nsec == UTIME_OMIT)
UTIME_OMIT        118 lib/utimens.c        || timespec[1].tv_nsec == UTIME_OMIT)
UTIME_OMIT        122 lib/utimens.c        if (timespec[1].tv_nsec == UTIME_OMIT)
UTIME_OMIT        138 lib/utimens.c    if (timespec[0].tv_nsec == UTIME_OMIT
UTIME_OMIT        139 lib/utimens.c        && timespec[1].tv_nsec == UTIME_OMIT)
UTIME_OMIT        148 lib/utimens.c    if (timespec[0].tv_nsec == UTIME_OMIT)
UTIME_OMIT        153 lib/utimens.c    if (timespec[1].tv_nsec == UTIME_OMIT)
UTIME_OMIT        240 lib/utimens.c            if (ts[0].tv_nsec == UTIME_OMIT)
UTIME_OMIT        242 lib/utimens.c            else if (ts[1].tv_nsec == UTIME_OMIT)
UTIME_OMIT        337 lib/utimens.c        else if (ts[0].tv_nsec == UTIME_OMIT)
UTIME_OMIT        354 lib/utimens.c        else if (ts[1].tv_nsec == UTIME_OMIT)
UTIME_OMIT        573 lib/utimens.c            if (ts[0].tv_nsec == UTIME_OMIT)
UTIME_OMIT        575 lib/utimens.c            else if (ts[1].tv_nsec == UTIME_OMIT)
UTIME_OMIT        103 lib/utimensat.c       if (times && (times[0].tv_nsec == UTIME_OMIT
UTIME_OMIT        104 lib/utimensat.c                     || times[1].tv_nsec == UTIME_OMIT))
UTIME_OMIT        108 lib/utimensat.c           if (times[0].tv_nsec == UTIME_OMIT && times[1].tv_nsec == UTIME_OMIT)
UTIME_OMIT        110 lib/utimensat.c           if (times[0].tv_nsec == UTIME_OMIT)
UTIME_OMIT        114 lib/utimensat.c           if (times[1].tv_nsec == UTIME_OMIT)
UTIME_OMIT        139 lib/utimensat.c           && ((times[0].tv_nsec != UTIME_OMIT
UTIME_OMIT        143 lib/utimensat.c               || (times[1].tv_nsec != UTIME_OMIT
UTIME_OMIT       5870 src/w32.c            if (times[0].tv_nsec == UTIME_OMIT && times[1].tv_nsec == UTIME_OMIT)
UTIME_OMIT       5872 src/w32.c            if ((times[0].tv_nsec != UTIME_NOW && times[0].tv_nsec != UTIME_OMIT
UTIME_OMIT       5874 src/w32.c      	  || (times[1].tv_nsec != UTIME_NOW && times[1].tv_nsec != UTIME_OMIT
UTIME_OMIT       5919 src/w32.c            if (ltimes[0].tv_nsec == UTIME_OMIT)
UTIME_OMIT       5926 src/w32.c            if (ltimes[1].tv_nsec == UTIME_OMIT)