Home
last modified time | relevance | path

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

/openbmc/u-boot/include/bedbug/
H A Dbedbug.h12 #ifndef isblank
13 #define isblank(c) isspace((int)(c)) macro
/openbmc/u-boot/common/
H A Dcommand.c151 space = last_char == '\0' || isblank(last_char); in var_complete()
170 last_char == '\0' || isblank(last_char)) in dollar_complete()
210 if (argc > 1 || last_char == '\0' || isblank(last_char)) { in complete_subcmdv()
276 while (isblank(*s)) in make_argv()
285 while (*s && !isblank(*s)) in make_argv()
397 if (last_char != '\0' && !isblank(last_char)) in cmd_auto_complete()
407 if (last_char != '\0' && !isblank(last_char)) in cmd_auto_complete()
H A Dcli_simple.c30 while (isblank(*line)) in cli_simple_parse_line()
42 while (*line && !isblank(*line)) in cli_simple_parse_line()
H A Dbedbug.c962 while (*ptr && isblank (*ptr)) in get_word()
971 while (*ptr && !isblank (*ptr) && (*ptr != ',')) in get_word()
/openbmc/u-boot/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()
/openbmc/u-boot/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()
/openbmc/linux/tools/include/nolibc/
H A Dctype.h24 int isblank(int c) in isblank() function
/openbmc/u-boot/include/linux/
H A Dctype.h38 #define isblank(c) (c == ' ' || c == '\t') macro
/openbmc/u-boot/cmd/
H A Dmtd.c496 (argc == 1 && (last_char == '\0' || isblank(last_char)))) in mtd_name_complete()
H A Dpxe.c997 while (isblank(*c)) in get_token()
/openbmc/u-boot/tools/env/
H A Dfw_env.c360 if (isblank(*s) || *s == '=') in skip_chars()
369 if (!isblank(*s)) in skip_blanks()
/openbmc/u-boot/lib/
H A Dhashtable.c875 while (isblank(*dp)) in himport_r()
/openbmc/linux/tools/lib/bpf/
H A Dusdt.c498 while (isblank(line[i])) in parse_vma_segs()