Home
last modified time | relevance | path

Searched refs:SPACETOK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c594 while (*pstart == SPACETOK) in __s_get_enum_value()
598 for (; pend >= pstart && *pend == SPACETOK; pend--) in __s_get_enum_value()
1081 while (*pstart == SPACETOK) in stripdup()
1617 while (*ptr == SPACETOK) in __s_api_split_key_value()
2106 while (*cp == SPACETOK || *cp == COMMATOK) in __ns_ldap_setParamValue()
2125 if (*cp2 == SPACETOK || *cp2 == COMMATOK) { in __ns_ldap_setParamValue()
2127 for (; *(cp2 + 1) == SPACETOK || in __ns_ldap_setParamValue()
2148 if (*cp2 == SPACETOK || *cp2 == COMMATOK) { in __ns_ldap_setParamValue()
2159 while (*cp == SPACETOK || *cp == COMMATOK) in __ns_ldap_setParamValue()
2251 if (*cp2 == SPACETOK) in __ns_ldap_setParamValue()
[all …]
H A Dns_mapping.c258 if (*dptr == SPACETOK) { in __s_api_parse_map()
260 while (*(dptr+1) == SPACETOK) in __s_api_parse_map()
275 while (*sptr == SPACETOK) in __s_api_parse_map()
278 while (*dptr && *dptr != SPACETOK) in __s_api_parse_map()
H A Dns_reads.c956 if (strchr(rdn, SPACETOK) == NULL) in __s_api_remove_rdn_space()
973 while (tf < tl && *tf == SPACETOK) in __s_api_remove_rdn_space()
976 while (tf < tl && *tl == SPACETOK) in __s_api_remove_rdn_space()
981 while (vf < vl && *vf == SPACETOK) in __s_api_remove_rdn_space()
984 while (vf < vl && *vl == SPACETOK) in __s_api_remove_rdn_space()
1236 (*(tail - 1) == SPACETOK); tail--) in get_mapped_filter()
1252 *c == SPACETOK) { in get_mapped_filter()
1271 *head && *head == SPACETOK; head++) in get_mapped_filter()
1288 *c == SPACETOK) { in get_mapped_filter()
H A Dns_internal.h85 #define SPACETOK ' ' macro
H A Dns_writes.c436 for (c = comma1 + 1; *c == SPACETOK; c++) { in __s_api_makeModListCount()
490 for (c = comma1 + 1; *c == SPACETOK; c++) { in __s_api_makeModListCount()
523 for (c = comma2 + 1; *c == SPACETOK; c++) { in __s_api_makeModListCount()
H A Dns_common.c613 while (*temptr == SPACETOK || *temptr == TABTOK) in parseDN()