HomeSort by relevance Sort by last modified time
    Searched refs:Utmp (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
physical.h 100 time_t Utmp; /* Are we in utmp ? */
physical.c 45 #include <utmp.h>
214 p->Utmp = 0;
356 if (p->Utmp) {
363 p->Utmp = 0;
923 if (p->type == PHYS_DIRECT && *p->name.base && !p->Utmp) {
924 struct utmp ut;
944 p->Utmp = ut.ut_time;

Completed in 1690 milliseconds