Home | History | Annotate | Download | only in gen

Lines Matching defs:ut

69 cvt(struct utmpx *ut)
71 if (ut == NULL)
73 timeval_to_timeval50(&ut->ut_tv, (void *)&ut->ut_tv);
74 return (void *)ut;
104 struct utmpx ut;
105 utmpx50_to_utmpx(ut50, &ut);
106 return cvt(__getutxid50(&ut));
112 struct utmpx ut;
113 utmpx50_to_utmpx(ut50, &ut);
114 return cvt(__getutxline50(&ut));
120 struct utmpx ut;
121 utmpx50_to_utmpx(ut50, &ut);
122 return cvt(__pututxline50(&ut));
128 struct utmpx ut;
129 utmpx50_to_utmpx(ut50, &ut);
130 return __updwtmpx50(fname, &ut);
181 getutmp(const struct utmpx50 *utx50, struct utmp *ut)
185 __getutmp50(&utx, ut);
189 getutmpx(const struct utmp *ut, struct utmpx50 *utx50)
192 __getutmpx50(ut, &utx);