Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acct/lib/
H A Dpnpsplit.c156 "***UPDATE %s WITH NEW HOLIDAYS***\n", HOLFILE); in checkhol()
196 if((holptr=fopen(HOLFILE, "r")) == NULL) { in inithol()
197 perror(HOLFILE); in inithol()
217 HOLFILE); in inithol()
/titanic_41/usr/src/cmd/acct/
H A Dacctdef.h36 #define HOLFILE "/etc/acct/holidays" macro