Searched refs:putmp (Results 1 – 1 of 1) sorted by relevance
1259 struct utmpx id, *putmp; in get_boottime() local1263 if ((putmp = getutxid(&id)) != NULL) in get_boottime()1264 return ((time32_t)putmp->ut_tv.tv_sec); in get_boottime()