Searched refs:str2buf (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/acctadm/ |
H A D | res.h | 52 extern void str2buf(ac_res_t *, char *, int, int);
|
H A D | aconf.c | 186 str2buf(buf, untracked, AC_OFF, type); 187 str2buf(buf, tracked, AC_ON, type);
|
H A D | main.c | 377 str2buf(buf, disabled, AC_OFF, type); 379 str2buf(buf, enabled, AC_ON, type);
|
H A D | res.c | 297 str2buf(ac_res_t *buf, char *str, int state, int type) function
|
Completed in 59 milliseconds