Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c381 #define HISTMODE S_IRUSR /* mode to create history file */ macro
1167 if ((tmpfd = open(HISTEMP, O_WRONLY|O_CREAT|O_TRUNC, HISTMODE)) < 0) { in files_update_history()