Home
last modified time | relevance | path

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

/coreutils/src/
Dtouch.c379 struct timespec notnow, notnow1; in main() local
380 notnow.tv_sec = now.tv_sec ^ 1; in main()
381 notnow.tv_nsec = now.tv_nsec; in main()
382 notnow1 = date_relative (flex_date, notnow); in main()
383 if (notnow1.tv_sec == notnow.tv_sec in main()
384 && notnow1.tv_nsec == notnow.tv_nsec) in main()