OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loginat
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/finger/
finger.h
63
time_t
loginat
; /* time of (last) login */
member in struct:where
sprint.c
113
if (!w->
loginat
) {
128
p = ctime(&w->
loginat
);
129
if (now - w->
loginat
< SECSPERDAY * (DAYSPERWEEK - 1))
131
else if (now - w->
loginat
lprint.c
252
fmt_time(timebuf, sizeof(timebuf), w->
loginat
, -1);
262
if (w->
loginat
== 0) {
266
fmt_time(timebuf, sizeof(timebuf), w->
loginat
, now);
util.c
210
if (w->info == LOGGEDIN && w->
loginat
< ll.ll_time)
233
w->
loginat
= ll.ll_time;
245
w->
loginat
= (time_t)ep->tv.tv_sec;
Completed in 37 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026