Searched refs:islower (Results 1 - 25 of 157) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dctype.h27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
47 if (islower(c))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dinet_net.c78 val = (val << 4) + (c + 10 - (islower(c) ? 'a' : 'A'));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Ddummytest.c45 if (islower((unsigned char)(*p)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddummytest.c37 if (islower((unsigned char)(*p)))
H A Dmdc2test.c37 if (islower((unsigned char)(*p)))
H A Drc5test.c37 if (islower((unsigned char)(*p)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Ddummytest.c45 if (islower((unsigned char)(*p)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Datalk_addr.c53 val = ( val << 4 ) + ( c + 10 - ( islower( c ) ? 'a' : 'A' ));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Detherent.c69 else if (islower(c))
H A Dnametoaddr.c353 else if (islower(c))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/auth/crackcheck/
H A Dcrackcheck.c51 if (islower(passwd[i])) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dobscure.c120 if (islower(new_p[i])) { /* a-z */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexOpal.cxx310 !islower( ch ) && !isupper( ch ) && !isdigit( ch ) ) break;
492 else if( islower( ch ) || isupper( ch ) )
H A DLexGui4Cli.cxx86 { if (islower(*p)) *p = static_cast<char>(toupper(*p));
H A DLexSQL.cxx32 return (islower(ch) || ch == '$' || ch == '@' ||
H A DLexCPP.cxx39 return (ch < 0x80 && islower(ch)) || ch == '$' || ch == '@' ||
244 while ((sc.ch < 0x80) && islower(sc.ch))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmszip.c193 if (islower( c1 = *s1))
196 if (islower( c2 = *s2))
813 if (islower( *s))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dparse.y748 | CCE_LOWER { CCL_EXPR(islower) }
754 CCL_EXPR(islower)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dparse.y748 | CCE_LOWER { CCL_EXPR(islower) }
754 CCL_EXPR(islower)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmlabel.c50 if(islower(wbuffer[i]))
H A Dsysincludes.h319 # define iswlower(x) islower(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_setup_once.h290 #define ISLOWER(x) (islower((int) ((unsigned char)x)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcode.c211 if (islower(*p))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dtext2atm.c117 value = isdigit(*text) ? *text-'0' : (islower(*text) ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-internal.h96 #define tre_islower islower

Completed in 264 milliseconds

1234567