HomeSort by relevance Sort by last modified time
    Searched refs:ISUPPER (Results 1 - 25 of 32) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/libiberty/
strtol.c 144 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10;
strtoll.c 152 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10;
strtoul.c 94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10;
strtoull.c 99 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10;
regex.c 240 # define ISUPPER(c) (ISASCII (c) && isupper (c))
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldbuildid.c 86 if (ISUPPER (xdigit))
  /external/curl/lib/
curl_fnmatch.c 254 (ISUPPER(c) && ISUPPER(rangestart))) {
370 found = ISUPPER(*s);
curl_setup_once.h 289 #define ISUPPER(x) (isupper((int) ((unsigned char)x)))
curl_sasl.c 132 if(!ISUPPER(c) && !ISDIGIT(c) && c != '-' && c != '_')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /external/python/cpython2/Include/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mmix.h 72 : ((name[0] == ':' || ISUPPER (name[0])) \
tc-dlx.c 678 if (ISUPPER (*s))
tc-tic30.c 188 else if (ISUPPER (c))
196 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c))
    [all...]
  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 99 #define ISUPPER(c) _sch_test(c, _sch_isupper)
144 #undef isupper macro
145 #define isupper(c) do_not_use_isupper_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h 99 #define ISUPPER(c) _sch_test(c, _sch_isupper)
141 #undef isupper macro
142 #define isupper(c) do_not_use_isupper_with_safe_ctype macro
  /toolchain/binutils/binutils-2.27/include/
safe-ctype.h 99 #define ISUPPER(c) _sch_test(c, _sch_isupper)
141 #undef isupper macro
142 #define isupper(c) do_not_use_isupper_with_safe_ctype macro
  /toolchain/binutils/binutils-2.27/binutils/
rclex.c 122 if (key && ISUPPER (key[0]))
  /external/curl/tests/server/
tftpd.c 1026 if(ISUPPER(*cp))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
macro.c 865 else if (ISUPPER (in->ptr[src]))

Completed in 474 milliseconds

1 2