Home
last modified time | relevance | path

Searched refs:isdigit (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/lib/libc/minimal/include/
Dctype.h43 static inline int isdigit(int a) in isdigit() function
69 return (int)(isalpha(chr) || isdigit(chr)); in isalnum()
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Datoi.c55 while (isdigit((unsigned char)*s) != 0) { in atoi()
Dstrtoul.c78 if (isdigit((unsigned char)c) != 0) { in strtoul()
Dstrtoull.c77 if (isdigit(c) != 0) { in strtoull()
Dstrtol.c98 if (isdigit((unsigned char)c) != 0) { in strtol()
Dstrtoll.c97 if (isdigit(c) != 0) { in strtoll()
/Zephyr-latest/scripts/west_commands/zspdx/
Dspdxids.py17 if c.isalpha() or c.isdigit() or c == "-" or c == ".":
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmicrobit.c109 while (*str && isdigit((unsigned char)*str) == 0) { in board_play_tune()
113 while (isdigit((unsigned char)*str) != 0) { in board_play_tune()
/Zephyr-latest/drivers/adc/
Dadc_shell.c172 if (isdigit((unsigned char)argv[1][0]) == 0) { in cmd_adc_ch_id()
223 if (isdigit((unsigned char)argv[1][0]) == 0) { in cmd_adc_ch_neg()
250 if (isdigit((unsigned char)argv[1][0]) == 0) { in cmd_adc_ch_pos()
301 if (isdigit((unsigned char)argv[1][0]) == 0) { in cmd_adc_acq()
336 if (isdigit((unsigned char)argv[1][0]) == 0) { in cmd_adc_reso()
/Zephyr-latest/lib/posix/shell/
Denv.c68 if (i > 0 && isdigit(c)) { in is_shell_env_name()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_util.c364 while (*(++pos) && base > 1 && isdigit((unsigned char)*pos) != 0) { in lwm2m_atof()
433 while (pos < buflen && isdigit(buf[pos]) != 0) { in lwm2m_atou16()
453 if (isdigit((unsigned char)pathstr[i]) == 0) { in lwm2m_string_to_path()
Dlwm2m_rw_plain_text.c202 } else if (isdigit(tmp) != 0) { in plain_text_read_int()
290 isdigit(tmp) != 0) { in get_float()
/Zephyr-latest/cmake/sca/eclair/ECL/
Dcall_properties.ecl65 -call_properties+={"macro(name(isdigit))",{"data_kind(0=int_bool)"}}
66 -call_properties+={"decl(name(isdigit))",{"data_kind(0=int_bool)"}}
/Zephyr-latest/scripts/coccinelle/
Dunsigned_suffix.cocci47 if C.isdigit() != True:
Dsymbols.txt86 isdigit
/Zephyr-latest/scripts/build/
Dprocess_gperf.py61 if addr_str[i + 1].isdigit():
/Zephyr-latest/drivers/console/
Duart_console.c243 if (isdigit(byte) == 0) { in handle_ansi()
255 if (isdigit(byte) != 0) { in handle_ansi()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dat.c53 isdigit((unsigned char)at->buf[at->pos]) != 0; in at_get_number()
510 if (isdigit((unsigned char)at->buf[at->pos]) == 0) { in at_list_get_range()
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst_args.py150 if argument_list.spi_flash_clock_ratio.isdigit():
/Zephyr-latest/drivers/regulator/
Dregulator_shell.c38 } else if (isdigit((unsigned char)inp[len - 2]) > 0) { in strtomicro()
58 if (isdigit((unsigned char)inp[i]) > 0) { in strtomicro()
/Zephyr-latest/lib/os/
Dcbprintf_complete.c323 while (isdigit((int)(unsigned char)*sp) != 0) { in extract_decimal()
1822 while (isdigit((unsigned char)*cp) != 0) { in z_cbvprintf_impl()
1844 while (isdigit((unsigned char)*cp) != 0) { in z_cbvprintf_impl()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_utils.c224 if (!isdigit((int)chan_str[i])) { in wifi_utils_validate_chan_str()
/Zephyr-latest/lib/utils/
Djson.c204 if (isdigit(chr) != 0 || chr == '.') { in lexer_number()
240 if (isdigit(peek(lex)) != 0) { in lexer_json()
251 if (isdigit(chr) != 0) { in lexer_json()
/Zephyr-latest/lib/posix/options/
Dnet.c45 } else if (isdigit((int)cp[i])) { in inet_addr()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dsize_calc.py235 if not index[0].isdigit(): # Skip lines that do not start

12