Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c161 "***UPDATE %s WITH NEW HOLIDAYS***\n", HOLFILE); in checkhol()
200 if((holptr=fopen(HOLFILE, "r")) == NULL) { in inithol()
201 perror(HOLFILE); in inithol()
221 HOLFILE); in inithol()
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h34 #define HOLFILE "/etc/acct/holidays" macro