Searched refs:cur_day_start (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/findutils/find/
H A Dparser.c426 t = options.cur_day_start + DAYSECS - num * 60;
507 t = options.cur_day_start + DAYSECS - num * 60;
568 options.cur_day_start += DAYSECS;
569 local = localtime (&options.cur_day_start);
570 options.cur_day_start -= (local
573 : options.cur_day_start % DAYSECS);
1014 t = options.cur_day_start + DAYSECS - num * 60;
2444 t = ( options.cur_day_start - num_days * DAYSECS
2453 intmax_t val = ( (intmax_t)options.cur_day_start - num_days * DAYSECS
H A Dfind.c449 options.cur_day_start = options.start_time - DAYSECS;
481 fprintf (stderr, "cur_day_start = %s", ctime (&options.cur_day_start));
H A Ddefs.h549 time_t cur_day_start; member in struct:options
551 /* If true, cur_day_start has been adjusted to the start of the day. */

Completed in 75 milliseconds