Searched defs:attrib_end (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c94 const char *attrib_end; local
107 attrib_end = attrib_val + attrib_len;
108 for (s = attrib_val; s < attrib_end; s++)
112 if (s == attrib_end || *attrib_val == COLON_CHAR) {
175 while (s < attrib_end && is_whitespace(*s))
186 while (is_whitespace(*s) && s < attrib_end)
188 while (s < attrib_end) {
189 if (s < attrib_end && *s == 'b')
191 if (s < attrib_end && *s == 's')
202 while (is_whitespace(*s) && s < attrib_end)
375 const char *attrib_end; local
[all...]

Completed in 23 milliseconds