Home
last modified time | relevance | path

Searched refs:ATTR_TYPE_CLOSE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dattr_scan0.c327 && wanted_type != ATTR_TYPE_CLOSE) { in attr_vscan0()
372 wanted_type = ATTR_TYPE_CLOSE; in attr_vscan0()
376 } else if (wanted_type == ATTR_TYPE_CLOSE in attr_vscan0()
383 || wanted_type == ATTR_TYPE_CLOSE in attr_vscan0()
449 case ATTR_TYPE_CLOSE: in attr_vscan0()
H A Dattr_scan64.c330 && wanted_type != ATTR_TYPE_CLOSE) { in attr_vscan64()
375 wanted_type = ATTR_TYPE_CLOSE; in attr_vscan64()
379 } else if (wanted_type == ATTR_TYPE_CLOSE in attr_vscan64()
386 || wanted_type == ATTR_TYPE_CLOSE in attr_vscan64()
508 case ATTR_TYPE_CLOSE: in attr_vscan64()
H A Dattr_scan_plain.c343 && wanted_type != ATTR_TYPE_CLOSE) { in attr_vscan_plain()
388 wanted_type = ATTR_TYPE_CLOSE; in attr_vscan_plain()
392 } else if (wanted_type == ATTR_TYPE_CLOSE in attr_vscan_plain()
399 || wanted_type == ATTR_TYPE_CLOSE in attr_vscan_plain()
491 case ATTR_TYPE_CLOSE: in attr_vscan_plain()
H A Dattr.h56 #define ATTR_TYPE_CLOSE '}' macro