Home
last modified time | relevance | path

Searched refs:is_space (Results 1 – 4 of 4) sorted by relevance

/hypervisor/debug/
A Dstring.c27 } while (is_space(c)); in strtol_deci()
/hypervisor/include/lib/
A Drtl.h27 static inline bool is_space(char c) in is_space() function
/hypervisor/boot/guest/
A Dvboot_info.c143 && (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()
/hypervisor/lib/
A Dstring.c41 } while (is_space(c)); in strtoul_hex()

Completed in 5 milliseconds