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

/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c56 static int files_update_history(char *name, struct spwd *spwd);
1107 result = files_update_history(name, pwbuf->spwd);
1140 files_update_history(char *name, struct spwd *spwd) function
1152 debug("files_update_history(%s) no history, unlinking", name);
1156 debug("files_update_history(%s, %s) histsize = %d", name, spwd->sp_pwdp,
1191 debug("files_update_history: read=\"%s\"", user);
1201 debug("files_update_history: update user\n"
1220 debug("files_update_history: copy line %s",
1230 debug("files_update_history: add line\n"
1239 debug("files_update_history
[all...]

Completed in 97 milliseconds