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

/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dsecurity-checksystem20 NOW=$(date "+%F.%T")
22 /bin/mv -f "$KEYCHAIN" "$KEYCHAIN.$NOW" 2>/dev/null
23 /bin/mv -f "$KEY" "$KEY.$NOW" 2>/dev/null
/macosx-10.10.1/gnutar-453/gnutar/scripts/
H A Dbackup.in26 NOW=`now`
129 message 0 "Backup from $PREV_DATE to $NOW"
187 "--label='`print_level` backup of ${fs} on ${remotehost} at ${NOW}'" \
225 "--label='`print_level` backup of miscellaneous files at ${NOW}'" \
/macosx-10.10.1/curl-83.1.2/curl/tests/unit/
H A Dunit1303.c48 #define NOW(x,y) now.tv_sec = x; now.tv_usec = y macro
138 NOW(run[i].now_s, run[i].now_us);
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dstrftime.c61 secs = NOW;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dmailcheck.c88 now = NOW;
99 last_time_mail_checked = NOW;
H A Dgeneral.h227 #define NOW ((time_t) time ((time_t *) 0)) macro
H A Dvariables.c1127 shell_start_time = NOW;
1138 time_since_start = NOW - shell_start_time;
1209 sbrand (rseed + getpid() + NOW);
H A Dshell.c440 shell_start_time = NOW; /* NOW now defined in general.h */
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dtail.c121 #define NOW (unsigned long)time(NiL) macro
622 fp->expire = timeout ? (NOW + timeout + 1) : 0;
656 fp->expire = NOW + timeout;
681 else if (!timeout || fp->expire > NOW)
698 fp->expire = NOW + timeout;
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dparsetime.c28 * at [NOW] PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS
67 PM, AM, TOMORROW, TODAY, NOW, enumerator in enum:__anon12475
90 { "now", NOW,0 }, /* opt prefix for PLUS */
289 * at [NOW] PLUS NUMBER [MINUTES|HOURS|DAYS|WEEKS|MONTHS|YEARS]
337 * at [NOW] NEXT [MINUTES|HOURS|DAYS|WEEKS|MONTHS|YEARS]
665 case NOW:
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_cache.c594 #define NOW (time((time_t *) 0)) /* NOT: event_time() */ macro
597 || (next_interval = (NEXT_START(last_done, cp->exp_interval) - NOW)) < 0)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsdl.vim119 syn keyword sdlType SELF NOW SENDER OFFSPRING
H A Dfreebasic.vim55 syn keyword freebasicDateTime MONTH MONTHNAME NOW SECOND SETDATE SETTIME TIME TIMESERIAL TIMEVALUE
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dmamake.c123 #define NOW ((unsigned long)time((time_t*)0)) macro
1269 r->time = NOW;
1276 r->time = NOW;
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/
H A DIrGlue.cpp736 #pragma mark ------------------ NOT NOW ----------
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetdate.c2432 { "NOW", tDAY_UNIT, 0 },
2936 *NOW as the basis for the returned time. */

Completed in 221 milliseconds