HomeSort by: relevance | last modified time | path
    Searched refs:NOW (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/unbound/dist/testdata/ede.tdir/bogus/
make-broken-zone.sh 6 NOW=20010101
12 ONEMONTHAGO=`$DATE -d "$NOW - 1 month" +%Y%m%d`
13 ONEMONTH=`$DATE -d "$NOW + 1 month" +%Y%m%d`
14 YESTERDAY=`$DATE -d "$NOW - 2 days" +%Y%m%d`
15 TOMORROW=`$DATE -d "$NOW + 2 days" +%Y%m%d`
  /src/external/bsd/openldap/dist/tests/scripts/
test079-proxy-timeout 112 echo "Create shared connection towards remote LDAP (time_t now=$CONN_BEGINS timeout=$CONN_EXPIRES)"
140 echo "Checking that proxy has created connections towards backend (time_t now=`date +%s`)"
169 NOW=`date +%s`
170 sleep `expr $CONN_EXPIRES - $NOW + 2`
172 echo "Checking that proxy has closed expired connections towards the remote LDAP server (time_t now=`date +%s`)"
204 echo "Create private connection towards remote LDAP (time_t now=$CONN_BEGINS timeout=$CONN_EXPIRES)"
236 echo "Checking that proxy has created connections towards backend (time_t now=`date +%s`)"
265 NOW=`date +%s`
266 sleep `expr $CONN_EXPIRES - $NOW + 2`
268 echo "Checking that proxy has closed expired connections towards the remote LDAP server (time_t now=`date +%s`)
    [all...]
  /src/external/gpl2/lvm2/dist/scripts/
lvm_dump.sh 79 NOW=`$DATE -u +%G%m%d%k%M%S | /usr/bin/tr -d ' '`
83 dirbase="lvmdump-$HOSTNAME-$NOW"
  /src/usr.bin/at/
parsetime.c 30 * at [NOW] PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS
63 PM, AM, TOMORROW, TODAY, NOW,
87 {"now", NOW, false}, /* opt prefix for PLUS */
243 * eat whitespace now - if we walk off the end of the argument,
307 * plus() parses a now + time
309 * at [NOW] PLUS NUMBER [MINUTES|HOURS|DAYS|WEEKS|MONTHS|YEARS]
595 case NOW:
599 /* now is optional prefix for PLUS tree */
  /src/external/mpl/bind/dist/bin/tests/system/rrl/
tests.sh 60 NOW=$(date)
61 if test "$START" != "$NOW"; then
  /src/external/ibm-public/postfix/dist/src/util/
dict_cache.c 597 #define NOW (time((time_t *) 0)) /* NOT: event_time() */
600 || (next_interval = (NEXT_START(last_done, cp->exp_interval) - NOW)) < 0)
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 1025 YYFPRINTF (stderr, "Stack now");
1577 YYDPRINTF ((stderr, "Now at end of input.\n"));
2309 /* Now `shift' the result of the reduction. Determine what state
2577 { "NOW", tDAY_UNIT, 0 },
3081 *NOW as the basis for the returned time. */
3083 get_date (struct timespec *result, char const *p, struct timespec const *now)
3098 if (! now)
3101 now = &gettime_buffer;
3104 Start = now->tv_sec;
3105 Start_ns = now->tv_nsec
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 619 # Result is now in FP0
677 # Result is now in FP0
735 # Result is now in FP0
796 # Result is now in FP0
854 # Result is now in FP0
912 # Result is now in FP0
973 # Result is now in FP0
1031 # Result is now in FP0
1089 # Result is now in FP0
1150 # Result is now in FP
    [all...]
fpsp.s 749 # in fp1. now, simply jump to _real_ovfl()!
924 # now, what's left that's not dyadic is fsincos. we can distinguish it
999 # in fp1 (don't forget to save fp0). what to do now?
1361 # No exceptions occurred that were also enabled. Now:
1385 # * this is the case where we must call _real_inex() now or else
1612 # now, copy the result to the proper place on the stack
1786 # now, copy the result to the proper place on the stack
1939 # No exceptions occurred that were also enabled. Now:
1954 bra.w fu_in_exc_ovfl_p # do _real_inex() now
1963 # * this is the case where we must call _real_inex() now or els
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 2007 // Delay the creation of the actual dynamic symbol table until now, so that
2061 LLVM_READOBJ_DT_FLAG_ENT(DF_1, NOW),
  /src/external/bsd/nsd/dist/
configure 63 # to be unset--not just set to an empty or harmless value--now, to
1456 --enable-relro-now Enable full relocation binding at load-time (RELRO
1457 NOW, to protect GOT and .dtor areas)
6214 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wl,-z,relro,-z,now" >&5
6215 printf %s "checking if $CC supports -Wl,-z,relro,-z,now... " >&6; }
6217 LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
7824 /* now we want to get EAGAIN: nonblocking goodness */
7962 # OK, works on sane cases. Now check whether nonexistent headers
8021 # OK, works on sane cases. Now check whether nonexistent headers
13298 # to be unset--not just set to an empty or harmless value--now, t
    [all...]
  /src/external/bsd/unbound/dist/
configure 63 # to be unset--not just set to an empty or harmless value--now, to
1593 --enable-relro-now Enable full relocation binding at load-time (RELRO
1594 NOW, to protect GOT and .dtor areas)
6909 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wl,-z,relro,-z,now" >&5
6910 printf %s "checking if $CC supports -Wl,-z,relro,-z,now... " >&6; }
6912 LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
10222 # Now try to grab the symbols.
10254 # Now generate the symbol file.
10284 # Now try linking the two files.
12341 # AIX 5 now supports IA64 processo
    [all...]

Completed in 61 milliseconds