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

1 2

  /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/libbc/libc/gen/common/
ctype_.c 76 #undef isdigit macro
107 int isdigit(c) function
  /onnv/onnv-gate/usr/src/uts/common/io/ib/mgt/ibmf/
ibmf_utils.c 45 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
183 } else if (isdigit(fmt)) {
331 } else if (isdigit(fmt)) {
  /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/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/inc/5include/
ctype.h 48 extern int isdigit(/* int c */);
70 #define isdigit(c) ((_ctype_ + 1)[c] & _N) macro
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
ctype.h 44 #define isdigit(c) ((_ctype_+1)[c]&_N) macro
  /onnv/onnv-gate/usr/src/stand/lib/sa/
ctype.h 56 #define isdigit(c) ((__ctype + 1)[c] & _N) macro
  /onnv/onnv-gate/usr/src/head/iso/
ctype_iso.h 84 extern int isdigit(int);
121 inline int isdigit(int c) { return (__ctype_mask[c] & _ISDIGIT); } function in namespace:std
133 inline int isdigit(int c) { return ((__ctype + 1)[c] & _N); }
152 #define isdigit(c) (__ctype_mask[(int)(c)] & _ISDIGIT) macro
164 #define isdigit(c) ((__ctype + 1)[(int)(c)] & _N) macro
188 #define isdigit(c) ((_ctype + 1)[(int)(c)] & _N) macro
  /onnv/onnv-gate/usr/src/uts/common/fs/dev/
sdev_ptsops.c 49 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
79 if (nm == NULL || !isdigit(*nm))
sdev_vtops.c 52 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
78 if (nm == NULL || !isdigit(*nm))
  /onnv/onnv-gate/usr/src/uts/common/io/cardbus/
cardbus_parse.h 83 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \
86 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
  /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/
parser.c 40 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
156 } else if (isdigit(fmt)) {
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
tparm.c 56 #undef isdigit macro
57 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
288 if (isdigit(*s)) {
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
cache_a.out.c 54 #define isdigit(c) (((c) >= '0') && ((c) <= '9') ? 1:0) macro
531 if (!isdigit(c = *cp) && (c == '-')) {
535 if (EMPTY(cp) || !isdigit(c))
538 while (isdigit(c = *cp) && (*cp++ != '\0')) {
  /onnv/onnv-gate/usr/src/uts/sparc/os/
iscsi_boot.c 52 isdigit(int ch) function
438 if (!isdigit(c))
441 if (!isdigit(c))
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_idmap.c 1642 #define isdigit macro
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
nl7curi.h 53 #ifndef isdigit
54 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
ListParser.java 502 if (isdigit(buf[p])) {
505 if (!isdigit(buf[p])) {
511 if (!isdigit(buf[p])) {
1039 public static boolean isdigit(char ch) { method in class:ListParser
1040 return Character.isDigit(ch);
  /onnv/onnv-gate/usr/src/common/mpi/
mpi.h 69 #ifndef isdigit
70 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
  /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/io/
hsc.c 165 static int isdigit(int);
2135 isdigit(int ch) function
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/uwb/uwba/
uwba.h 54 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
  /onnv/onnv-gate/usr/src/ucbcmd/tset/
tset.c 280 #define isdigit(c) (c >= '0' && c <= '9') macro
693 if (isdigit(*p) || *p == 'e') {
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/daktari/io/
hpc3130_dak.c 2066 isdigit(int ch) function
    [all...]

Completed in 1510 milliseconds

1 2