| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_ftp.c | 374 if (isdigit(ch)) { in ParseFtpPortCommand() 384 if (isdigit(ch)) in ParseFtpPortCommand() 394 if (isdigit(ch)) in ParseFtpPortCommand() 459 if (isdigit(ch)) { in ParseFtpEprtCommand() 469 if (isdigit(ch)) in ParseFtpEprtCommand() 478 if (isdigit(ch)) { in ParseFtpEprtCommand() 485 if (isdigit(ch)) in ParseFtpEprtCommand() 537 if (isdigit(ch)) { in ParseFtp227Reply() 547 if (isdigit(ch)) in ParseFtp227Reply() 557 if (isdigit(ch)) in ParseFtp227Reply() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | ctype.h | 75 isdigit(int c) in isdigit() function 83 return (isdigit(c) || (c >= 'A' && c <= 'F') || (c >= 'a' && c <= 'f')); in isxdigit()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/misc/ |
| H A D | straddr.c | 60 out[i] = isdigit(c) ? (c - '0') in uni_str2nsap() 67 out[i] |= isdigit(c) ? (c - '0') in uni_str2nsap() 214 if(!isdigit(e164[i])) in uni_e1642nsap()
|
| /f-stack/dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | parse.c | 33 if (!isdigit(*str) || *str == '\0') in parse_set() 47 if (!isdigit(*str)) in parse_set()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | parse.c | 32 if (!isdigit(*str) || *str == '\0') in parse_set() 46 if (!isdigit(*str)) in parse_set()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.c | 195 lua_assert(isdigit(ls->current)); in read_numeral() 198 } while (isdigit(ls->current) || ls->current == '.'); in read_numeral() 304 if (!isdigit(ls->current)) in read_string() 312 } while (++i<3 && isdigit(ls->current)); in read_string() 403 else if (!isdigit(ls->current)) return '.'; in llex() 418 else if (isdigit(ls->current)) { in llex()
|
| H A D | lstrlib.c | 231 case 'd' : res = isdigit(c); break; in match_class() 397 if (isdigit(uchar(*(p+1)))) { /* capture results (%0-%9)? */ in match() 599 if (!isdigit(uchar(news[i]))) in add_s() 730 if (isdigit(uchar(*p))) p++; /* skip width */ in scanformat() 731 if (isdigit(uchar(*p))) p++; /* (2 digits at most) */ in scanformat() 734 if (isdigit(uchar(*p))) p++; /* skip precision */ in scanformat() 735 if (isdigit(uchar(*p))) p++; /* (2 digits at most) */ in scanformat() 737 if (isdigit(uchar(*p))) in scanformat()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | parser.c | 86 if (!isdigit(*p)) in softnic_parser_read_int32() 104 if (!isdigit(*p)) in softnic_parser_read_uint64() 477 if (!isdigit(*next) || s_parsed || c_parsed || h_parsed) in softnic_parse_cpu_core() 487 if (!isdigit(*next)) in softnic_parse_cpu_core()
|
| H A D | parser.h | 28 for (i = 0; isdigit(src[i]); i++) in skip_digits()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_device_path_os.c | 62 if (isdigit(path[len-1])) { in zfs_append_partition() 94 part > tmp + 1 && isdigit(*(part-1))) { in zfs_strip_partition() 103 for (; isdigit(*d); d++) { } in zfs_strip_partition()
|
| /f-stack/tools/libutil/ |
| H A D | login_times.c | 52 for (val = 0; *ptr && isdigit(*ptr); ptr++) in parse_time() 94 if (isdigit(*p)) in parse_lt()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ctype.h | 34 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | zts-report.py.in | 355 elif known[test][1].isdigit(): 360 if maybe[test][1].isdigit():
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | parser.c | 87 if (!isdigit(*p)) in parser_read_uint64() 460 if (!isdigit(*next) || s_parsed || c_parsed || h_parsed) in parse_cpu_core() 470 if (!isdigit(*next)) in parse_cpu_core()
|
| H A D | parser.h | 28 for (i = 0; isdigit(src[i]); i++) in skip_digits()
|
| /f-stack/tools/ifconfig/ |
| H A D | ifgroup.c | 61 if (group_name[0] && isdigit(group_name[strlen(group_name) - 1])) in setifgroup() 79 if (group_name[0] && isdigit(group_name[strlen(group_name) - 1])) in unsetifgroup()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 282 case 'd' : res = isdigit(c); break; in match_class() 698 if (!isdigit(uchar(news[i]))) { in add_s() 855 if (!isdigit(uchar(*(s+1)))) in addquoted() 873 if (isdigit(uchar(*p))) p++; /* skip width */ in scanformat() 874 if (isdigit(uchar(*p))) p++; /* (2 digits at most) */ in scanformat() 877 if (isdigit(uchar(*p))) p++; /* skip precision */ in scanformat() 878 if (isdigit(uchar(*p))) p++; /* (2 digits at most) */ in scanformat() 880 if (isdigit(uchar(*p))) in scanformat()
|
| H A D | lctype.h | 84 #define lisdigit(c) (isdigit(c))
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | parser.h | 25 for (i = 0; isdigit(src[i]); i++) in skip_digits()
|
| H A D | parser.c | 85 if (!isdigit(*p)) in parser_read_uint64() 125 if (!isdigit(*p)) in parser_read_int32()
|
| /f-stack/freebsd/libkern/ |
| H A D | strtoul.c | 84 if (isdigit(c)) in strtoul()
|
| H A D | strtouq.c | 86 if (isdigit(c)) in strtouq()
|
| H A D | strtol.c | 105 if (isdigit(c)) in strtol()
|
| H A D | strtoq.c | 109 if (isdigit(c)) in strtoq()
|
| /f-stack/tools/ipfw/ |
| H A D | main.c | 381 if (ac > 1 && isdigit(*av[0])) { in ipfw_main() 405 if (ac > 1 && isdigit(av[1][0])) { in ipfw_main() 426 if ((g_co.do_pipe || g_co.do_nat) && ac > 1 && isdigit(*av[0])) { in ipfw_main()
|