Home
last modified time | relevance | path

Searched refs:userconf (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/pw/
H A Dpw.h74 struct userconf struct
103 struct userconf *read_userconfig(char const * file); argument
108 int pw_user(struct userconf * cnf, int mode, struct cargs * _args);
109 int pw_group(struct userconf * cnf, int mode, struct cargs * _args);
129 void pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) __printflike(4, 5);
H A Dpw_user.c49 static uid_t pw_uidpolicy(struct userconf * cnf, struct cargs * args);
51 static time_t pw_pwdpolicy(struct userconf * cnf, struct cargs * args);
52 static time_t pw_exppolicy(struct userconf * cnf, struct cargs * args);
92 pw_user(struct userconf * cnf, int mode, struct cargs * args) in pw_user()
790 pw_uidpolicy(struct userconf * cnf, struct cargs * args) in pw_uidpolicy()
846 pw_gidpolicy(struct userconf * cnf, struct cargs * args, char *nam, gid_t prefer) in pw_gidpolicy()
916 pw_pwdpolicy(struct userconf * cnf, struct cargs * args) in pw_pwdpolicy()
932 pw_exppolicy(struct userconf * cnf, struct cargs * args) in pw_exppolicy()
948 pw_homepolicy(struct userconf * cnf, struct cargs * args, char const * user) in pw_homepolicy()
1001 pw_shellpolicy(struct userconf * cnf, struct cargs * args, char *newshell) in pw_shellpolicy()
[all …]
H A Dpw.c101 struct userconf *cnf; in main()
123 static int (*funcs[W_NUM]) (struct userconf * _cnf, int _mode, struct cargs * _args) = in main()
H A Dpw_group.c43 static gid_t gr_gidpolicy(struct userconf * cnf, struct cargs * args);
58 pw_group(struct userconf * cnf, int mode, struct cargs * args) in pw_group()
349 gr_gidpolicy(struct userconf * cnf, struct cargs * args) in gr_gidpolicy()
H A Dpw_log.c36 pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) in pw_log()
H A Dpw_conf.c81 static struct userconf config =
223 struct userconf *