Searched defs:isdigit (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dctype.h37 isdigit (int c) function
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c56 #undef isdigit macro
57 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
288 if (isdigit(*s)) {
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c63 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
295 if (isdigit(UChar(*s))) {
418 while (isdigit(UChar(*cp))) {
593 while (isdigit(UChar(*cp))) {
/osnet-11/usr/src/common/mpi/
H A Dmpi.h67 #ifndef isdigit
68 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h196 # undef isdigit macro
197 # define isdigit(__a) (_IS(__a,_ISDIGIT)) macro

Completed in 48 milliseconds