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

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

Completed in 75 milliseconds