Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acctadm/
H A Dres.h50 extern void str2buf(ac_res_t *, char *, int, int);
H A Dmain.c377 str2buf(buf, disabled, AC_OFF, type); in main()
379 str2buf(buf, enabled, AC_ON, type); in main()
H A Daconf.c186 str2buf(buf, untracked, AC_OFF, type); in aconf_setup()
187 str2buf(buf, tracked, AC_ON, type); in aconf_setup()
H A Dres.c297 str2buf(ac_res_t *buf, char *str, int state, int type) in str2buf() function