HomeSort by relevance Sort by last modified time
    Searched full:strchr (Results 26 - 50 of 1875) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/include/
cstring 41 const char* strchr(const char* s, int c);
42 char* strchr( char* s, int c);
84 using ::strchr;
98 inline _LIBCPP_INLINE_VISIBILITY char* strchr( char* __s, int __c) {return ::strchr(__s, __c);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 41 const char* strchr(const char* s, int c);
42 char* strchr( char* s, int c);
84 using ::strchr;
98 inline _LIBCPP_INLINE_VISIBILITY char* strchr( char* __s, int __c) {return ::strchr(__s, __c);}
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 41 const char* strchr(const char* s, int c);
42 char* strchr( char* s, int c);
84 using ::strchr;
98 inline _LIBCPP_INLINE_VISIBILITY char* strchr( char* __s, int __c) {return ::strchr(__s, __c);}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 97 strchr = lib.my_strchr
98 strchr.restype = c_char_p
99 strchr.argtypes = (c_char_p, c_char)
100 self.assertEqual(strchr("abcdefghi", "b"), "bcdefghi")
101 self.assertEqual(strchr("abcdefghi", "x"), None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 97 strchr = lib.my_strchr
98 strchr.restype = c_char_p
99 strchr.argtypes = (c_char_p, c_char)
100 self.assertEqual(strchr("abcdefghi", "b"), "bcdefghi")
101 self.assertEqual(strchr("abcdefghi", "x"), None)
  /external/clang/include/clang/Basic/
Builtins.h 97 return strchr(GetRecord(ID).Attributes, 'c') != nullptr;
102 return strchr(GetRecord(ID).Attributes, 'n') != nullptr;
107 return strchr(GetRecord(ID).Attributes, 'r') != nullptr;
112 return strchr(GetRecord(ID).Attributes, 'j') != nullptr;
118 return strchr(GetRecord(ID).Attributes, 'u') != nullptr;
124 return strchr(GetRecord(ID).Attributes, 'F') != nullptr;
131 return strchr(GetRecord(ID).Attributes, 'f') != nullptr;
138 return strchr(GetRecord(ID).Attributes, 'i') != nullptr;
143 return strchr(GetRecord(ID).Attributes, 't') != nullptr;
171 return strchr(GetRecord(ID).Attributes, 'e') != nullptr
    [all...]
  /external/chromium_org/mojo/common/test/
test_utils_win.cc 105 if (strchr(mode, 'a'))
107 if (strchr(mode, 'r'))
109 if (strchr(mode, 't'))
  /external/e2fsprogs/resize/
test_extent.c 43 cp = strchr(buf, '\n');
53 cp = strchr(buf, ' ');
59 cp = strchr(cp, ' ');
  /external/chromium_org/third_party/skia/src/svg/
SkSVGImage.cpp 40 data = strchr(data, ';');
SkSVGPath.cpp 23 const char* firstZ = strchr(f_d.c_str(), 'z');
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/util/
header.c 31 if (strchr(buffer, '$')) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
helpline.c 38 ptr = strchr(ui_helpline__current, '\n');
  /external/skia/src/svg/
SkSVGImage.cpp 40 data = strchr(data, ';');
SkSVGPath.cpp 23 const char* firstZ = strchr(f_d.c_str(), 'z');
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 17 #define _fstrchr strchr
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 44 pos = strchr(tmp, '-');
51 pos2 = strchr(pos, ':');
  /sdk/emulator/opengl/host/tools/emugen/
getopt.c 32 if (!strchr(ostr, '-')) {
43 char* oindex = strchr(ostr, optopt);
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 74 #define STRCHR(soname, fnname) \
87 // Apparently index() is the same thing as strchr()
88 STRCHR(VG_Z_LIBC_SONAME, strchr)
89 STRCHR(VG_Z_LIBC_SONAME, index)
91 STRCHR(VG_Z_LIBC_SONAME, __GI_strchr)
92 STRCHR(VG_Z_LD_LINUX_SO_2, strchr)
93 STRCHR(VG_Z_LD_LINUX_SO_2, index)
94 STRCHR(VG_Z_LD_LINUX_X86_64_SO_2, strchr
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldblib.c 134 if (strchr(options, 'S')) {
141 if (strchr(options, 'l'))
143 if (strchr(options, 'u')) {
148 if (strchr(options, 'n')) {
152 if (strchr(options, 't'))
154 if (strchr(options, 'L'))
156 if (strchr(options, 'f'))
278 if (strchr(smask, 'c')) mask |= LUA_MASKCALL;
279 if (strchr(smask, 'r')) mask |= LUA_MASKRET;
280 if (strchr(smask, 'l')) mask |= LUA_MASKLINE
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_icu.cpp 38 const char *listNameEnd=strchr(listname, 0);
77 listNameEnd=strchr(listname, 0);
93 end=strchr(line, '#');
98 end=strchr(line, 0);
108 if(*start==0 || NULL!=strchr(U_PKG_RESERVED_CHARS, *start)) {
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.cpp 38 const char *listNameEnd=strchr(listname, 0);
77 listNameEnd=strchr(listname, 0);
93 end=strchr(line, '#');
98 end=strchr(line, 0);
108 if(*start==0 || NULL!=strchr(U_PKG_RESERVED_CHARS, *start)) {
  /external/pcre/dist/
pcre_scanner_unittest.cc 40 #include <string.h> /* for strchr */
110 s.GetComments(0, (int)(strchr(input, '/') - input), &comments);
114 s.GetComments((int)(strchr(input, '/') - input - 1), sizeof(input),
122 s.GetComments((int)(strchr(input, '/') - input - 1),
123 (int)(strchr(input + 1, '\n') - input + 1), &comments);
  /ndk/sources/host-tools/make-3.81/
vmsify.c 151 if (strchr (s, '\\') == 0)
246 s1 = strchr (s+1, '[');
247 s2 = strchr (s+1, ']');
252 if (strchr (name, '/') == 0)
279 s = strchr (name, '[');
283 s1 = strchr (s+1, '[');
287 && (strchr (s+1, ']') == 0))
321 s1 = strchr (s, ']');
373 s = strchr (fptr, '/');
417 s = strchr (s1, ':')
    [all...]
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 13 char *strchr(const char *s, int c);
59 char *t8(void) { return strchr("hello, world", 'w'); }
61 // CHECK: strchr
  /external/llvm/test/MC/Mips/
mips-relocations.s 8 # CHECK: lw $25, %call16(strchr)($gp) # encoding: [A,A,0x99,0x8f]
9 # CHECK: # fixup A - offset: 0, value: strchr@GOT_CALL, kind: fixup_Mips_CALL16
31 lw $25, %call16(strchr)($gp)

Completed in 2203 milliseconds

12 3 4 5 6 7 8 91011>>