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