Searched refs:buf2str (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/acctadm/ |
H A D | res.h | 51 extern char *buf2str(ac_res_t *, size_t, int, int);
|
H A D | main.c | 388 tracked = buf2str(buf, AC_BUFSIZE, AC_ON, type); in main() 389 untracked = buf2str(buf, AC_BUFSIZE, AC_OFF, type); in main()
|
H A D | aconf.c | 99 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 D | res.c | 345 buf2str(ac_res_t *buffer, size_t bufsz, int state, int type) in buf2str() function
|