Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c93 const char *attrib_end; in add_mapping_attribute() local
106 attrib_end = attrib_val + attrib_len; in add_mapping_attribute()
107 for (s = attrib_val; s < attrib_end; s++) in add_mapping_attribute()
111 if (s == attrib_end || *attrib_val == COLON_CHAR) { in add_mapping_attribute()
174 while (s < attrib_end && is_whitespace(*s)) in add_mapping_attribute()
185 while (is_whitespace(*s) && s < attrib_end) in add_mapping_attribute()
187 while (s < attrib_end) { in add_mapping_attribute()
188 if (s < attrib_end && *s == 'b') in add_mapping_attribute()
190 if (s < attrib_end && *s == 's') in add_mapping_attribute()
201 while (is_whitespace(*s) && s < attrib_end) in add_mapping_attribute()
[all …]