Home
last modified time | relevance | path

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

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