Home
last modified time | relevance | path

Searched refs:islower (Results 101 – 125 of 193) sorted by relevance

12345678

/freebsd/contrib/byacc/test/yacc/
H A Dcalc_code_default.tab.c353 if( islower( c )) { in yylex()
H A Dcalc_code_imports.tab.c345 if( islower( c )) { in yylex()
H A Dcalc_code_provides.tab.c353 if( islower( c )) { in yylex()
H A Dcalc_code_requires.tab.c353 if( islower( c )) { in yylex()
H A Dcalc_code_top.tab.c353 if( islower( c )) { in yylex()
H A Dcode_calc.code.c254 if( islower( c )) { in yylex()
H A Dcalc.tab.c345 if( islower( c )) { in yylex()
H A Dok_syntax1.tab.c379 if( islower( c )) { in YYLEX_DECL()
H A Dcalc1.tab.c388 if (islower(c)) in yylex()
H A Dvarsyntax_calc1.tab.c389 if (islower(c)) in yylex()
/freebsd/contrib/smbfs/lib/smb/
H A Drcfile.c163 if (islower(*sectletter)) { in rc_addsect()
/freebsd/contrib/flex/src/
H A Dflexdef.h1088 #define b_islower(c) (islower(c)?true:false)
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c516 if (islower(UChar(*s))) { in _nc_get_token()
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c460 switch (islower(q[0]) ? q[0] : tolower(q[0])) {
/freebsd/usr.bin/at/
H A Dat.c795 if (!(islower(queue)||isupper(queue))) in main()
/freebsd/crypto/openssl/apps/
H A Denc.c662 if (!islower((unsigned char)*name->name)) in show_ciphers()
H A Ddgst.c487 if (!islower((unsigned char)*name->name)) in show_digests()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c374 if (islower(*str)) { in dt_header_fmt_macro()
/freebsd/contrib/bmake/
H A Dmake.h1185 ch_islower(char ch) { return islower((unsigned char)ch) != 0; } in ch_islower()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c472 while (*tp && !islower((unsigned char)*tp)) { in mput()
625 while (*tp && !islower((unsigned char)*tp)) { in getit()
/freebsd/contrib/telnet/telnet/
H A Dutilities.c79 if (islower(c)) { in upcase()
/freebsd/usr.sbin/makefs/
H A Dcd9660.c1597 if (islower((unsigned char)*oldname)) in cd9660_level1_convert_filename()
1655 if (islower((unsigned char)*oldname)) in cd9660_level2_convert_filename()
/freebsd/usr.sbin/config/
H A Dmkmakefile.cc831 if (islower(*str)) in raisestr()
/freebsd/contrib/lua/src/
H A Dlstrlib.c434 case 'l' : res = islower(c); break; in match_class()
443 return (islower(cl) ? res : !res); in match_class()
/freebsd/usr.bin/rpcgen/
H A Drpc_main.c531 if (islower(*tmp)) in generate_guard()

12345678