/titanic_44/usr/src/lib/libast/common/tm/ |
H A D | tmgoff.c | 54 if (isdigit(*s) && isdigit(*(s + 1))) in tmgoff() 60 if (isdigit(*s) && isdigit(*(s + 1))) in tmgoff() 66 if (isdigit(*s) && isdigit(*(s + 1))) in tmgoff()
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | strptime.c | 102 if (!isdigit(*buf)) in __strptime() 107 for (i = 0; len && isdigit(*buf); buf++) { in __strptime() 179 if (!isdigit(*buf)) in __strptime() 183 for (i = 0; len && isdigit(*buf); buf++) { in __strptime() 199 if (!isdigit(*buf)) in __strptime() 203 for (i = 0; len && isdigit(*buf); buf++) { in __strptime() 233 if (!isdigit(*buf)) in __strptime() 237 for (i = 0; len && isdigit(*buf); buf++) { in __strptime() 305 if (!isdigit(*buf)) in __strptime() 309 for (i = 0; len && isdigit(*buf); buf++) { in __strptime() [all …]
|
/titanic_44/usr/src/cmd/sendmail/libsmutil/ |
H A D | 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] == ' ')
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | 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))
|
/titanic_44/usr/src/common/util/ |
H A D | 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'))
|
/titanic_44/usr/src/lib/libinetutil/common/ |
H A D | ifspec.c | 52 if (isdigit(*bp) || !isdigit(*ep) || sp == NULL || in getlun() 61 for (tp = sp; tp < ep && isdigit(*tp); tp++) in getlun() 85 if (!isdigit(*ep)) { in getppa() 90 for (tp = ep; tp >= bp && isdigit(*tp); tp--) in getppa() 148 tp >= ifsp->ifsp_devnm && isdigit(*tp); tp--) { in ifparse_ifspec()
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.ProbeDescription.ksh.out | 3 ::isdigit:entry 4 :genunix:isdigit:entry 5 fbt:genunix:isdigit:entry 6 fbt:genunix:isdigit:entry
|
H A D | 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
|
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | strvcmp.c | 39 if (isdigit(*a) && isdigit(*b)) in strvcmp() 42 while (isdigit(*a)) in strvcmp() 44 while (isdigit(*b)) in strvcmp()
|
H A D | strnvcmp.c | 51 if (isdigit(*a) && isdigit(*b)) in strnvcmp() 54 while (a < ae && isdigit(*a)) in strnvcmp() 56 while (b < be && isdigit(*b)) in strnvcmp()
|
/titanic_44/usr/src/ucblib/libtermcap/ |
H A D | tputs.c | 80 if (isdigit(*cp)) { in tputs() 83 while (isdigit(*cp)); in tputs() 88 if (isdigit(*cp)) in tputs() 93 while (isdigit(*cp)) in tputs()
|
/titanic_44/usr/src/lib/libcommputil/common/ |
H A D | commp_util.c | 90 if (isdigit(*begin)) { in commp_atoi() 113 if (isdigit(*begin)) { in commp_strtoull() 136 if (isdigit(*begin)) { in commp_strtoub() 159 if (isdigit(*begin)) { in commp_atoui() 196 if (!isdigit(*(end - 1))) { in commp_time_to_secs()
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | tputs.c | 77 if (isdigit(*cp)) { in _tpad() 80 while (isdigit(*cp)); in _tpad() 85 if (isdigit(*cp)) in _tpad() 88 while (isdigit(*cp)) in _tpad()
|
/titanic_44/usr/src/lib/libdll/common/ |
H A D | dllscan.c | 188 if (isdigit(*a) && isdigit(*b)) in vercmp() 271 if ((*t == '-' || *t == '.' || *t == '?') && isdigit(*(t + 1))) in dllsopen() 291 if (isdigit(*s)) in dllsopen() 310 if (isdigit(*s) && t < &buf[sizeof(buf)-1]) in dllsopen() 431 if (!isdigit(*(b - 1)) && *(b - 1) != '.') in dllsread() 440 if (isdigit(*(t - 1))) in dllsread() 460 if (isdigit(t[0]) && isdigit(t[1]) && !isdigit(t[2])) in dllsread() 462 else if (isdigit(t[1]) && isdigit(t[2]) && !isdigit(t[3])) in dllsread() 468 if (!isdigit(t[0])) in dllsread()
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | atoi.c | 47 if (!isdigit(c = *p)) { 56 if (!isdigit(c)) 59 for (n = '0' - c; isdigit(c = *++p); ) {
|
H A D | atol.c | 47 if (!isdigit(c = *p)) { 56 if (!isdigit(c)) 59 for (n = '0' - c; isdigit(c = *++p); ) {
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | atoi.c | 54 if (!isdigit(c = *up)) { in NAME() 64 if (!isdigit(c)) in NAME() 67 for (n = '0' - c; isdigit(c = *++up); ) { in NAME()
|
H A D | atol.c | 54 if (!isdigit(c = *up)) { in NAME() 64 if (!isdigit(c)) in NAME() 67 for (n = '0' - c; isdigit(c = *++up); ) { in NAME()
|
H A D | atoll.c | 57 if (!isdigit(c = *up)) { in NAME() 67 if (!isdigit(c)) in NAME() 70 for (n = '0' - c; isdigit(c = *++up); ) { in NAME()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7chttp.c | 81 if (isdigit(c)) \ 245 if (isdigit(c)) { in http_date2time_t() 268 if (! isdigit(c)) in http_date2time_t() 274 if (! isdigit(c)) in http_date2time_t() 314 if (! isdigit(c)) in http_date2time_t() 320 if (! isdigit(c)) in http_date2time_t() 329 if (! isdigit(c)) in http_date2time_t() 336 if (! isdigit(c)) in http_date2time_t() 367 if (! isdigit(c)) in http_date2time_t() 373 if (! isdigit(c)) in http_date2time_t() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 22 isdigit(int c) in isdigit() function 50 return ((isdigit(c) || (c >= 'A' && c <= 'F') || in isxdigit() 64 return ((isalpha(c) || isdigit(c)) ? 1 : 0); in isalnum()
|
/titanic_44/usr/src/cmd/sgs/error/common/ |
H A D | errorinput.c | 126 for (cp = errorv[1]; *cp && isdigit(*cp); cp++) in erroradd() 237 (isdigit(firstchar(wordv[2]))) && in cpp() 261 (isdigit(firstchar(wordv[3]))) && in pccccom() 295 while (isdigit(*--cp)) in richieccom() 513 (isdigit(firstchar(wordv[2])))) { in ri() 544 (isdigit(firstchar(wordv[3]))) && in troff() 569 (isdigit(firstchar(wordv[4]))) && /* line number */ in mod2() 597 (isdigit(firstchar(wordv[3]))) && in sunf77()
|
/titanic_44/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 811 while (isdigit((unsigned char)*cp)) in precsize_aton() 816 if (isdigit((unsigned char)*cp)) { in precsize_aton() 818 if (isdigit((unsigned char)*cp)) { in precsize_aton() 849 while (isdigit((unsigned char)*cp)) in latlon2ul() 855 if (!(isdigit((unsigned char)*cp))) in latlon2ul() 858 while (isdigit((unsigned char)*cp)) in latlon2ul() 864 if (!(isdigit((unsigned char)*cp))) in latlon2ul() 867 while (isdigit((unsigned char)*cp)) in latlon2ul() 872 if (isdigit((unsigned char)*cp)) { in latlon2ul() 874 if (isdigit((unsigned char)*cp)) { in latlon2ul() [all …]
|
/titanic_44/usr/src/common/net/dhcp/ |
H A D | octet.c | 39 #define isdigit(c) ((c) >= '0' && c <= '9') macro 40 #define isxdigit(c) (isdigit(c) || (((c) >= 'a') && ((c) <= 'f')) || \ 98 if (isdigit(*tp)) in hexascii_to_octet()
|
/titanic_44/usr/src/lib/libgss/ |
H A D | oid_ops.c | 370 while ((bp < &cp[oid_str->length]) && isdigit(*bp)) 378 while ((bp < &cp[oid_str->length]) && isdigit(*bp)) 384 while (isdigit(*bp)) { 392 while ((bp < &cp[oid_str->length]) && isdigit(*bp)) 411 while (isdigit(*bp)) 420 while (isdigit(*bp)) 424 while (isdigit(*bp)) { 444 while (isdigit(*bp))
|