Home
last modified time | relevance | path

Searched refs:islower (Results 76 – 100 of 193) sorted by relevance

12345678

/freebsd/contrib/less/
H A Dless.h156 #define IS_LOWER(c) islower((unsigned char) (c))
/freebsd/libexec/atrun/
H A Datrun.c556 if (islower(queue)) in main()
/freebsd/contrib/ntp/libntp/
H A Daudio.c180 if (islower((unsigned char)*ca)) { in audio_config_read()
/freebsd/bin/ed/
H A Dmain.c1230 if (!islower((unsigned char)n)) { in mark_line_node()
1244 if (!islower((unsigned char)n)) { in get_marked_node_addr()
/freebsd/contrib/byacc/test/yacc/
H A Dstdin1.calc.c269 if( islower( c )) { in yylex()
H A Dstdin2.calc.c269 if( islower( c )) { in yylex()
H A Ddefines1.calc.c269 if( islower( c )) { in yylex()
H A Ddefines2.calc.c269 if( islower( c )) { in yylex()
H A Ddefines3.calc.c269 if( islower( c )) { in yylex()
H A Dpure_calc.tab.c351 if( islower( c )) { in YYLEX_DECL()
H A Dquote_calc-s.tab.c360 if( islower( c )) { in yylex()
H A Dquote_calc.tab.c366 if( islower( c )) { in yylex()
H A Dquote_calc2-s.tab.c360 if( islower( c )) { in yylex()
H A Dquote_calc2.tab.c366 if( islower( c )) { in yylex()
H A Dquote_calc3-s.tab.c361 if( islower( c )) { in yylex()
H A Dquote_calc3.tab.c361 if( islower( c )) { in yylex()
H A Dquote_calc4-s.tab.c361 if( islower( c )) { in yylex()
H A Dquote_calc4.tab.c361 if( islower( c )) { in yylex()
H A Dcalc2.tab.c358 if( islower( c )) { in YYLEX_DECL()
H A Dcalc3.tab.c355 if( islower( c )) { in YYLEX_DECL()
H A Dcalc_code_all.tab.c373 if( islower( c )) { in yylex()
/freebsd/usr.bin/localedef/
H A Dscanner.c244 (isdigit(x) ? (x - '0') : ((islower(x) ? (x - 'a') : (x - 'A')) + 10))
/freebsd/usr.bin/tip/tip/
H A Dtip.c418 if (boolean(value(RAISE)) && islower(gch)) in tipin()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c283 case 'l' : res = islower(c); break; in match_class()
292 return (islower(cl) ? res : !res); in match_class()
/freebsd/contrib/flex/src/
H A Dmisc.c166 if (!isascii ((unsigned char) * str) || !islower ((unsigned char) * str)) in all_lower()

12345678