Home
last modified time | relevance | path

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

123

/busybox-1.35.0/util-linux/
Dhexdump_xxd.c101 if (isdigit(c)) in reverse()
129 if (isdigit(c)) in reverse()
158 printf(hdr, isdigit(p[0]) ? "__" : ""); in print_C_style()
Dtaskset.c282 if (isdigit(c)) in process_pid_str()
320 if (isdigit(ent->d_name[0])) in iter()
/busybox-1.35.0/coreutils/
Dod.c66 || (!isdigit(p[0]) in odoffset()
90 for (num = p; isdigit(*p); ++p) in odoffset()
Dnproc.c48 if (cpuid && isdigit(cpuid[strlen(cpuid) - 1])) in nproc_main()
Ddate.c215 && isdigit(date_str[len+1]) in date_main()
216 && isdigit(date_str[len+2]) in date_main()
Dprintf.c326 while (isdigit(*f)) { in print_formatted()
340 while (isdigit(*f)) { in print_formatted()
Dfold.c93 if (isdigit(*a)) in fold_main()
Dhead.c189 && isdigit(argv[1][1]) in head_main()
/busybox-1.35.0/libbb/
Dread_key.c246 && isdigit(buffer[1]) in read_key()
252 if (*end != ';' || !isdigit(end[1])) in read_key()
Dbb_strtod.c82 while (isdigit(*arg)) /* skip possible 10th plus digits */
Ddump.c86 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()
Dobscure.c132 } else if (isdigit(new_p[i])) { /* 0-9 */ in obscure_msg()
Dxfuncs.c151 if (isdigit(c)) in hex2bin()
159 if (isdigit(c)) in hex2bin()
/busybox-1.35.0/miscutils/
Dlsscsi.c66 if (!isdigit(de->d_name[0])) in lsscsi_main()
Ddevmem.c53 if (isdigit(argv[2][0]) || argv[2][1]) in devmem_main()
/busybox-1.35.0/sysklogd/
Dlogger.c53 if (isdigit(*name)) in decode()
/busybox-1.35.0/e2fsprogs/
Dfsck.c225 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()
/busybox-1.35.0/procps/
Dsmemcap.c106 if (isdigit(de->d_name[0])) { in smemcap_main()
Dpowertop.c260 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()
Dkill.c149 if (isdigit(arg[0])) { in kill_main()
Diostat.c294 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()
/busybox-1.35.0/networking/
Dinterface.c115 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)) {
/busybox-1.35.0/loginutils/
Dgetty.c197 if (isdigit(argv[0][0])) { in parse_args()
444 if (isdigit(*bp)) { in auto_baud()
/busybox-1.35.0/archival/
Ddpkg.c233 : 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()
/busybox-1.35.0/scripts/
Dbloat-o-meter57 if not (len(l) and l[0].isdigit() and len(l.split()) == 8):

123