Home
last modified time | relevance | path

Searched refs:now (Results 201 – 225 of 720) sorted by last modified time

12345678910>>...29

/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c529 warn(FILE *termf, time_t sdt, time_t now, char *type, int first) in warn() argument
532 time_t delay = sdt - now; in warn()
552 if (first || sdt - now > 1 MINUTES) { in warn()
570 rwarn(char *host, time_t sdt, time_t now, char *type, int first) in rwarn() argument
573 time_t delay = sdt - now; in rwarn()
599 if (first || sdt - now > 1 MINUTES) { in rwarn()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c959 long now; in progress() local
962 if (linemode == NO && (now = time((long *)NULL)) - starttime >= 2) { in progress()
963 starttime = now; in progress()
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun163 now = datetime.now()
165 self.lines += [(now, r) for r in rows]
560 self.timestamp = datetime.now().strftime('%Y%m%dT%H%M%S')
/illumos-gate/usr/src/test/smbsrv-tests/cmd/
H A Drun_smbtorture.py84 timediff = datetime.now() - start
88 starttime = datetime.now()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisuse.test46 # but that has changed. The following tests used to cause errors but now
H A Dlastinsert.test14 # Note 1: insert into table is now the only statement which changes LIRID
H A Dindex.test66 # Try an index with some columns that match and others that do now.
H A Ddate.test130 datetest 4.1 {date('now')} $now
177 datetest 7.2 {datetime('now',null)} NULL
178 datetest 7.3 {datetime('now','localtime',null)} NULL
180 datetest 7.5 {time('now',null)} NULL
181 datetest 7.6 {time('now','localtime',null)} NULL
183 datetest 7.8 {date('now',null)} NULL
184 datetest 7.9 {date('now','localtime',null)} NULL
186 datetest 7.11 {julianday('now',null)} NULL
187 datetest 7.12 {julianday('now','localtime',null)} NULL
188 datetest 7.13 {strftime(null,'now')} NULL
[all …]
H A Dattach2.test104 # now try to write to test2.db. the write should fail
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in676 ** SQLITE_ROW means that a single row of the result is now available.
H A Dos.c1834 double now; local
1836 now = ((double)ft.dwHighDateTime) * 4294967296.0;
1837 *prNow = (now + ft.dwLowDateTime)/864000000000.0 + 2305813.5;
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c180 hrtime_t now; in sip_timeout() local
190 now = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + tspec.tv_nsec; in sip_timeout()
192 (hrtime_t)(timeout_time->tv_usec * MILLISEC) + now; in sip_timeout()
/illumos-gate/usr/src/lib/libsec/common/
H A Dmapfile-vers57 # no SUNW_1.1 symbols, but the version is now kept as a placeholder.
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_match.c126 struct timeval now; in in_cache() local
142 (void) gettimeofday(&now, &tz); in in_cache()
143 if ((now.tv_sec - c->birth) > CACHETO) { in in_cache()
183 struct timeval now; in __yp_match_cflookup() local
273 (void) gettimeofday(&now, &tz); in __yp_match_cflookup()
274 c->birth = now.tv_sec; in __yp_match_cflookup()
367 struct timeval now; in __yp_match_rsvdport_cflookup() local
468 (void) gettimeofday(&now, &tz); in __yp_match_rsvdport_cflookup()
469 c->birth = now.tv_sec; in __yp_match_rsvdport_cflookup()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c242 struct timeval now; in _clnt_vc_create_timed() local
321 (void) gettimeofday(&now, (struct timezone *)0); in _clnt_vc_create_timed()
322 call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec; in _clnt_vc_create_timed()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dyptol_utils.c168 struct timeval now; in update_timestamp() local
170 if (0 != gettimeofday(&now, NULL)) { in update_timestamp()
174 sprintf(time_string, "%010ld", (long)now.tv_sec); in update_timestamp()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dlog.c105 time_t now; in ldaplog() local
152 time(&now); in ldaplog()
153 if (now-timelast > 60) { in ldaplog()
155 timelast = now; in ldaplog()
156 ctime_r(&now, timestr, 128); in ldaplog()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_work.c53 hrtime_t now; in dtrace_sleep() local
76 now = gethrtime(); in dtrace_sleep()
78 if (earliest < now) { in dtrace_sleep()
83 tv.tv_sec = (earliest - now) / NANOSEC; in dtrace_sleep()
84 tv.tv_nsec = (earliest - now) % NANOSEC; in dtrace_sleep()
115 hrtime_t now = gethrtime(); in dtrace_status() local
124 if (now - dtp->dt_laststatus < interval) in dtrace_status()
129 dtp->dt_laststatus = now; in dtrace_status()
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.S45 ! All we need to do now is (carefully) call lwp_exit().
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.S174 add %o7, %o1, %o1 ! and now make it absolute
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dasm_subr.S41 / All we need to do now is (carefully) call lwp_exit().
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dldivide.S74 incl %eax / turn on quotient bit for now
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.S794 b .ald ! now go align dest
1805 ! Destination is now block (64 byte aligned)
2132 b .ald ! now go align dest
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred_with_pw.c378 krb5_timestamp now; local
380 if ((code = krb5_timeofday(context, &now))) {
394 *time_rec = (cred->tgt_expire > now) ?
395 (cred->tgt_expire - now) : 0;
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c674 time_t now = time(0); /* Used to set the expire time */ in create_context() local
755 expire : expire + now; in create_context()

12345678910>>...29