Searched refs:isdigit (Results 1 – 25 of 56) sorted by relevance
123
101 if (isdigit(c)) in reverse()129 if (isdigit(c)) in reverse()158 printf(hdr, isdigit(p[0]) ? "__" : ""); in print_C_style()
282 if (isdigit(c)) in process_pid_str()320 if (isdigit(ent->d_name[0])) in iter()
66 || (!isdigit(p[0]) in odoffset()90 for (num = p; isdigit(*p); ++p) in odoffset()
48 if (cpuid && isdigit(cpuid[strlen(cpuid) - 1])) in nproc_main()
215 && isdigit(date_str[len+1]) in date_main()216 && isdigit(date_str[len+2]) in date_main()
326 while (isdigit(*f)) { in print_formatted()340 while (isdigit(*f)) { in print_formatted()
93 if (isdigit(*a)) in fold_main()
189 && isdigit(argv[1][1]) in head_main()
246 && isdigit(buffer[1]) in read_key()252 if (*end != ';' || !isdigit(end[1])) in read_key()
82 while (isdigit(*arg)) /* skip possible 10th plus digits */
86 if (*fmt == '.' && isdigit(*++fmt)) { in bb_dump_size()88 while (isdigit(*++fmt)) in bb_dump_size()155 if (*p1 == '.' && isdigit(*++p1)) { in rewrite()157 while (isdigit(*++p1)) in rewrite()755 if (isdigit(*p)) { in bb_dump_add()756 for (savep = p; isdigit(*p); ++p) in bb_dump_add()774 if (isdigit(*p)) { in bb_dump_add()777 while (isdigit(*++p)) in bb_dump_add()
132 } else if (isdigit(new_p[i])) { /* 0-9 */ in obscure_msg()
151 if (isdigit(c)) in hex2bin()159 if (isdigit(c)) in hex2bin()
66 if (!isdigit(de->d_name[0])) in lsscsi_main()
53 if (isdigit(argv[2][0]) || argv[2][1]) in devmem_main()
53 if (isdigit(*name)) in decode()
225 if (cp[0] != 'c' || !isdigit(cp[1]) in base_device()226 || cp[2] != 'd' || !isdigit(cp[3])) in base_device()236 if (isdigit(*cp)) in base_device()265 if (!isdigit(*cp)) in base_device()288 if (!isdigit(*cp)) in base_device()
106 if (isdigit(de->d_name[0])) { in smemcap_main()
260 if (!isdigit(*p)) in is_hpet_irq()276 if (!isdigit(*p)) in is_hpet_irq()354 if (!isdigit(*p)) in process_irq_counts()550 if (!isdigit(d->d_name[3])) in print_intel_cstates()
149 if (isdigit(arg[0])) { in kill_main()
294 return ((dev[0] - 's') | (dev[1] - 'd') | (dev[2] - 'a')) == 0 && isdigit(dev[3]); in is_partition()428 while (*argv && !isdigit(*argv[0])) { in iostat_main()
115 else if (isdigit(*sp)) in INET_getsock()126 else if (isdigit(*sp)) in INET_getsock()362 if (!isdigit(*a) && isdigit(*(a+1))) {370 if (isdigit(*a) && isdigit(*b)) {
197 if (isdigit(argv[0][0])) { in parse_args()444 if (isdigit(*bp)) { in auto_baud()
233 : isdigit(x) ? 0 in order()248 while ((*val && !isdigit(*val)) || (*ref && !isdigit(*ref))) { in version_compare_part()263 while (isdigit(*val) && isdigit(*ref)) { in version_compare_part()269 if (isdigit(*val)) in version_compare_part()271 if (isdigit(*ref)) in version_compare_part()
57 if not (len(l) and l[0].isdigit() and len(l.split()) == 8):