Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acctadm/
H A Dres.h51 extern char *buf2str(ac_res_t *, size_t, int, int);
H A Dmain.c388 tracked = buf2str(buf, AC_BUFSIZE, AC_ON, type); in main()
389 untracked = buf2str(buf, AC_BUFSIZE, AC_OFF, type); in main()
H A Daconf.c99 tracked = buf2str(buf, AC_BUFSIZE, AC_ON, type); in aconf_init()
100 untracked = buf2str(buf, AC_BUFSIZE, AC_OFF, type); in aconf_init()
H A Dres.c345 buf2str(ac_res_t *buffer, size_t bufsz, int state, int type) in buf2str() function