Searched refs:PRINTABLE (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ldap.c | 403 #define PRINTABLE 0x0008 macro 417 static asndefT baseObject = {"Base Object", PRINTABLE, -1, 0, {0}}; 473 {"Attribute Description", PRINTABLE, -1, 0, {0}}; 487 static asndefT objectName = {"Object Name", PRINTABLE, -1, 0, {0}}; 489 static asndefT ldapEntry = {"Entry", PRINTABLE, -1, 0, {0}}; 491 {"Relative LDAP Entry", PRINTABLE, -1, 0, {0}}; 492 static asndefT newSuperior = {"New Superior", PRINTABLE, -1, 0, {0}};
|
/titanic_44/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 53 #define PRINTABLE(i) ((lf->plf_ffs[(i)].pff_prt & D_FIELD) || \ macro 367 lf->plf_ffs[0].pff_prt |= PRINTABLE(0) ? PABLE_FIELD : 0; in create_prt_sequence_list() 372 PRINTABLE(i) ? PABLE_FIELD : 0; in create_prt_sequence_list()
|