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

/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c57 static int files_update_history(char *name, char *history);
1134 result = files_update_history(name, pwbuf->history);
1165 files_update_history(char *name, char *history) function
1177 debug("files_update_history(%s) no history, unlinking", name);
1181 debug("files_update_history(%s, %s) histsize = %d", name,
1216 debug("files_update_history: read=\"%s\"", user);
1226 debug("files_update_history: update user\n"
1245 debug("files_update_history: copy line %s", user);
1254 debug("files_update_history: add line\n"
1263 debug("files_update_history
[all...]

Completed in 22 milliseconds