Searched refs:OHISTORY (Results 1 – 1 of 1) sorted by relevance
375 #define OHISTORY "/etc/security/opwhistory" macro1251 (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()