Searched defs:tbool (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c176 enum { tbool, tnum, tstr, tcancel, tunknown } type; enumerator in enum:__anon64
206 case ':': case '\0': type = tbool; break;
220 (type == tbool) ? "boolean" :
227 if (type != tbool && type != tcancel)
258 (type == tbool) ? "boolean" :
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c258 boolean_t tbool; local
350 tbool = B_TRUE;
353 tbool = B_FALSE;
361 "isns", tbool);
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_xlate.h125 boolean_t tbool; member in union:convert

Completed in 72 milliseconds