Searched refs:isdigit (Results 1 - 25 of 647) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Derr.c31 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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.ProbeDescription.ksh40 java -cp test.jar TestProbeDescription isdigit entry
41 java -cp test.jar TestProbeDescription genunix isdigit entry
42 java -cp test.jar TestProbeDescription fbt genunix isdigit entry
43 java -cp test.jar TestProbeDescription fbt:genunix:isdigit:entry
/freebsd-11-stable/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h49 #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-11-stable/sys/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h49 #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-11-stable/lib/libc/iconv/
H A Dcitrus_bcs_strtol.c48 #undef isdigit macro
49 #define isdigit(c) _bcs_isdigit(c) macro
H A Dcitrus_bcs_strtoul.c48 #undef isdigit macro
49 #define isdigit(c) _bcs_isdigit(c) macro
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmstolfp.c42 if (*cp != '.' && !isdigit((unsigned char)*cp))
50 while (isdigit((unsigned char)*cpdec))
87 while (isdigit((unsigned char)*cp))
H A Datouint.c31 if (!isdigit((unsigned char)*cp))
H A Docttoint.c27 if (!isdigit((unsigned char)*cp) || *cp == '8' || *cp == '9')
H A Datoint.c38 if (!isdigit((unsigned char)*cp))
H A Datolfp.c66 if (*cp != '.' && !isdigit((unsigned char)*cp))
87 while (isdigit((unsigned char)*cp))
/freebsd-11-stable/lib/libc/locale/
H A Dfix_grouping.c65 if (!isdigit((unsigned char)*src)) {
72 if (isdigit((unsigned char)*(src+1))) {
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dcharclass.h20 { "digit", isdigit },
/freebsd-11-stable/contrib/sendmail/src/
H A Dtrace.c76 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-11-stable/contrib/ncurses/form/
H A Dfty_ipv4.c57 if (isdigit(UChar(*bp))) /* Must start with digit */
85 return ((isdigit(UChar(c)) || (c == '.')) ? TRUE : FALSE);
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h57 #undef isdigit macro
73 using ::isdigit;
/freebsd-11-stable/sys/sys/
H A Dctype.h73 isdigit(int c) function
81 return (isdigit(c) || (c >= 'A' && c <= 'F') || (c >= 'a' && c <= 'f'));
/freebsd-11-stable/stand/common/
H A Dinterp_backslash.c24 #define DIGIT(x) (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A')
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dctype.h20 int isdigit(int c);
46 #undef isdigit macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h65 if (isdigit(AggregateString[i + 1])) {
66 assert(isdigit(AggregateString[i + 2]) &&
67 isdigit(AggregateString[i + 3]) &&
/freebsd-11-stable/usr.bin/pr/
H A Degetopt.c120 if (strchr(ostr, '#') && (isdigit(eoptopt) ||
122 isdigit(*place)))) {
127 if (!isdigit(*p))
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dctype.h38 using std::isdigit;
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dpartime.c43 #undef isdigit macro
44 #define isdigit(c) (((unsigned)(c)-'0') <= 9) /* faster than stock */ macro
338 if ((s[0]==',' || s[0]=='.') && isdigit ((unsigned char) s[1])) {
341 while (isdigit ((unsigned char) *++s))
429 if (isdigit ((unsigned char) *s)) {
432 if (*s==':' && s[-3]==':' && isdigit ((unsigned char) s[1])) {
437 if (isdigit ((unsigned char) *s))
458 if (isdigit ((unsigned char) *s))
513 isdigit ((unsigned char) s[0]) &&
514 isdigit ((unsigne
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c311 if (isdigit(UChar(*string))) {
312 while (isdigit(UChar(*string))) {
319 if (isdigit(UChar(*string))) {
323 while (isdigit(UChar(*string)))
348 if ((!isdigit(UChar(*string)) && *string != '.')
356 while (isdigit(UChar(*string))) {
363 if (isdigit(UChar(*string))) {
367 while (isdigit(UChar(*string)))
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dinet_aton.c106 * 0x=hex, 0=octal, isdigit=decimal.
108 if (!isdigit(c & 0xff))
124 * for isdigit(). No cast necessary. Similar
127 if (isascii(c) && isdigit(c)) {

Completed in 311 milliseconds

1234567891011>>