HomeSort by: relevance | last modified time | path
    Searched refs:ASCII_IS_LOWER (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
ctype.c 267 #define ASCII_IS_LOWER(c) (c >= 0x61 && c <= 0x7A)
287 return ASCII_IS_LOWER(a);
307 return ASCII_IS_LOWER(a) ? c ^ case_change : c;
  /src/crypto/external/bsd/openssl/dist/crypto/
ctype.c 267 #define ASCII_IS_LOWER(c) (c >= 0x61 && c <= 0x7A)
287 return ASCII_IS_LOWER(a);
307 return ASCII_IS_LOWER(a) ? c ^ case_change : c;
  /src/external/bsd/less/dist/
option.c 184 lc = ASCII_IS_LOWER(optc);
189 lc = ASCII_IS_LOWER(optname[0]);
less.h 139 #define ASCII_IS_LOWER(c) ((c) >= 'a' && (c) <= 'z')
163 #define IS_LOWER(c) ASCII_IS_LOWER(c)
main.c 374 if (len == 0 && ASCII_IS_LOWER(c))
command.c 434 opt_lower = ASCII_IS_LOWER(p[0]);
449 if (!opt_lower && ASCII_IS_LOWER(c))
508 opt_lower = ASCII_IS_LOWER(c);
opttbl.c 784 if (ASCII_IS_LOWER(c))

Completed in 22 milliseconds