Searched refs:is_space (Results 1 – 4 of 4) sorted by relevance
27 } while (is_space(c)); in strtol_deci()
27 static inline bool is_space(char c) in is_space() function
143 && (is_space(*p_chr) || is_eol(*p_chr))) { in get_mod_by_tag()178 if (((str_len > (tag_len + 1U))) && (is_space(*(p_chr - 1))) && (!is_eol(*p_chr))) { in init_vm_sw_load()
41 } while (is_space(c)); in strtoul_hex()
Completed in 5 milliseconds