Searched refs:NOW (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/tools/tools/prstats/
H A Dprstats.pl36 use vars qw($TTY $NOW %MONTH %PR @EVENTS @COUNT @AGE);
324 $NOW = time();
342 graph_open_prs(&DATFILE, "week.png", $NOW - (86400 * 7) + 1, $NOW,
344 graph_open_prs(&DATFILE, "month.png", $NOW - (86400 * 30) + 1, $NOW,
346 graph_open_prs(&DATFILE, "year.png", $NOW - (86400 * 365) + 1, $NOW,
348 graph_open_prs(&DATFILE, "ever.png", $COUNT[1]->[0], $NOW,
350 graph_open_prs(&DATFILE, "drive.png", mktime(0, 0, 0, 29, 4, 101), $NOW,
[all...]
/freebsd-10.1-release/contrib/sendmail/src/
H A Dconvtime.c52 return NOW;
133 if (intvl == NOW)
H A Denvelope.c146 #define MSG_T_O_NOW 0x02 /* NOW timeout */
242 else if (TimeOuts.to_q_return[e->e_timeoutclass] == NOW &&
H A Dsendmail.h2016 #define NOW ((time_t) (-1)) /* queue return: now */ macro
H A Ddeliver.c819 (TimeOuts.to_q_return[e->e_timeoutclass] == NOW ||
/freebsd-10.1-release/usr.bin/at/
H A Dparsetime.c28 * at [NOW] PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS
65 PM, AM, TOMORROW, TODAY, NOW, enumerator in enum:__anon11756
87 { "now", NOW,0 }, /* opt prefix for PLUS */
326 * at [NOW] PLUS NUMBER [MINUTES|HOURS|DAYS|WEEKS|MONTHS|YEARS]
342 * minus() is like plus but can not be used with NOW
611 case NOW:
621 /* MINUS is different from PLUS in that NOW is not

Completed in 120 milliseconds