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

/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c368 #define OHISTORY "/etc/security/opwhistory" macro
1275 (void) unlink(OHISTORY);
1277 if (stat64(OHISTORY, &statbuf) == 0 ||
1278 ((src != NULL) && (link(HISTORY, OHISTORY) != 0)) ||
1288 (void) unlink(OHISTORY);

Completed in 17 milliseconds