Home
last modified time | relevance | path

Searched defs:isdigit (Results 1 – 25 of 39) sorted by relevance

12

/titanic_41/usr/src/common/util/
H A Dstrtolctype.h51 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
/titanic_41/usr/src/cmd/mdb/common/libstand/
H A Dctype.c22 isdigit(int c) in isdigit() function
/titanic_41/usr/src/common/net/dhcp/
H A Doctet.c41 #define isdigit(c) ((c) >= '0' && c <= '9') macro
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacclib.h68 #define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI)) macro
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c107 int isdigit(c) in isdigit() function
/titanic_41/usr/src/uts/common/sys/
H A Dctype.h70 isdigit(char c) in isdigit() function
/titanic_41/usr/src/stand/lib/sa/
H A Dctype.h56 #define isdigit(c) ((__ctype + 1)[c] & _N) macro
/titanic_41/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_utils.c45 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dctype.h44 #define isdigit(c) ((_ctype_+1)[c]&_N) macro
/titanic_41/usr/src/lib/libbc/inc/5include/
H A Dctype.h70 #define isdigit(c) ((_ctype_ + 1)[c] & _N) macro
/titanic_41/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h86 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
/titanic_41/usr/src/uts/sparc/os/
H A Discsi_boot.c52 isdigit(int ch) in isdigit() function
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_ptsops.c49 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
H A Dsdev_vtops.c52 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c57 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.c54 #define isdigit(c) (((c) >= '0') && ((c) <= '9') ? 1:0) macro
H A Dexternal.c680 isdigit(int c) in isdigit() function
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h52 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dparser.c42 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DListParser.java1039 public static boolean isdigit(char ch) { in isdigit() method in ListParser
/titanic_41/usr/src/common/mpi/
H A Dmpi.h68 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1613 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h37 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
/titanic_41/usr/src/uts/common/sys/usb/clients/usbecm/
H A Dusbecm.h267 #define isdigit(c) ((c) >= '0' && c <= '9') macro
/titanic_41/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c1312 isdigit(int ch) in isdigit() function

12