Home
last modified time | relevance | path

Searched refs:notnow1 (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dtouch.c379 struct timespec notnow, notnow1; in main() local
382 get_reldate (&notnow1, flex_date, &notnow); in main()
383 if (notnow1.tv_sec == notnow.tv_sec in main()
384 && notnow1.tv_nsec == notnow.tv_nsec) in main()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dtouch.c379 struct timespec notnow, notnow1; in main() local
382 get_reldate (&notnow1, flex_date, &notnow); in main()
383 if (notnow1.tv_sec == notnow.tv_sec in main()
384 && notnow1.tv_nsec == notnow.tv_nsec) in main()