Searched refs:OHISTORY (Results 1 – 1 of 1) sorted by relevance
380 #define OHISTORY "/etc/security/opwhistory" macro1257 (void) unlink(OHISTORY); in files_update_history()1259 if (stat64(OHISTORY, &statbuf) == 0 || in files_update_history()1260 ((src != NULL) && (link(HISTORY, OHISTORY) != 0)) || in files_update_history()1270 (void) unlink(OHISTORY); in files_update_history()