Symbol: isdigit
usr/src/boot/include/ctype.h
91
#define isdigit(c) __sbistype((c), _CTYPE_D)
usr/src/boot/libsa/stand.h
220
static __inline int isdigit(int c)
usr/src/cmd/mdb/common/libstand/ctype.c
22
isdigit(int c)
usr/src/cmd/sendmail/include/sm/conf.h
201
# undef isdigit
usr/src/cmd/sendmail/include/sm/conf.h
202
# define isdigit(__a) (_IS(__a,_ISDIGIT))
usr/src/cmd/sgs/rtld/common/external.c
691
isdigit(int c)
usr/src/common/mpi/mpi.h
67
#define isdigit(x) ((x) >= '0' && (x) <= '9')
usr/src/common/net/dhcp/octet.c
39
#define isdigit(c) ((c) >= '0' && c <= '9')
usr/src/common/util/strtolctype.h
61
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
usr/src/grub/grub-0.97/stage2/tparm.c
56
#undef isdigit
usr/src/grub/grub-0.97/stage2/tparm.c
57
#define isdigit(c) ((c) >= '0' && (c) <= '9')
usr/src/lib/libc/port/locale/isdigit.c
64
#undef isdigit
usr/src/stand/lib/sa/ctype.h
56
#define isdigit(c) ((__ctype + 1)[c] & _N)
usr/src/ucbcmd/tset/tset.c
281
#define isdigit(c) (c >= '0' && c <= '9')
usr/src/uts/common/fs/dev/sdev_ptsops.c
49
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
usr/src/uts/common/fs/dev/sdev_vtops.c
52
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1625
#define isdigit(c) ((c) >= '0' && (c) <= '9')
usr/src/uts/common/fs/nfs/nfs_dlinet.c
2455
isdigit(int ch)
usr/src/uts/common/inet/ipf/netinet/ip_proxy.h
129
#define isdigit(x) ((x) >= '0' && (x) <= '9')
usr/src/uts/common/io/cardbus/cardbus_parse.h
84
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_utils.c
43
#define isdigit(ch) ((ch >= '0') && (ch <= '9'))
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
256
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
usr/src/uts/common/io/usb/usba/parser.c
43
#define isdigit(ch) ((ch >= '0') && (ch <= '9'))
usr/src/uts/common/os/dumpsubr.c
269
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
usr/src/uts/common/os/sunpm.c
3858
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
usr/src/uts/common/sys/ctype.h
70
isdigit(char c)
usr/src/uts/common/sys/usb/clients/usbecm/usbecm.h
267
#define isdigit(c) ((c) >= '0' && c <= '9')
usr/src/uts/common/xen/os/xvdi.c
95
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
usr/src/uts/intel/sys/acpi/acclib.h
176
#define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI))
usr/src/uts/sparc/os/iscsi_boot.c
52
isdigit(int ch)
usr/src/uts/sun4u/daktari/io/hpc3130_dak.c
2066
isdigit(int ch)
usr/src/uts/sun4u/lw8/os/lw8_platmod.c
1324
isdigit(int ch)
usr/src/uts/sun4u/opl/io/mc-opl.c
3428
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
2113
isdigit(int ch)
usr/src/uts/sun4u/serengeti/os/serengeti.c
1312
isdigit(int ch)