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.c379 #define HISTEMP "/etc/security/pwhistemp" macro
1167 if ((tmpfd = open(HISTEMP, O_WRONLY|O_CREAT|O_TRUNC, HISTMODE)) < 0) { in files_update_history()
1175 (void) unlink(HISTEMP); in files_update_history()
1180 (void) unlink(HISTEMP); in files_update_history()
1247 (void) unlink(HISTEMP); in files_update_history()
1261 rename(HISTEMP, HISTORY) != 0) { in files_update_history()
1266 (void) unlink(HISTEMP); in files_update_history()