Searched defs:invalid_utmpx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/utmp_update/
H A Dutmp_update.c110 static int invalid_utmpx(struct utmpx *, struct utmpx *);
157 * invalid_utmpx() for details of validation criteria).
188 err = invalid_utmpx(&entryx, rutmpx);
435 * The function invalid_utmpx() enforces the requirement that the record
444 invalid_utmpx(struct utmpx *eutmpx, struct utmpx *rutmpx) function

Completed in 44 milliseconds