Home
last modified time | relevance | path

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

/titanic_44/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()
1082 while (*pstart == SPACETOK) in stripdup()
1086 for (; pend >= pstart && *pend == SPACETOK; pend--) in stripdup()
1511 while (value != NULL && (*value == QUOTETOK || *value == SPACETOK)) in verify_value()
1519 for (; ptr != value && (*ptr == SPACETOK || *ptr == QUOTETOK); ptr--) { in verify_value()
1618 while (*ptr == SPACETOK) in __s_api_split_key_value()
1667 while (cp && (*cp == QUOTETOK || *cp == SPACETOK)) in __ns_ldap_setParamValue()
1672 for (; cp2 > cp && (*cp2 == SPACETOK || *cp2 == QUOTETOK); cp2--) in __ns_ldap_setParamValue()
2107 while (*cp == SPACETOK || *cp == COMMATOK) in __ns_ldap_setParamValue()
[all …]
H A Dns_mapping.c257 if (*dptr == SPACETOK) { in __s_api_parse_map()
259 while (*(dptr+1) == SPACETOK) in __s_api_parse_map()
274 while (*sptr == SPACETOK) in __s_api_parse_map()
277 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.h81 #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()