Searched refs:ishdigit (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c59 #undef ishdigit macro
60 #define ishdigit(cc) (((cc) >= '0' && (cc) <= '9') ||\ macro
1032 while (!ishdigit(*s))
1035 for (dectmp[dectmp_size] = 0; ishdigit(*s); s++) {
1113 while (ishdigit(*s)) {

Completed in 300 milliseconds