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

1 2 3

  /external/curl/lib/
curl_fnmatch.c 82 if(ISALPHA(c) && ISLOWER(c))
256 if((ISLOWER(c) && ISLOWER(rangestart)) ||
374 found = ISLOWER(*s);
curl_setup_once.h 290 #define ISLOWER(x) (islower((int) ((unsigned char)x)))
  /toolchain/binutils/binutils-2.25/ld/
ldbuildid.c 89 if (ISLOWER (xdigit))
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro
  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 95 #define ISLOWER(c) _sch_test(c, _sch_islower)
136 #undef islower macro
137 #define islower(c) do_not_use_islower_with_safe_ctype macro
cplus-dem.c 677 && ISLOWER((unsigned char)opname[2])
678 && ISLOWER((unsigned char)opname[3]))
910 if (!ISLOWER (mangled[0]))
926 if (ISLOWER (*p))
931 while (ISLOWER(*p) || ISDIGIT (*p)
932 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1]))));
    [all...]
  /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 95 #define ISLOWER(c) _sch_test(c, _sch_islower)
133 #undef islower macro
134 #define islower(c) do_not_use_islower_with_safe_ctype macro
  /toolchain/binutils/binutils-2.25/include/
safe-ctype.h 95 #define ISLOWER(c) _sch_test(c, _sch_islower)
133 #undef islower macro
134 #define islower(c) do_not_use_islower_with_safe_ctype macro
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 83 # define ISLOWER(c) (ISASCII (c) && islower (c))
382 || (STREQ (str, "lower") && ISLOWER ((unsigned char) *n))
  /external/c-ares/
setup_once.h 253 #define ISLOWER(x) (islower((int) ((unsigned char)x)))
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 666 && ISLOWER((unsigned char)opname[2])
667 && ISLOWER((unsigned char)opname[3]))
906 if (!ISLOWER (mangled[0]))
922 if (ISLOWER (*p))
927 while (ISLOWER(*p) || ISDIGIT (*p)
928 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1]))));
    [all...]
regex.c 237 # define ISLOWER(c) (ISASCII (c) && islower (c))
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-dlx.c 96 buf[i] = ISLOWER (regname[i]) ? TOUPPER (regname[i]) : regname[i];
tc-tic30.c 183 if (ISLOWER (c) || ISDIGIT (c))
196 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c))
    [all...]
tc-i860.c 471 for (s = str; ISLOWER (*s) || *s == '.' || *s == '3'
    [all...]
tc-z8k.c 67 if (ISLOWER (c))
    [all...]
tc-sparc.c     [all...]
tc-tic4x.c 629 buf[i] = ISLOWER (regname[i]) ? TOUPPER (regname[i]) : regname[i];
    [all...]
tc-cris.c     [all...]
  /external/libevent/
evutil.c     [all...]
  /external/fec/
configure     [all...]
  /external/iputils/ninfod/
configure     [all...]

Completed in 921 milliseconds

1 2 3