Searched refs:is_whitespace (Results 1 – 5 of 5) sorted by relevance
117 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 …]
531 is_whitespace(attrib_val[i])) in add_operation_attribute()970 while (s < s_end && is_whitespace(*s)) in get_timeval_t()981 while (s < s_end && is_whitespace(*s)) in get_timeval_t()993 while (s < s_end && is_whitespace(*s)) in get_timeval_t()1036 while (s < s_end && is_whitespace(*s)) in get_limit()1047 while (s < s_end && is_whitespace(*s)) in get_limit()1075 for (; is_whitespace(*s); s++) in get_time_t()1085 for (; is_whitespace(*s); s++) in get_time_t()1114 for (; is_whitespace(*s); s++) in get_uint_val()1124 for (; is_whitespace(*s); s++) in get_uint_val()[all …]
370 while (is_whitespace(*attr_val)) in parse_ldap_default_conf()374 while (is_whitespace(*attr_val)) in parse_ldap_default_conf()377 while (len > 0 && is_whitespace(attr_val[len - 1])) in parse_ldap_default_conf()460 while (is_whitespace(*attr_val)) in yp_parse_ldap_default_conf()464 while (is_whitespace(*attr_val)) in yp_parse_ldap_default_conf()467 while (len > 0 && is_whitespace(attr_val[len - 1])) in yp_parse_ldap_default_conf()515 while (s < s_end && is_whitespace(*s)) in get_attrib_num_cmdline()527 for (s1 = equal_s; s1 > s && is_whitespace(s1[-1]); s1--) in get_attrib_num_cmdline()539 while (s1 < s_end && is_whitespace(*s1)) in get_attrib_num_cmdline()542 while (s_end > s1 && is_whitespace(s_end[-1])) in get_attrib_num_cmdline()[all …]
1774 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()2300 while (s < s_end && is_whitespace(*s)) in get_ldap_filter()2323 while (s < s_end && is_whitespace(*s)) in get_ldap_filter()[all …]
641 extern bool_t is_whitespace(int c);