HomeSort by relevance Sort by last modified time
    Searched refs:isdigit (Results 1 - 25 of 632) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tmgoff.c 54 if (isdigit(*s) && isdigit(*(s + 1)))
60 if (isdigit(*s) && isdigit(*(s + 1)))
66 if (isdigit(*s) && isdigit(*(s + 1)))
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsmutil/
err.c 33 if (isascii(m[0]) && isdigit(m[0]) &&
34 isascii(m[1]) && isdigit(m[1]) &&
35 isascii(m[2]) && isdigit(m[2]) && m[3] == ' ')
57 if (isascii(m[0]) && isdigit(m[0]) &&
58 isascii(m[1]) && isdigit(m[1]) &&
59 isascii(m[2]) && isdigit(m[2]) && m[3] == ' ')
  /onnv/onnv-gate/usr/src/lib/libast/common/string/
strvcmp.c 39 if (isdigit(*a) && isdigit(*b))
42 while (isdigit(*a))
44 while (isdigit(*b))
strnvcmp.c 51 if (isdigit(*a) && isdigit(*b))
54 while (a < ae && isdigit(*a))
56 while (b < be && isdigit(*b))
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
tst.ProbeDescription.ksh 40 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
  /onnv/onnv-gate/usr/src/common/util/
strtolctype.h 45 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
47 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
52 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \
58 (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A')
69 (isdigit(x) || ((x) >= 'a' && (x) <= 'z') || ((x) >= 'A' && (x) <= 'Z'))
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
atoi.c 47 if (!isdigit(c = *p)) {
56 if (!isdigit(c))
59 for (n = '0' - c; isdigit(c = *++p); ) {
atol.c 47 if (!isdigit(c = *p)) {
56 if (!isdigit(c))
59 for (n = '0' - c; isdigit(c = *++p); ) {
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
atoi.c 54 if (!isdigit(c = *up)) {
64 if (!isdigit(c))
67 for (n = '0' - c; isdigit(c = *++up); ) {
atol.c 54 if (!isdigit(c = *up)) {
64 if (!isdigit(c))
67 for (n = '0' - c; isdigit(c = *++up); ) {
atoll.c 57 if (!isdigit(c = *up)) {
67 if (!isdigit(c))
70 for (n = '0' - c; isdigit(c = *++up); ) {
gethz.c 59 if (!isdigit((unsigned char)*cptr))
  /onnv/onnv-gate/usr/src/ucblib/libtermcap/
tputs.c 80 if (isdigit(*cp)) {
83 while (isdigit(*cp));
88 if (isdigit(*cp))
93 while (isdigit(*cp))
  /onnv/onnv-gate/usr/src/lib/libinetutil/common/
ifspec.c 52 if (isdigit(*bp) || !isdigit(*ep) || sp == NULL ||
61 for (tp = sp; tp < ep && isdigit(*tp); tp++)
85 if (!isdigit(*ep)) {
90 for (tp = ep; tp >= bp && isdigit(*tp); tp--)
148 tp >= ifsp->ifsp_devnm && isdigit(*tp); tp--) {
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/
niserror.c 55 if (! isdigit(*argv[1]))
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
tputs.c 77 if (isdigit(*cp)) {
80 while (isdigit(*cp));
85 if (isdigit(*cp))
88 while (isdigit(*cp))
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
trace.c 78 while (isascii(*s) && isdigit(*s) && i < tTsize)
86 while (isascii(*s) && isdigit(*s) && i >= tTsize)
94 while (isascii(*++s) && isdigit(*s) && i < tTsize)
98 while (isascii(*s) && isdigit(*s) && i >= tTsize)
108 while (isascii(*++s) && isdigit(*s))
158 while (isascii(*s) && isdigit(*s))
221 if (isascii(*s) && isdigit(*s))
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
backslash.c 100 else if (isdigit(src[1])) {
104 if (isdigit(src[1])) {
106 if (isdigit(src[1]))
  /onnv/onnv-gate/usr/src/uts/common/sys/
ctype.h 38 #define ISDIGIT(_c) \
42 (ISDIGIT(_c) || \
58 ISDIGIT(_c))
67 isdigit(char c) function
69 return (ISDIGIT(c));
71 #pragma inline(isdigit)
78 #pragma inline(isdigit)
kobj_lex.h 51 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
53 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \
59 #define isalphanum(ch) (isalpha(ch) || isdigit(ch))
  /onnv/onnv-gate/usr/src/lib/libcommputil/common/
commp_util.c 90 if (isdigit(*begin)) {
113 if (isdigit(*begin)) {
136 if (isdigit(*begin)) {
159 if (isdigit(*begin)) {
196 if (!isdigit(*(end - 1))) {
  /onnv/onnv-gate/usr/src/common/net/dhcp/
octet.c 41 #define isdigit(c) ((c) >= '0' && c <= '9') macro
42 #define isxdigit(c) (isdigit(c) || (((c) >= 'a') && ((c) <= 'f')) || \
100 if (isdigit(*tp))
  /onnv/onnv-gate/usr/src/lib/libeti/form/common/
ty_num.c 125 while (*x && isdigit(*x))
129 while (*x && isdigit(*x))
147 #define charok(c) (isdigit(c) || c == '-' || c == '.')
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_addr.c 96 if (!isdigit(peekchar())) {
135 if (!isdigit(peekchar())) {
165 for (cnt = 0; isdigit(peekcd());)
226 if (isdigit(peekcd())) {
  /onnv/onnv-gate/usr/src/cmd/tcpd/
vfprintf.c 67 while (isdigit(*cp)) /* hard-coded field width */
77 while (isdigit(*cp)) /* hard-coded precision */

Completed in 4860 milliseconds

1 2 3 4 5 6 7 8 91011>>