Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsldap/common/
H A Dns_mapping.c384 if (*sptr == SEMITOK) { in __s_api_parseASearchDesc()
424 if (*sptr == SEMITOK) { in __s_api_parseASearchDesc()
460 if (*sptr == SEMITOK) { in __s_api_parseASearchDesc()
475 if (*sptr == '\0' || (*sptr == SEMITOK)) { in __s_api_parseASearchDesc()
525 if (*(sptr+1) == SEMITOK || in __s_api_parseASearchDesc()
547 } else if (*sptr == SEMITOK) { in __s_api_parseASearchDesc()
558 if (*sptr == SEMITOK) { in __s_api_parseASearchDesc()
H A Dns_internal.h85 #define SEMITOK ';' macro
H A Dns_config.c2179 if (*cp2 == SEMITOK || *cp2 == COMMATOK) in __ns_ldap_setParamValue()
2198 if (*cp2 == SEMITOK || *cp2 == COMMATOK) { in __ns_ldap_setParamValue()
H A Dns_reads.c4466 for (max = 1; (send = strchr(++send, SEMITOK)) != NULL; in __ns_ldap_getServiceAuthMethods()
4475 send = strchr(srv, SEMITOK); in __ns_ldap_getServiceAuthMethods()