Home | History | Annotate | Download | only in utmp_update

Lines Matching defs:logerr

55 logerr(int e, const char *fmt, ...)
97 logerr(errno, "Can't setuid %ld", (long)ruid);
102 logerr(0, "Bad argument size %zu", len);
105 logerr(errno, "Can't allocate %zu", len+1);
109 logerr(0, "Decoding error %s %d != %zu", argv[1], res,
117 logerr(0, "Invalid utmpx type %d", (int)utx->ut_type);
124 logerr(0, "Non-printable characters in hostname");
128 logerr(0, "User %ld does not exist in password"
132 logerr(0, "Current user `%s' does not match "
140 logerr(errno, "Cannot stat `%s'", tty);
142 logerr(0, "%s: Is not owned by you", tty);
144 logerr(0, "%s: Not a tty device", tty);
147 logerr(errno, "Can't access `%s'", tty);
157 logerr(errno, "Cannot open `%s'", tty);
161 logerr(0, "Cannot find existing entry for `%s'",
164 logerr(0, "Cannot modify entry for `%s' "
170 logerr(errno, "Can't setuid %ld", (long)euid);
172 logerr(errno, "Cannot update utmp entry");