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

1 2 3 4 5 6 7 8 91011>>

  /system/core/libcutils/
cpu_info.c 48 chp = strchr(chp, ':');
61 whitespace = strchr(chp, ' ');
64 whitespace = strchr(chp, '\t');
67 whitespace = strchr(chp, '\r');
70 whitespace = strchr(chp, '\n');
  /external/clang/include/clang/Basic/
Builtins.h 94 return strchr(GetRecord(ID).Attributes, 'c') != 0;
99 return strchr(GetRecord(ID).Attributes, 'n') != 0;
104 return strchr(GetRecord(ID).Attributes, 'r') != 0;
109 return strchr(GetRecord(ID).Attributes, 'j') != 0;
115 return strchr(GetRecord(ID).Attributes, 'u') != 0;
121 return strchr(GetRecord(ID).Attributes, 'F') != 0;
128 return strchr(GetRecord(ID).Attributes, 'f') != 0;
133 return strchr(GetRecord(ID).Attributes, 't') != 0;
161 return strchr(GetRecord(ID).Attributes, 'e') != 0;
  /external/webkit/Source/WebCore/platform/efl/
LanguageEfl.cpp 45 char* ptr = strchr(localeDefault, '_');
  /external/webkit/Source/WebCore/platform/gtk/
LanguageGtk.cpp 43 char* ptr = strchr(normalizedDefault.get(), '_');
48 ptr = strchr(normalizedDefault.get(), '.');
  /external/valgrind/main/memcheck/tests/
strchr.stderr.exp 3 by 0x........: main (strchr.c:15)
7 by 0x........: main (strchr.c:15)
11 by 0x........: main (strchr.c:16)
15 by 0x........: main (strchr.c:16)
strchr.c 4 // The issue here is the same one in memcmptest -- 'strchr' and 'index' are
15 a = strchr (s, '1');
  /external/valgrind/unittest/
memory_unittest.cc 51 // There were bugs in TSan and Dr. Memory with strchr wrappers.
55 EXPECT_TRUE(strchr(foo, 10) != 0);
56 EXPECT_TRUE(strchr(foo, 127) != 0);
57 EXPECT_TRUE(strchr(foo, 128) != 0);
58 EXPECT_TRUE(strchr(foo, 250) != 0);
59 EXPECT_TRUE(strchr(foo, -50) != 0);
60 EXPECT_TRUE(strchr(foo, -60) == 0);
61 EXPECT_TRUE(strchr(foo, 0) != 0);
62 EXPECT_TRUE(strchr(foo, 0) == foo + strlen(foo));
  /bionic/libc/stdlib/
putenv.c 42 if ((equal = strchr(p, '=')) == NULL) {
  /bionic/libc/string/
strchr.c 39 __fortify_chk_fail("strchr read beyond buffer", 0);
49 strchr(const char *p, int ch) { function
  /external/libyuv/files/unit_test/
version_test.cc 27 const char *ver = strchr(LIBYUV_SVNREVISION, ':');
  /external/clang/lib/Basic/
Builtins.cpp 54 if (!LangOpts.NoBuiltin || !strchr(BuiltinInfo[i].Attributes, 'f')) {
62 if (!LangOpts.NoBuiltin || !strchr(TSRecords[i].Attributes, 'f'))
71 if (!NoBuiltins || !strchr(BuiltinInfo[i].Attributes, 'f'))
76 if (!NoBuiltins || !strchr(TSRecords[i].Attributes, 'f'))
97 assert(strchr(Printf, ':') && "printf specifier must end with a ':'");
116 assert(strchr(Scanf, ':') && "printf specifier must end with a ':'");
  /external/oprofile/libpopt/
findme.c 22 if (strchr(argv0, '/'))
35 if ((chptr = strchr(start, ':')))
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 52 char *p, *end = strchr (str, '\0') + 1;
127 if (strchr (letters, *src))
153 if (!in_class && strchr (letters, *src))
157 if (!in_class && *src == '[' && strchr (":.=", src[1]))
159 else if (in_class && *src == ']' && strchr (":.=", src[-1]))
301 p = strchr (matches, ',');
370 if (!strchr (pattern, 'a') && !strchr (string, 'a')
371 && !strchr (pattern, 'A') && !strchr (string, 'A')
    [all...]
  /bionic/libc/arch-x86/string/
index.S 9 #ifdef STRCHR
10 ENTRY(strchr) function
  /external/bison/lib/
mbschr.c 51 return strchr (string, c);
  /external/skia/src/svg/
SkSVGUse.cpp 26 const char* start = strchr(f_xlink_href.c_str(), '#') + 1;
SkSVGPath.cpp 23 const char* firstZ = strchr(f_d.c_str(), 'z');
  /external/icu4c/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)) {
  /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/e2fsprogs/resize/
test_extent.c 43 cp = strchr(buf, '\n');
53 cp = strchr(buf, ' ');
59 cp = strchr(cp, ' ');
  /external/quake/quake/src/WinQuake/
snd_dos.cpp 98 param = strchr(BLASTER, 'A');
100 param = strchr(BLASTER, 'a');
105 param = strchr(BLASTER, 'I');
107 param = strchr(BLASTER, 'i');
112 param = strchr(BLASTER, 'D');
114 param = strchr(BLASTER, 'd');
119 param = strchr(BLASTER, 'H');
121 param = strchr(BLASTER, 'h');
125 param = strchr(BLASTER, 'M');
127 param = strchr(BLASTER, 'm');
    [all...]
  /external/compiler-rt/lib/asan/
asan_interceptors.h 23 DECLARE_REAL(char*, strchr, const char *str, int c)
  /system/core/toolbox/
rmmod.c 30 dot = strchr(argv[1], '.');
  /bionic/libstdc++/include/
cstring 50 using ::strchr;
  /dalvik/vm/oo/
AccessCheck.cpp 76 if (strchr(class1->descriptor + commonLen, '/') != NULL ||
77 strchr(class2->descriptor + commonLen, '/') != NULL)

Completed in 384 milliseconds

1 2 3 4 5 6 7 8 91011>>