str2buf
str2buf(buf, untracked, AC_OFF, type);
str2buf(buf, tracked, AC_ON, type);
str2buf(buf, disabled, AC_OFF, type);
str2buf(buf, enabled, AC_ON, type);
extern void str2buf(ac_res_t *, char *, int, int);