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

/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c375 #define OHISTORY "/etc/security/opwhistory" macro
1251 (void) unlink(OHISTORY);
1253 if (stat64(OHISTORY, &statbuf) == 0 ||
1254 ((src != NULL) && (link(HISTORY, OHISTORY) != 0)) ||
1264 (void) unlink(OHISTORY);

Completed in 57 milliseconds