Home
last modified time | relevance | path

Searched defs:isdigit (Results 26 – 33 of 33) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/nfs/
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/xen/os/
H A Dxvdi.c95 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c3428 #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/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c256 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h202 # define isdigit(__a) (_IS(__a,_ISDIGIT)) macro

12