Lines Matching refs:utmpx
104 static void load_utmpx_struct(struct utmpx *, char **);
106 static void check_utmpx(struct utmpx *);
110 static int invalid_utmpx(struct utmpx *, struct utmpx *);
118 struct utmpx *rutmpx; in main()
119 struct utmpx entryx; in main()
175 for (rutmpx = getutxent(); rutmpx != (struct utmpx *)NULL; in main()
198 if (pututxline(&entryx) == (struct utmpx *)NULL) { in main()
226 load_utmpx_struct(struct utmpx *entryx, char *argv[]) in load_utmpx_struct()
233 (void) memset(entryx, 0, sizeof (struct utmpx)); in load_utmpx_struct()
308 check_utmpx(struct utmpx *entryx) in check_utmpx()
444 invalid_utmpx(struct utmpx *eutmpx, struct utmpx *rutmpx) in invalid_utmpx()
570 fputmpx(struct utmpx *rutmpx) in fputmpx()