Lines Matching defs:self
90 static struct utmpx self;
91 char ownname[sizeof (self.ut_user) + 1];
92 static char rterminal[sizeof ("/dev/") + sizeof (self.ut_line)] =
176 for (self.ut_pid = 0, count = 0; (ubuf = getutxent()) != NULL; ) {
183 sizeof (ubuf->ut_line)) == 0) self = *ubuf;
271 if (self.ut_pid == 0) {
280 (void) strlcpy(&ownname[0], self.ut_user,
281 sizeof (self.ut_user));
311 else if (self.ut_pid == 0) {
324 strncpy(&ownname[0], self.ut_user, sizeof (self.ut_user));