Searched refs:isdigit (Results 1 – 25 of 42) sorted by relevance
12
40 int isdigit(int c) in isdigit() function81 return isdigit(c) || (unsigned int)(c - 'A') < 6 || (unsigned int)(c - 'a') < 6; in isxdigit()93 return isalpha(c) || isdigit(c); in isalnum()
41 #define isdigit(c) __builtin_isdigit(c) macro47 #define isdigit(c) __isdigit(c) macro
12 static int isdigit(int ch) in isdigit() function21 while (isdigit(**s)) in skip_atoi()169 if (isdigit(*fmt)) in guest_vsnprintf()185 if (isdigit(*fmt)) in guest_vsnprintf()
47 TEST_ASSERT(size && isdigit(size[0]), "Need at least one digit in '%s'", size); in parse_size()
74 for (scan = str; isdigit(*scan) || *scan == '.'; scan++) { in string_to_frequency()98 for (cp = 0; isdigit(str[cp]); cp++) in string_to_frequency()102 while (power > -1 && isdigit(str[cp+1])) { in string_to_frequency()
171 while (isdigit(*pch)) { in show_proc()191 while (isdigit(*pch)) { in show_proc()
44 if (!isdigit(port[i])) { in detach_port()
119 while (isdigit(*p)) in parse_cpu_set()126 while (isdigit(*p)) in parse_cpu_set()282 if (!isdigit(*t_name)) in procfs_is_workload_pid()
182 if (!isdigit(*cpu_list) && *cpu_list != '\0') in perf_cpu_map__new()185 while (isdigit(*cpu_list)) { in perf_cpu_map__new()
315 if (isdigit(flag[0])) in eval_flag()
29 if (!isdigit(str[0])) in perf_atoll()
509 while (isdigit(*ends) || *ends == '.') in print_metric_csv()658 while (isdigit(*ends) || *ends == '.') in print_metric_only_csv()683 while (isdigit(*ends) || *ends == '.') in print_metric_only_json()
1560 if (isdigit(*p)) { in itrace_do_parse_synth_opts()1647 if (isdigit(*p)) { in itrace_do_parse_synth_opts()1667 if (isdigit(*p)) { in itrace_do_parse_synth_opts()2229 if (isdigit(**inp)) { in parse_num_or_str()
494 !isdigit(proc_entry->d_name[0])) in for_each_drm_fdinfo()
765 return isdigit(dirent->d_name[0]); in filter_task()821 if (!isdigit(dent->d_name[0])) in __event__synthesize_thread()975 if (!isdigit(dirent[i]->d_name[0])) in __perf_event__synthesize_threads()
175 if (!isdigit(ent->d_name[0])) in close_parent_fds()205 if (!isdigit(ent->d_name[0])) in check_leaks()
278 if (!isdigit(c) && c != '.' && c != '_' && c != '-') in permitted_event_name()
126 elif bound.replace('.', '1').isdigit():157 elif name.replace('.', '1').isdigit():
118 if flag_str[0].isdigit():120 while flag_str[idx].isdigit() or flag_str[idx] == "x":202 elif mask.isdigit():214 elif mask.isdigit():
57 if (!isdigit(*r)) { in iioutils_break_up_name()
449 if pid.isdigit():
892 while (*p && !isdigit(*p) && (*p != '|')) in make_histogram()1283 if (!isdigit(*p)) in parse_func_duration()
439 if scale_unit[0].isdigit():
1167 if (isdigit((int)filename[ACPI_NAMESEG_SIZE])) { in osl_table_name_from_file()
1043 if key.isdigit():1476 if guest.isdigit():
Completed in 54 milliseconds