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

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

Completed in 70 milliseconds