Home
last modified time | relevance | path

Searched defs:isdigit (Results 1 – 25 of 33) sorted by path

12

/illumos-gate/usr/src/boot/include/
H A Dctype.h91 #define isdigit(c) __sbistype((c), _CTYPE_D) macro
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h224 static __inline int isdigit(int c) in isdigit() function
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctype.c22 isdigit(int c) in isdigit() function
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h202 # define isdigit(__a) (_IS(__a,_ISDIGIT)) macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c680 isdigit(int c) in isdigit() function
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h68 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
/illumos-gate/usr/src/common/net/dhcp/
H A Doctet.c39 #define isdigit(c) ((c) >= '0' && c <= '9') macro
/illumos-gate/usr/src/common/util/
H A Dstrtolctype.h61 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c57 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.h56 #define isdigit(c) ((__ctype + 1)[c] & _N) macro
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c281 #define isdigit(c) (c >= '0' && c <= '9') macro
/illumos-gate/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
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1625 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
H A Dnfs_dlinet.c2455 isdigit(int ch) in isdigit() function
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_proxy.h129 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h84 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h37 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_utils.c43 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c256 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dparser.c43 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c269 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
H A Dsunpm.c3858 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
/illumos-gate/usr/src/uts/common/sys/
H A Dctype.h70 isdigit(char c) in isdigit() function
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbecm/
H A Dusbecm.h267 #define isdigit(c) ((c) >= '0' && c <= '9') macro

12