Home
last modified time | relevance | path

Searched refs:now (Results 151 – 175 of 620) sorted by relevance

12345678910>>...25

/dragonfly/usr.bin/telnet/
H A DREADME203 The telnet "send" command can now be used to send
226 The LOGOUT option is now supported by both telnet
249 A "libtelnet.a" has now been created. This libraray
256 specific configuration information has now been put
291 The suboption processing code in telnet now has
340 is now changed to TIOCSETN.
377 The USER variable is now only sent by the client if
391 do now is after the fork(), in the child:
441 directory is now gone, and all the source that was in
442 telnet/Source is now just in the telnet directory.
[all …]
/dragonfly/usr.bin/find/
H A Dgetdate.y637 time_t now; in RelativeDate() local
639 now = Start; in RelativeDate()
640 tm = localtime(&now); in RelativeDate()
641 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7); in RelativeDate()
642 now += 7 * SECSPERDAY * (DayOrdinal <= 0 ? DayOrdinal : DayOrdinal - 1); in RelativeDate()
643 return DSTcorrect(Start, now); in RelativeDate()
/dragonfly/lib/libc/gen/
H A Dsyslog.c133 time_t now; in vsyslog_unlocked() local
168 time(&now); in vsyslog_unlocked()
170 fprintf(fp, "%.15s ", ctime_r(&now, timbuf) + 4); in vsyslog_unlocked()
/dragonfly/lib/libtelnet/
H A Dkrb4encpwd.c195 time_t now; local
246 time(&now);
247 sprintf(challenge, "%x", now);
/dragonfly/contrib/cvs-1.12/src/
H A Dhistory.c380 get_history_log_name (time_t now) in get_history_log_name() argument
390 if (!now) now = time (NULL); in get_history_log_name()
392 localtime (&now))) in get_history_log_name()
775 time_t now; in history_write() local
900 now = time (NULL); in history_write()
901 line = Xasprintf ("%c%08lx|%s|%s|%s|%s|%s\n", type, (long) now, in history_write()
904 fname = get_history_log_name (now); in history_write()
H A Dedit.c349 time_t now; in edit_fileproc() local
396 (void) time (&now); in edit_fileproc()
397 ascnow = asctime (gmtime (&now)); in edit_fileproc()
606 time_t now; in unedit_fileproc() local
639 (void) time (&now); in unedit_fileproc()
640 ascnow = asctime (gmtime (&now)); in unedit_fileproc()
/dragonfly/share/examples/ipfw/
H A Dchange_rules.sh124 The rules will be changed now. If the message 'Type y to keep the new
148 The new rules are now installed. The previous rules have been preserved in
/dragonfly/contrib/ee/
H A DChanges9 - changed the licensing since the Artistic License is now considered
33 - source directory now has version number attached to directory name
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A DTODO10 External code now uses ng_send_fn to inject data into Netgraph, so
41 For now we destroy all channels when upstream hook is disconnected.
/dragonfly/sbin/init/
H A DNOTES40 vhangup(). It is now the responsibility of the kernel to
47 In general it appears that the kernel now automatically
97 maybe now we can consider replacements? maintain them in parallel
107 on lines that are now 'off', starting them on lines newly 'on')
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_list.c253 struct os_reltime now; in ap_list_timer() local
260 os_get_reltime(&now); in ap_list_timer()
264 if (!os_reltime_expired(&now, &ap->last_beacon, in ap_list_timer()
/dragonfly/games/adventure/
H A Dglorkz1355 21 resources right now.
1356 22 Do you really want to quit now?
1371 35 The grate is now locked.
1372 36 The grate is now unlocked.
1375 39 Your lamp is now on.
1376 40 Your lamp is now off.
1439 70 Your feet are now wet.
1485 108 Your bottle is now full of oil.
1561 143 Do you indeed wish to quit now?
1599 171 The chain is now unlocked.
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dlibgcc-glibc.ver19 # In order to work around the very problems that force us to now generally
21 # By now choosing the same version tags for these specific routines, we
/dragonfly/contrib/dhcpcd/src/
H A Deloop.c206 struct timespec now; member
498 struct timespec now; in eloop_reduce_timers() local
503 clock_gettime(CLOCK_MONOTONIC, &now); in eloop_reduce_timers()
504 secs = eloop_timespec_diff(&now, &eloop->now, &nsecs); in eloop_reduce_timers()
525 eloop->now = now; in eloop_reduce_timers()
887 if (clock_gettime(CLOCK_MONOTONIC, &eloop->now) == -1) { in eloop_new()
/dragonfly/libexec/dma/
H A Dlocal.c140 time_t now = time(NULL); in deliver_local() local
201 error = snprintf(line, sizeof(line), "%sFrom %s %s", newline, sender, ctime(&now)); in deliver_local()
H A Dspool.c407 struct timeval now; in flushqueue_since() local
418 if (gettimeofday(&now, 0) != 0) in flushqueue_since()
422 if (st.st_mtim.tv_sec + period >= now.tv_sec) in flushqueue_since()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dgas_query.c84 struct os_reltime now, res; in ms_from_time() local
86 os_get_reltime(&now); in ms_from_time()
87 os_reltime_sub(&now, last, &res); in ms_from_time()
750 struct os_reltime now; in gas_query_set_sa() local
762 os_get_reltime(&now); in gas_query_set_sa()
766 !os_reltime_expired(&now, &gas->last_mac_addr_rand, in gas_query_set_sa()
H A Deapol_test.py67 now = os.times()[4]
68 remaining = start + timeout - now
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_misc.c242 struct timeval now; in ng_hci_neighbor_stale() local
244 getmicrotime(&now); in ng_hci_neighbor_stale()
246 return (now.tv_sec - n->updated.tv_sec > bluetooth_hci_max_neighbor_age()); in ng_hci_neighbor_stale()
/dragonfly/sys/kern/
H A Dkern_sensors.c305 time_t now; in sensor_task_thread() local
314 (now = time_uptime)) { in sensor_task_thread()
316 "timeout", (nst->nextrun - now) * hz); in sensor_task_thread()
322 if (st->nextrun > now) in sensor_task_thread()
/dragonfly/sys/net/altq/
H A Daltq_rmclass.h69 #define RM_GETTIME(now) microtime(&now) argument
/dragonfly/usr.sbin/yppush/
H A Dyppush_main.c157 yppush_exit(int now) in yppush_exit() argument
163 while (!now && still_pending) { in yppush_exit()
186 now = 1; in yppush_exit()
/dragonfly/sys/netgraph7/
H A DNOTES8 - all mallocs/frees now changed to use this.. JRE
100 Messages and data are deliverd in a new form. An Item now has
102 it is now the basis of all data transfer since any transfer may need to
/dragonfly/lib/libc/resolv/
H A Dres_send.c860 struct timespec now, timeout, finish; local
978 now = evNowTime();
980 finish = evAddTime(now, timeout);
983 now = evNowTime();
986 if (evCmpTime(finish, now) > 0)
987 timeout = evSubTime(finish, now);
999 timeout = evSubTime(finish, now);
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu10_hwmgr.c855 uint32_t i, now, size = 0; in smu10_print_clock_levels() local
860 now = smum_get_argument(hwmgr); in smu10_print_clock_levels()
863 if (now == data->gfx_max_freq_limit/100) in smu10_print_clock_levels()
865 else if (now == data->gfx_min_freq_limit/100) in smu10_print_clock_levels()
874 i == 1 ? now : SMU10_UMD_PSTATE_GFXCLK, in smu10_print_clock_levels()
882 now = smum_get_argument(hwmgr); in smu10_print_clock_levels()
889 == now) ? "*" : ""); in smu10_print_clock_levels()

12345678910>>...25