Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acctadm/
H A Dutils.h47 extern int open_exacct_file(const char *, int);
H A Dutils.c131 open_exacct_file(const char *file, int type) in open_exacct_file() function
H A Dmain.c407 if (open_exacct_file(file, type) == -1) { in main()
H A Daconf.c198 if (open_exacct_file(file, type) == -1) in aconf_setup()