/titanic_41/usr/src/common/util/ |
H A D | strtolctype.h | 51 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
|
/titanic_41/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 22 isdigit(int c) in isdigit() function
|
/titanic_41/usr/src/common/net/dhcp/ |
H A D | octet.c | 41 #define isdigit(c) ((c) >= '0' && c <= '9') macro
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acclib.h | 68 #define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI)) macro
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctype_.c | 107 int isdigit(c) in isdigit() function
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ctype.h | 70 isdigit(char c) in isdigit() function
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | ctype.h | 56 #define isdigit(c) ((__ctype + 1)[c] & _N) macro
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_utils.c | 45 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | ctype.h | 44 #define isdigit(c) ((_ctype_+1)[c]&_N) macro
|
/titanic_41/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 70 #define isdigit(c) ((_ctype_ + 1)[c] & _N) macro
|
/titanic_41/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_parse.h | 86 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | iscsi_boot.c | 52 isdigit(int ch) in isdigit() function
|
/titanic_41/usr/src/uts/common/fs/dev/ |
H A D | sdev_ptsops.c | 49 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
|
H A D | sdev_vtops.c | 52 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | tparm.c | 57 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | cache_a.out.c | 54 #define isdigit(c) (((c) >= '0') && ((c) <= '9') ? 1:0) macro
|
H A D | external.c | 680 isdigit(int c) in isdigit() function
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.h | 52 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
|
/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | parser.c | 42 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | ListParser.java | 1039 public static boolean isdigit(char ch) { in isdigit() method in ListParser
|
/titanic_41/usr/src/common/mpi/ |
H A D | mpi.h | 68 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 1613 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 37 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
|
/titanic_41/usr/src/uts/common/sys/usb/clients/usbecm/ |
H A D | usbecm.h | 267 #define isdigit(c) ((c) >= '0' && c <= '9') macro
|
/titanic_41/usr/src/uts/sun4u/serengeti/os/ |
H A D | serengeti.c | 1312 isdigit(int ch) in isdigit() function
|