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 ||
415 } else if (*sptr == QUOTETOK) {
442 if (*(sptr+1) == QUOTETOK ||
450 } else if (*sptr == QUOTETOK) {
498 if (*(sptr+1) == QUOTETOK ||
506 } else if (*sptr == QUOTETOK) {
527 *(sptr+1) == QUOTETOK ||
533 } else if (*sptr == QUOTETOK) {
H A Dns_internal.h80 #define QUOTETOK '"' macro
H A Dns_config.c1511 while (value != NULL && (*value == QUOTETOK || *value == SPACETOK))
1519 for (; ptr != value && (*ptr == SPACETOK || *ptr == QUOTETOK); ptr--) {
1667 while (cp && (*cp == QUOTETOK || *cp == SPACETOK))
1672 for (; cp2 > cp && (*cp2 == SPACETOK || *cp2 == QUOTETOK); cp2--)
H A Dns_reads.c1199 case QUOTETOK:

Completed in 68 milliseconds