Searched refs:isupper (Results 26 - 34 of 34) sorted by relevance

12

/barrelfish-master/lib/libc/net/
H A Drcmd.c598 *p = isupper((unsigned char)*p) ? tolower((unsigned char)*p) : *p;
/barrelfish-master/lib/libc/rpc/
H A Drpc_generic.c190 if (isupper(*p))
/barrelfish-master/lib/openssl-1.0.0d/
H A De_os.h310 # undef isupper macro
/barrelfish-master/include/openssl/local/
H A De_os.h310 # undef isupper macro
/barrelfish-master/lib/lua/src/
H A Dlstrlib.c276 case 'u' : res = isupper(c); break;
/barrelfish-master/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_lib.c517 if (!( isupper(c) || (c == '-') ||
/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregcomp.c824 if (isupper(ch))
/barrelfish-master/lib/tommath/mtest/
H A Dmpi.c3912 else if(isupper(xch))
/barrelfish-master/lib/tzcode/zic/
H A Dzic.c2387 return (isascii(a) && isupper(a)) ? tolower(a) : a;

Completed in 323 milliseconds

12