Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c407 if (*(sptr+1) == QUOTETOK || in __s_api_parseASearchDesc()
415 } else if (*sptr == QUOTETOK) { in __s_api_parseASearchDesc()
442 if (*(sptr+1) == QUOTETOK || in __s_api_parseASearchDesc()
450 } else if (*sptr == QUOTETOK) { in __s_api_parseASearchDesc()
497 if (*(sptr+1) == QUOTETOK || in __s_api_parseASearchDesc()
505 } else if (*sptr == QUOTETOK) { in __s_api_parseASearchDesc()
526 *(sptr+1) == QUOTETOK || in __s_api_parseASearchDesc()
532 } else if (*sptr == QUOTETOK) { in __s_api_parseASearchDesc()
H A Dns_internal.h84 #define QUOTETOK '"' macro
H A Dns_config.c1510 while (value != NULL && (*value == QUOTETOK || *value == SPACETOK)) in verify_value()
1518 for (; ptr != value && (*ptr == SPACETOK || *ptr == QUOTETOK); ptr--) { in verify_value()
1666 while (cp && (*cp == QUOTETOK || *cp == SPACETOK)) in __ns_ldap_setParamValue()
1671 for (; cp2 > cp && (*cp2 == SPACETOK || *cp2 == QUOTETOK); cp2--) in __ns_ldap_setParamValue()
H A Dns_reads.c1199 case QUOTETOK: in get_mapped_filter()