Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c117 while (s > attrib_val && is_whitespace(s[-1])) 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()
201 while (is_whitespace(*s) && s < attrib_end) in add_mapping_attribute()
205 while (is_whitespace(attrib_end[-1])) in add_mapping_attribute()
225 while (s < attrib_end && is_whitespace(*s)) in add_mapping_attribute()
228 while (is_whitespace(attrib_end[-1])) in add_mapping_attribute()
278 while (is_whitespace(*s) && s < attrib_end) in add_mapping_attribute()
281 while (is_whitespace(attrib_end[-1])) in add_mapping_attribute()
388 while (s > attrib_val && is_whitespace(s[-1])) in add_ypdomains_attribute()
[all …]
H A Dnis_parse_ldap_attr.c533 is_whitespace(attrib_val[i])) in add_operation_attribute()
972 while (s < s_end && is_whitespace(*s)) in get_timeval_t()
983 while (s < s_end && is_whitespace(*s)) in get_timeval_t()
995 while (s < s_end && is_whitespace(*s)) in get_timeval_t()
1038 while (s < s_end && is_whitespace(*s)) in get_limit()
1049 while (s < s_end && is_whitespace(*s)) in get_limit()
1077 for (; is_whitespace(*s); s++) in get_time_t()
1087 for (; is_whitespace(*s); s++) in get_time_t()
1116 for (; is_whitespace(*s); s++) in get_uint_val()
1126 for (; is_whitespace(*s); s++) in get_uint_val()
[all …]
H A Dnis_parse_ldap_conf.c371 while (is_whitespace(*attr_val)) in parse_ldap_default_conf()
375 while (is_whitespace(*attr_val)) in parse_ldap_default_conf()
378 while (len > 0 && is_whitespace(attr_val[len - 1])) in parse_ldap_default_conf()
461 while (is_whitespace(*attr_val)) in yp_parse_ldap_default_conf()
465 while (is_whitespace(*attr_val)) in yp_parse_ldap_default_conf()
468 while (len > 0 && is_whitespace(attr_val[len - 1])) in yp_parse_ldap_default_conf()
519 while (s < s_end && is_whitespace(*s)) in get_attrib_num_cmdline()
531 for (s1 = equal_s; s1 > s && is_whitespace(s1[-1]); s1--) in get_attrib_num_cmdline()
543 while (s1 < s_end && is_whitespace(*s1)) in get_attrib_num_cmdline()
546 while (s_end > s1 && is_whitespace(s_end[-1])) in get_attrib_num_cmdline()
[all …]
H A Dnis_parse_ldap_util.c1774 while (s < end && is_whitespace(*s)) in get_next_object_dn_token()
1818 while (is_whitespace(*s1)) in get_next_object_dn_token()
1856 while (s < end_s && is_whitespace(*s)) in get_next_token()
1869 while (s < end_s && is_whitespace(*s)) in get_next_token()
1904 while (s < end_s && !is_whitespace(*s)) { in get_next_token()
1924 while (s < end_s && is_whitespace(*s)) in get_next_token()
1951 while (s < end_s && is_whitespace(*s)) in skip_token()
1976 while (s < end_s && is_whitespace(*s)) in skip_token()
2299 while (s < s_end && is_whitespace(*s)) in get_ldap_filter()
2322 while (s < s_end && is_whitespace(*s)) in get_ldap_filter()
[all …]
H A Dnis_parse_ldap_conf.h643 extern bool_t is_whitespace(int c);
/titanic_50/usr/src/common/net/wanboot/
H A Dbootconf.c42 #define is_whitespace(c) ((c) == ' ' || (c) == '\t') macro
43 #define skip_whitespace(p) while (is_whitespace(*(p))) ++p
144 while (!is_whitespace(*p) && *p != '=') { in parse_bootconf()
183 if (is_whitespace(*p) && quote == '\0') { in parse_bootconf()