Home
last modified time | relevance | path

Searched refs:boottime (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dwho.c186 idle_string (time_t when, time_t boottime) in idle_string() argument
194 if (boottime < when && when <= now in idle_string()
322 print_user (struct gl_utmp const *utmp_ent, time_t boottime) in print_user() argument
366 sprintf (idlestr, "%.*s", IDLESTR_LEN, idle_string (last_change, boottime)); in print_user()
570 time_t boottime = TYPE_MINIMUM (time_t); in scan_entries() local
590 print_user (utmp_buf, boottime); in scan_entries()
609 boottime = utmp_buf->ut_ts.tv_sec; in scan_entries()