| /freebsd-14-stable/lib/libc/string/ |
| HD | strverscmp.c | 28 if (!isdigit(*u1) || !isdigit(*u2)) { in strverscmp() 52 if (!isdigit(*u1) && isdigit(*u2)) in strverscmp() 54 if (!isdigit(*u2) && isdigit(*u1)) in strverscmp() 67 for (; isdigit(*u1); u1++) in strverscmp() 69 for (; isdigit(*u2); u2++) in strverscmp() 85 for (; isdigit(*u1) && isdigit(*u2); u1++, u2++) { in strverscmp()
|
| /freebsd-14-stable/contrib/sendmail/libsmutil/ |
| HD | err.c | 31 if (isascii(m[0]) && isdigit(m[0]) && 32 isascii(m[1]) && isdigit(m[1]) && 33 isascii(m[2]) && isdigit(m[2]) && m[3] == ' ') 55 if (isascii(m[0]) && isdigit(m[0]) && 56 isascii(m[1]) && isdigit(m[1]) && 57 isascii(m[2]) && isdigit(m[2]) && m[3] == ' ')
|
| /freebsd-14-stable/contrib/sendmail/src/ |
| HD | trace.c | 76 while (isascii(*s) && isdigit(*s) && i < tTsize) 84 while (isascii(*s) && isdigit(*s) && i >= tTsize) 92 while (isascii(*++s) && isdigit(*s) && i < tTsize) 96 while (isascii(*s) && isdigit(*s) && i >= tTsize) 106 while (isascii(*++s) && isdigit(*s)) 156 while (isascii(*s) && isdigit(*s)) 219 if (isascii(*s) && isdigit(*s))
|
| /freebsd-14-stable/sys/cddl/contrib/opensolaris/common/util/ |
| HD | strtolctype.h | 49 #define isalnum(ch) (isalpha(ch) || isdigit(ch)) 51 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro 56 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ 62 (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A') 73 (isdigit(x) || ((x) >= 'a' && (x) <= 'z') || ((x) >= 'A' && (x) <= 'Z'))
|
| /freebsd-14-stable/sys/netinet/libalias/ |
| HD | alias_ftp.c | 362 if (isdigit(ch)) { in ParseFtpPortCommand() 372 if (isdigit(ch)) in ParseFtpPortCommand() 382 if (isdigit(ch)) in ParseFtpPortCommand() 447 if (isdigit(ch)) { in ParseFtpEprtCommand() 457 if (isdigit(ch)) in ParseFtpEprtCommand() 466 if (isdigit(ch)) { in ParseFtpEprtCommand() 473 if (isdigit(ch)) in ParseFtpEprtCommand() 525 if (isdigit(ch)) { in ParseFtp227Reply() 535 if (isdigit(ch)) in ParseFtp227Reply() 545 if (isdigit(ch)) in ParseFtp227Reply() [all …]
|
| /freebsd-14-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_tputs.c | 342 if (isdigit(UChar(*string))) { in NCURSES_SP_NAME() 343 while (isdigit(UChar(*string))) { in NCURSES_SP_NAME() 350 if (isdigit(UChar(*string))) { in NCURSES_SP_NAME() 354 while (isdigit(UChar(*string))) in NCURSES_SP_NAME() 379 if ((!isdigit(UChar(*string)) && *string != '.') in NCURSES_SP_NAME() 387 while (isdigit(UChar(*string))) { in NCURSES_SP_NAME() 394 if (isdigit(UChar(*string))) { in NCURSES_SP_NAME() 398 while (isdigit(UChar(*string))) in NCURSES_SP_NAME()
|
| HD | captoinfo.c | 207 while (isdigit(UChar(*sp))) { in cvtchar() 319 if (parameterized >= 0 && isdigit(UChar(*s))) in _nc_captoinfo() 321 if (!(isdigit(UChar(*s)) || *s == '*' || *s == '.')) in _nc_captoinfo() 517 if (isdigit(UChar(*s)) || *s == '*' || *s == '.') in _nc_captoinfo() 544 && isdigit(UChar(ch1)) in bcd_expression() 545 && isdigit(UChar(ch2)) in bcd_expression() 647 while (isdigit(UChar(*padding)) || *padding == '.' || *padding == '*') in _nc_infotocap() 653 while (isdigit(UChar(*padding)) || *padding == '.' || *padding == '*') in _nc_infotocap() 805 while (isdigit(UChar(*str)) in _nc_infotocap() 892 while (isdigit(UChar(*str))) { in _nc_infotocap()
|
| /freebsd-14-stable/usr.bin/hexdump/ |
| HD | parse.c | 108 if (isdigit(*p)) { in add() 109 for (savep = p; isdigit(*p); ++p); in add() 124 if (isdigit(*p)) { in add() 125 for (savep = p; isdigit(*p); ++p); in add() 174 if (*fmt == '.' && isdigit(*++fmt)) { in size() 176 while (isdigit(*++fmt)); in size() 255 if (*p1 == '.' && isdigit(*++p1)) { in rewrite() 258 while (isdigit(*++p1)); in rewrite()
|
| HD | odsyntax.c | 210 (!isdigit(p[0]) && (p[0] != 'x' || !isxdigit(p[1]))))) in odoffset() 232 for (num = p; isdigit(*p); ++p); in odoffset() 331 if (isdigit((unsigned char)*fmt)) { in odformatfp() 391 if (isdigit((unsigned char)*fmt)) { in odformatint()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| HD | MILexer.cpp | 119 return isalpha(C) || isdigit(C) || C == '_' || C == '-' || C == '.' || in isIdentifierChar() 313 if (!isdigit(C.peek())) { in maybeLexMachineBasicBlock() 319 while (isdigit(C.peek())) in maybeLexMachineBasicBlock() 342 if (!C.remaining().starts_with(Rule) || !isdigit(C.peek(Rule.size()))) in maybeLexIndex() 347 while (isdigit(C.peek())) in maybeLexIndex() 355 if (!C.remaining().starts_with(Rule) || !isdigit(C.peek(Rule.size()))) in maybeLexIndexAndName() 360 while (isdigit(C.peek())) in maybeLexIndexAndName() 406 if (isdigit(C.peek(Rule.size()))) in maybeLexIRBlock() 416 if (isdigit(C.peek(Rule.size()))) in maybeLexIRValue() 433 while (isdigit(C.peek())) in lexVirtualRegister() [all …]
|
| /freebsd-14-stable/lib/libc/resolv/ |
| HD | res_debug.c | 782 while (isdigit((unsigned char)*cp)) in precsize_aton() 787 if (isdigit((unsigned char)*cp)) { in precsize_aton() 789 if (isdigit((unsigned char)*cp)) { in precsize_aton() 820 while (isdigit((unsigned char)*cp)) in latlon2ul() 826 if (!(isdigit((unsigned char)*cp))) in latlon2ul() 829 while (isdigit((unsigned char)*cp)) in latlon2ul() 835 if (!(isdigit((unsigned char)*cp))) in latlon2ul() 838 while (isdigit((unsigned char)*cp)) in latlon2ul() 843 if (isdigit((unsigned char)*cp)) { in latlon2ul() 845 if (isdigit((unsigned char)*cp)) { in latlon2ul() [all …]
|
| /freebsd-14-stable/usr.sbin/rtadvd/ |
| HD | advcap.c | 270 if (isdigit(*bp)) { in tskip() 271 while (isdigit(*bp++)) in tskip() 321 while (isdigit(*bp)) in tgetnum() 419 if (isdigit(c)) { in tdecode() 423 while (--i && isdigit(*str)); in tdecode()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/ |
| HD | LLLexer.cpp | 337 if (!isdigit(static_cast<unsigned char>(CurPtr[0]))) in LexUIntID() 340 for (++CurPtr; isdigit(static_cast<unsigned char>(CurPtr[0])); ++CurPtr) in LexUIntID() 444 if (isdigit(static_cast<unsigned char>(CurPtr[0]))) in LexHash() 461 if (!IntEnd && !isdigit(static_cast<unsigned char>(*CurPtr))) in LexIdentifier() 1088 if (!isdigit(static_cast<unsigned char>(TokStart[0])) && in LexDigitOrNegative() 1089 !isdigit(static_cast<unsigned char>(CurPtr[0]))) { in LexDigitOrNegative() 1103 for (; isdigit(static_cast<unsigned char>(CurPtr[0])); ++CurPtr) in LexDigitOrNegative() 1107 if (isdigit(TokStart[0]) && CurPtr[0] == ':') { in LexDigitOrNegative() 1137 while (isdigit(static_cast<unsigned char>(CurPtr[0]))) ++CurPtr; in LexDigitOrNegative() 1140 if (isdigit(static_cast<unsigned char>(CurPtr[1])) || in LexDigitOrNegative() [all …]
|
| /freebsd-14-stable/lib/libfigpar/ |
| HD | string_m.c | 224 d[0] = (isdigit(*(chr+1)) && *(chr+1) < '8') ? in strexpand() 227 d[1] = (isdigit(*(chr+1)) && *(chr+1) < '8') ? in strexpand() 230 d[2] = (isdigit(*(chr+1)) && *(chr+1) < '8') ? in strexpand() 240 if (isdigit(*chr) && *chr < '8') { in strexpand()
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libcurses/director/ |
| HD | testlang_conf.l | 65 if (isdigit(*(p+1)) && *(p+2) && isdigit(*(p+2)) && in dequote() 66 *(p+3) && isdigit(*(p+3))) in dequote() 84 if (isdigit(*p)) { in dequote() 85 if (*(p+1) && isdigit(*(p+1)) && *(p+2) && in dequote() 86 isdigit(*(p+2))) { in dequote()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| HD | StringToOffsetTable.h | 65 if (isdigit(AggregateString[i + 1])) { in EmitString() 66 assert(isdigit(AggregateString[i + 2]) && in EmitString() 67 isdigit(AggregateString[i + 3]) && in EmitString()
|
| /freebsd-14-stable/usr.bin/pr/ |
| HD | egetopt.c | 120 if (strchr(ostr, '#') && (isdigit(eoptopt) || in egetopt() 122 isdigit(*place)))) { in egetopt() 127 if (!isdigit(*p)) in egetopt()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | cctype | 23 int isdigit(int c); 70 #ifdef isdigit 71 # undef isdigit 114 using ::isdigit _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/ncurses/form/ |
| HD | fty_num.c | 51 #define isDigit(c) (iswdigit((wint_t)(c)) || isdigit(UChar(c))) 53 #define isDigit(c) isdigit(UChar(c)) 247 if (!isdigit(UChar(*bp))) in Check_This_Field() 256 if (!isdigit(UChar(*bp))) in Check_This_Field()
|
| /freebsd-14-stable/usr.bin/chpass/ |
| HD | util.c | 102 if (isdigit(*t)) { in atot() 114 if (!(t = strtok(NULL, " \t,")) || !isdigit(*t)) in atot() 117 if (!(t = strtok(NULL, " \t,")) || !isdigit(*t)) in atot()
|
| /freebsd-14-stable/lib/libc/iconv/ |
| HD | citrus_bcs_strtoul.c | 48 #undef isdigit 49 #define isdigit(c) _bcs_isdigit(c) macro
|
| HD | citrus_bcs_strtol.c | 48 #undef isdigit 49 #define isdigit(c) _bcs_isdigit(c) macro
|
| /freebsd-14-stable/lib/libc/inet/ |
| HD | inet_net_pton.c | 99 } else if (isascii(ch) && isdigit(ch)) { in inet_net_pton_ipv4() 111 isascii(ch) && isdigit(ch)); in inet_net_pton_ipv4() 120 if (!isascii(ch) || !isdigit(ch)) in inet_net_pton_ipv4() 128 isdigit((unsigned char)(src[0])) && dst > odst) { in inet_net_pton_ipv4() 139 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch)); in inet_net_pton_ipv4()
|
| /freebsd-14-stable/usr.sbin/chroot/ |
| HD | chroot.c | 110 if (isdigit((unsigned char)*group)) { in main() 131 if (isdigit((unsigned char)*p)) { in main() 148 if (isdigit((unsigned char)*user)) { in main()
|
| /freebsd-14-stable/lib/libc/locale/ |
| HD | fix_grouping.c | 64 if (!isdigit((unsigned char)*src)) { in __fix_locale_grouping_str() 71 if (isdigit((unsigned char)*(src+1))) { in __fix_locale_grouping_str()
|