Home
last modified time | relevance | path

Searched refs:SHORT_WORDS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dbtos.c161 slcall.flags |= (flags&SHORT_WORDS && !(flags&LONG_WORDS)) ? in bsltos()
255 clrcall.flags |= (flags&SHORT_WORDS && !(flags&LONG_WORDS)) ? in bcleartos()
H A Dlabel.h105 #define SHORT_WORDS 0x00020000 /* use short names if present */ macro