Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c375 #define HISTEMP "/etc/security/pwhistemp" macro
1162 if ((tmpfd = open(HISTEMP, O_WRONLY|O_CREAT|O_TRUNC, HISTMODE)) < 0) { in files_update_history()
1170 (void) unlink(HISTEMP); in files_update_history()
1175 (void) unlink(HISTEMP); in files_update_history()
1242 (void) unlink(HISTEMP); in files_update_history()
1256 rename(HISTEMP, HISTORY) != 0) { in files_update_history()
1261 (void) unlink(HISTEMP); in files_update_history()