/illumos-gate/usr/src/common/util/ |
H A D | strtolctype.h | 61 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
|
/illumos-gate/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 22 isdigit(int c) in isdigit() function
|
/illumos-gate/usr/src/common/net/dhcp/ |
H A D | octet.c | 39 #define isdigit(c) ((c) >= '0' && c <= '9') macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctype.h | 70 isdigit(char c) in isdigit() function
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | ctype.h | 56 #define isdigit(c) ((__ctype + 1)[c] & _N) macro
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_utils.c | 43 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_parse.h | 84 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acclib.h | 176 #define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI)) macro
|
/illumos-gate/usr/src/boot/include/ |
H A D | ctype.h | 91 #define isdigit(c) __sbistype((c), _CTYPE_D) macro
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | iscsi_boot.c | 52 isdigit(int ch) in isdigit() function
|
/illumos-gate/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
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | tparm.c | 57 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | external.c | 689 isdigit(int c) isdigit() function
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | parser.c | 43 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi.h | 67 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 1625 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
|
H A D | nfs_dlinet.c | 2455 isdigit(int ch) in isdigit() function
|
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbecm/ |
H A D | usbecm.h | 267 #define isdigit(c) ((c) >= '0' && c <= '9') macro
|
/illumos-gate/usr/src/uts/sun4u/lw8/os/ |
H A D | lw8_platmod.c | 1324 isdigit(int ch) in isdigit() function
|
/illumos-gate/usr/src/uts/sun4u/serengeti/os/ |
H A D | serengeti.c | 1312 isdigit(int ch) in isdigit() function
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | stand.h | 220 static __inline int isdigit(int c) in isdigit() function
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 281 #define isdigit(c) (c >= '0' && c <= '9') macro
|
/illumos-gate/usr/src/uts/sun4u/daktari/io/ |
H A D | hpc3130_dak.c | 2066 isdigit(int ch) in isdigit() function
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mem.c | 2113 isdigit(int ch) in isdigit() function
|