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

  /src/external/bsd/less/dist/
less.h 144 #undef IS_LOWER
152 #define IS_LOWER(c) iswlower(c)
158 #define IS_LOWER(c) islower((unsigned char) (c))
163 #define IS_LOWER(c) ASCII_IS_LOWER(c)
  /src/external/gpl3/gcc.old/dist/libiberty/
cp-demangle.c 213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z')
1249 && (IS_LOWER (d_peek_next_char (di))
1578 || IS_LOWER (peek)
1639 else if (IS_LOWER (peek))
3322 || IS_LOWER (peek)
3887 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1])
3891 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_')
5518 if (IS_LOWER (op->name[0]))
  /src/external/gpl3/binutils/dist/libiberty/
cp-demangle.c 213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z')
1298 && (IS_LOWER (d_peek_next_char (di))
1747 else if (IS_LOWER (peek))
3462 || IS_LOWER (peek)
4142 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1])
4146 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_')
5872 if (IS_LOWER (op->name[0]))
  /src/external/gpl3/binutils.old/dist/libiberty/
cp-demangle.c 213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z')
1296 && (IS_LOWER (d_peek_next_char (di))
1745 else if (IS_LOWER (peek))
3450 || IS_LOWER (peek)
4103 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1])
4107 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_')
5831 if (IS_LOWER (op->name[0]))
  /src/external/gpl3/gcc/dist/libiberty/
cp-demangle.c 213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z')
1296 && (IS_LOWER (d_peek_next_char (di))
1745 else if (IS_LOWER (peek))
3450 || IS_LOWER (peek)
4103 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1])
4107 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_')
5831 if (IS_LOWER (op->name[0]))
  /src/external/gpl3/gdb/dist/libiberty/
cp-demangle.c 213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z')
1296 && (IS_LOWER (d_peek_next_char (di))
1745 else if (IS_LOWER (peek))
3450 || IS_LOWER (peek)
4103 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1])
4107 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_')
5831 if (IS_LOWER (op->name[0]))
  /src/external/gpl3/gdb.old/dist/libiberty/
cp-demangle.c 213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z')
1296 && (IS_LOWER (d_peek_next_char (di))
1745 else if (IS_LOWER (peek))
3450 || IS_LOWER (peek)
4103 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1])
4107 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_')
5831 if (IS_LOWER (op->name[0]))

Completed in 59 milliseconds