Lines Matching refs:warnx
110 warnx("no uid for user %s", pw->pw_name); in __pw_scan()
118 warnx("%s > max uid value (%u)", p, UID_MAX); in __pw_scan()
124 warnx("%s uid is incorrect", p); in __pw_scan()
129 warnx("root uid should be 0"); in __pw_scan()
133 warnx("%s > recommended max uid value (%u)", p, USHRT_MAX); in __pw_scan()
145 warnx("no gid for user %s", pw->pw_name); in __pw_scan()
153 warnx("%s > max gid value (%u)", p, GID_MAX); in __pw_scan()
159 warnx("%s gid is incorrect", p); in __pw_scan()
163 warnx("%s > recommended max gid value (%u)", p, USHRT_MAX); in __pw_scan()
204 warnx("warning, unknown root shell"); in __pw_scan()
218 warnx("corrupted entry"); in __pw_scan()