Home
last modified time | relevance | path

Searched refs:isblank (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/include/bedbug/
H A Dbedbug.h12 #ifndef isblank
13 #define isblank(c) isspace((int)(c)) macro
/rk3399_rockchip-uboot/common/
H A Dcli_simple.c31 while (isblank(*line)) in cli_simple_parse_line()
43 while (*line && !isblank(*line)) in cli_simple_parse_line()
H A Dcommand.c150 space = last_char == '\0' || isblank(last_char); in var_complete()
194 if (argc > 1 || last_char == '\0' || isblank(last_char)) { in complete_cmdv()
248 while (isblank(*s)) in make_argv()
257 while (*s && !isblank(*s)) in make_argv()
H A Dbedbug.c962 while (*ptr && isblank (*ptr)) in get_word()
971 while (*ptr && !isblank (*ptr) && (*ptr != ',')) in get_word()
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Ddebug.c335 while (isblank(*s)) in x86emu_parse_line()
348 while (!isblank(*s) && *s != '\n') in x86emu_parse_line()
354 while (isblank(*s)) in x86emu_parse_line()
/rk3399_rockchip-uboot/include/linux/
H A Dctype.h38 #define isblank(c) (c == ' ' || c == '\t') macro
/rk3399_rockchip-uboot/examples/standalone/
H A Dsmc911x_eeprom.c133 while (isblank(buf[0])) in skip_space()
362 if (line[0] && line[1] && !isblank(line[1])) in smc911x_eeprom()
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c135 if (isblank(*s)) in skip_chars()
144 if (!isblank(*s)) in skip_blanks()
/rk3399_rockchip-uboot/lib/
H A Dhashtable.c866 while (isblank(*dp)) in himport_r()
/rk3399_rockchip-uboot/cmd/
H A Dpxe.c977 while (isblank(*c)) in get_token()