Searched refs:daytime (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/tests/sys/netpfil/pf/
H A Ddaytime_inetd.conf27 daytime stream tcp nowait root internal
28 daytime stream tcp6 nowait root internal
29 daytime dgram udp wait root internal
30 daytime dgram udp6 wait root internal
/freebsd-current/usr.bin/leave/
H A Dleave.c127 time_t daytime; local
132 (void)time(&daytime);
133 daytime += secs;
134 strftime(tb, sizeof(tb), "%+", localtime(&daytime));
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c260 static char daytime[DAYTIME_LEN];/* The current time in human readable form, variable
695 strlcpy(daytime, ptimeget_ctime(timenow) + 4, DAYTIME_LEN);
798 * Note that the 'daytime' variable is not changed.
2482 daytime, (int)hostname_shortlen, hostname, getpid(),
2487 daytime, (int)hostname_shortlen, hostname, getpid(),
2492 daytime, (int)hostname_shortlen, hostname, getpid(),

Completed in 148 milliseconds