Searched refs:PAPI_BOOLEAN (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/print/libipp-core/common/ |
H A D | write.c | 48 case PAPI_BOOLEAN: in papi_attribute_to_ipp_type() 92 case PAPI_BOOLEAN: in papi_ipp_type_match() 208 case PAPI_BOOLEAN: { in ipp_write_attribute()
|
/titanic_41/usr/src/lib/print/libpapi-common/common/ |
H A D | attribute.c | 175 case PAPI_BOOLEAN: in papiAttributeValueDup() 326 return (papiAttributeListAddValue(list, flags, name, PAPI_BOOLEAN, &v)); in papiAttributeListAddBoolean() 523 PAPI_BOOLEAN, &value); in papiAttributeListGetBoolean() 652 { PAPI_BOOLEAN, 1, "^(true|false|yes|no)$", 0 }, in _process_value() 696 case PAPI_BOOLEAN: in _add_attribute_value() 896 if ((attribute->type == PAPI_BOOLEAN) && (values[1] == NULL)) { in papiAttributeToString() 925 case PAPI_BOOLEAN: in papiAttributeToString()
|
H A D | papi.h | 64 PAPI_BOOLEAN, enumerator
|