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

/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c366 #define HISTORY "/etc/security/passhistory" macro
423 if ((histsize = def_getint("HISTORY=", DEFHISTORY)) == 0) {
528 if ((history = fopen(HISTORY, "rF")) == NULL) {
529 debug("files_getattr: %s not found", HISTORY);
1176 if ((histsize = def_getint("HISTORY=", DEFHISTORY)) == 0) {
1178 (void) unlink(HISTORY);
1192 if (((src = fopen(HISTORY, "rF")) == NULL) &&
1278 ((src != NULL) && (link(HISTORY, OHISTORY) != 0)) ||
1279 rename(HISTEMP, HISTORY) != 0) {

Completed in 22 milliseconds