Searched refs:now (Results 276 - 300 of 814) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/lib/libc/isc/
H A Dev_timers.c124 struct timeval now; local
138 if (gettimeofday(&now, NULL) < 0)
140 return (evTimeSpec(now));
145 struct timeval now; local
151 if (gettimeofday(&now, NULL) < 0)
153 return (evTimeSpec(now));
218 /* due={0,0} is a magic cookie meaning "now." */
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_unix/
H A Dpam_unix.c150 struct timeval now; local
181 (void) gettimeofday(&now, NULL);
193 if (now.tv_sec >= pwd->pw_expire) {
196 } else if (pwd->pw_expire - now.tv_sec < warntime &&
205 if (now.tv_sec >= pwd->pw_change) {
208 } else if (pwd->pw_change - now.tv_sec < warntime &&
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dmain.c108 struct timeval sched, *svp = &sched, now, *nvp = &now; local
375 * otherwise send at least the fraction we should have sent by now.
446 * been heard. Also, check if any inoperative interfaces have now
634 struct timeval now; local
648 gettimeofday(&now,NULL);
649 t = now.tv_sec;
652 fprintf(stderr, "%s.%03ld %s", tbuf, (long)now.tv_usec / 1000,
/netbsd-6-1-5-RELEASE/usr.sbin/repquota/
H A Drepquota.c73 * nontrivial rework to avoid it and it'll work ok for now.
119 static int isover(struct quotaval *qv, time_t now);
286 time_t now; local
314 time(&now);
333 if (isover(&q[i], now)) {
334 timemsg[i] = timeprt(b0[i], 8, now,
569 isover(struct quotaval *qv, time_t now) argument
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_clntsubs.c371 #define NFS_WCCKLUDGE(nmp, now) \
373 ((now) - (nmp)->nm_wcckludgetime - NFS_WCCKLUDGE_TIMEOUT) < 0)
393 long now = time_second; local
426 if (!NFS_WCCKLUDGE(nmp, now)) {
443 nmp->nm_wcckludgetime = now;
445 } else if (NFS_WCCKLUDGE(nmp, now)) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drbtdb.c483 isc_stdtime_t now; member in struct:__anon1380
491 isc_stdtime_t now; member in struct:__anon1381
518 isc_stdtime_t now);
533 isc_stdtime_t now);
535 isc_stdtime_t now);
539 isc_stdtime_t now, isc_boolean_t tree_locked);
1421 * We've now eliminated all IGNORE datasets with the possible
1422 * exception of current, which we now check.
1453 * We now try to find the first down node less than the
1788 * We can now delet
2756 bind_rdataset(dns_rbtdb_t *rbtdb, dns_rbtnode_t *node, rdatasetheader_t *header, isc_stdtime_t now, dns_rdataset_t *rdataset) argument
3613 zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4122 zone_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4433 find_coveringnsec(rbtdb_search_t *search, dns_dbnode_t **nodep, isc_stdtime_t now, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4767 cache_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
5113 cache_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
5355 expirenode(dns_db_t *db, dns_dbnode_t *node, isc_stdtime_t now) argument
5541 zone_findrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdatatype_t type, dns_rdatatype_t covers, isc_stdtime_t now, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
5628 cache_findrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdatatype_t type, dns_rdatatype_t covers, isc_stdtime_t now, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
5722 allrdatasets(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdatasetiter_t **iteratorp) argument
5867 add(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion, rdatasetheader_t *newheader, unsigned int options, isc_boolean_t loading, dns_rdataset_t *addedrdataset, isc_stdtime_t now) argument
6419 addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdataset_t *rdataset, unsigned int options, dns_rdataset_t *addedrdataset) argument
8153 isc_stdtime_t now; local
8210 isc_stdtime_t now; local
8813 rdataset_getadditional(dns_rdataset_t *rdataset, dns_rdatasetadditional_t type, dns_rdatatype_t qtype, dns_acache_t *acache, dns_zone_t **zonep, dns_db_t **dbp, dns_dbversion_t **versionp, dns_dbnode_t **nodep, dns_name_t *fname, dns_message_t *msg, isc_stdtime_t now) argument
9223 need_headerupdate(rdatasetheader_t *header, isc_stdtime_t now) argument
9258 update_header(dns_rbtdb_t *rbtdb, rdatasetheader_t *header, isc_stdtime_t now) argument
9282 overmem_purge(dns_rbtdb_t *rbtdb, unsigned int locknum_start, isc_stdtime_t now, isc_boolean_t tree_locked) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_jobs.c267 u_int64_t now; local
442 now = read_machclk();
443 cl->idletime = now;
501 u_int64_t now; local
507 now = read_machclk();
508 tstamp1 = now;
530 scan->idletime = now;
531 scan->cl_last_rate_update = now;
563 scan->idletime = now;
564 scan->cl_last_rate_update = now;
665 u_int64_t now; local
777 u_int64_t now; local
1277 u_int64_t now, oldest_arv; local
1654 u_int64_t now; local
2117 u_int64_t now; local
[all...]
H A Daltq_blue.c422 struct timeval now; local
425 microtime(&now);
426 t = (now.tv_sec - rp->blue_last.tv_sec);
431 t = t * 1000000 + (now.tv_usec - rp->blue_last.tv_usec);
473 struct timeval now; local
477 microtime(&now);
478 t = (now.tv_sec - rp->blue_last.tv_sec);
479 t = t * 1000000 + (now.tv_usec - rp->blue_last.tv_usec);
H A Daltq_rmclass.h74 #define RM_GETTIME(now) microtime(&now)
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dif.c80 #define IF_RESCAN_DELAY() (last_ifinit.tv_sec == now.tv_sec \
81 && last_ifinit.tv_usec == now.tv_usec \
82 && timercmp(&ifinit_timer, &now, >))
554 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL);
570 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL);
575 ifp->int_data.ts = now.tv_sec;
710 last_ifinit = now;
711 ifinit_timer.tv_sec = now.tv_sec + (supplier
767 ifs0.int_act_time = now.tv_sec;
768 ifs0.int_data.ts = now
[all...]
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dparsedate.y418 { "now", tMINUTE_UNIT, 0 },
654 time_t now;
656 now = Start;
657 tm = localtime(&now);
658 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
659 now += 7 * SECSPERDAY * (DayOrdinal <= 0 ? DayOrdinal : DayOrdinal - 1);
660 return DSTcorrect(Start, now);
879 parsedate(const char *p, const time_t *now, const int *zone)
888 if (now == NULL || zone == NULL) {
889 now
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dapps.c426 /* now look for the end of this */
2839 FILETIME now; local
2857 GetProcessTimes(proc,&junk,&junk,&junk,&now);
2871 SystemTimeToFileTime(&systime,&now);
2876 tmstart.u.LowPart = now.dwLowDateTime;
2877 tmstart.u.HighPart = now.dwHighDateTime;
2882 tmstop.u.LowPart = now.dwLowDateTime;
2883 tmstop.u.HighPart = now.dwHighDateTime;
2921 struct timespec now; local
2924 unsigned long now; local
2956 clock_t now; local
2987 clock_t now = times(&rus); local
3010 struct timeval now; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dtverify.com32 $! run the command now.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/x68k/
H A Dmsg.md.en44 {If the floppy is not locked, you may now remove the disk.
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/test/
H A Dsort.lua2 -- this is an example only. Lua has now a built-in function "sort"
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/
H A Dtexinfo2netbsd77 echo You can import now.
/netbsd-6-1-5-RELEASE/sys/dev/nor/
H A Dcfi_0002.c413 struct timeval now; local
425 microtime(&now);
427 timersub(&now, &start, &delta);
435 microtime(&now);
437 timersub(&now, &start, &delta);
473 struct timeval now; local
489 microtime(&now);
492 } while (timercmp(&now, &limit, <));
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dxgettext-csharp-222 // And now a comment with �������������� and ��������� and Unicode escapes: B\u00f6se B\u00fcbchen
74 #. And now a comment with �������������� and ��������� and Unicode escapes: B\u00f6se B\u00fcbchen
/netbsd-6-1-5-RELEASE/gnu/dist/grep/
H A Dgrep2netbsd78 echo You can import now.
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/
H A Ddiffutils2netbsd77 echo You can import now.
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dmul_1.asm167 mov i00, %g5 C i00+ now in g5
173 mov i32, %g4 C i32+ now in g4
237 mov i00, %g5 C i00+ now in g5
244 mov i32, %g4 C i32+ now in g4
299 mov i00, %g5 C i00+ now in g5
308 mov i32, %g4 C i32+ now in g4
336 mov i00, %g5 C i00+ now in g5
346 mov i32, %g4 C i32+ now in g4
396 mov i00, %g5 C i00+ now in g5
411 mov i32, %g4 C i32+ now i
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/rtsold/
H A Drtsold.c493 struct timeval now, rtsol_timer; local
497 gettimeofday(&now, NULL);
502 if (timercmp(&ifinfo->expire, &now, <=)) {
576 } else if (timercmp(&rtsol_timer, &now, <))
580 timersub(&rtsol_timer, &now, &returnval);
595 struct timeval now; local
647 gettimeofday(&now, NULL);
648 timeradd(&now, &ifinfo->timer, &ifinfo->expire);
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dquota2_subr.c112 time_t expire, time_t now)
121 if (now > expire) {
111 quota_check_limit(uint64_t cur, uint64_t change, uint64_t soft, uint64_t hard, time_t expire, time_t now) argument
/netbsd-6-1-5-RELEASE/usr.bin/finger/
H A Dfinger.c95 time_t now; variable
156 (void)time(&now);
/netbsd-6-1-5-RELEASE/share/examples/refuse/ian/libfetch/
H A Dcommon.c381 struct timeval now, timeout, wait; local
396 gettimeofday(&now, NULL);
397 wait.tv_sec = timeout.tv_sec - now.tv_sec;
398 wait.tv_usec = timeout.tv_usec - now.tv_usec;
507 struct timeval now, timeout, wait; local
522 gettimeofday(&now, NULL);
523 wait.tv_sec = timeout.tv_sec - now.tv_sec;
524 wait.tv_usec = timeout.tv_usec - now.tv_usec;

Completed in 338 milliseconds

<<11121314151617181920>>