Searched refs:strchr (Results 1 - 25 of 580) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/efl/
H A DLanguageEfl.cpp45 char* ptr = strchr(localeDefault, '_');
/external/clang/include/clang/Basic/
H A DBuiltins.h94 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, 'F') != 0;
122 return strchr(GetRecord(ID).Attributes, 'f') != 0;
127 return strchr(GetRecord(ID).Attributes, 't') != 0;
155 return strchr(GetRecord(ID).Attributes, 'e') != 0;
/external/valgrind/unittest/
H A Dmemory_unittest.cc51 // 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));
/external/webkit/Source/WebCore/platform/gtk/
H A DLanguageGtk.cpp43 char* ptr = strchr(normalizedDefault.get(), '_');
48 ptr = strchr(normalizedDefault.get(), '.');
/external/valgrind/main/memcheck/tests/
H A Dstrchr.stderr.exp3 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)
H A Dstrchr.c4 // The issue here is the same one in memcmptest -- 'strchr' and 'index' are
15 a = strchr (s, '1');
/external/clang/lib/Basic/
H A DBuiltins.cpp54 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/
H A Dfindme.c22 if (strchr(argv0, '/'))
35 if ((chptr = strchr(start, ':')))
/external/skia/src/svg/
H A DSkSVGUse.cpp26 const char* start = strchr(f_xlink_href.c_str(), '#') + 1;
H A DSkSVGPath.cpp23 const char* firstZ = strchr(f_d.c_str(), 'z');
H A DSkSVGImage.cpp40 data = strchr(data, ';');
/external/icu4c/tools/toolutil/
H A Dpkg_icu.cpp38 const char *listNameEnd=strchr(listname, 0);
75 listNameEnd=strchr(listname, 0);
91 end=strchr(line, '#');
96 end=strchr(line, 0);
106 if(*start==0 || NULL!=strchr(U_PKG_RESERVED_CHARS, *start)) {
/external/e2fsprogs/resize/
H A Dtest_extent.c43 cp = strchr(buf, '\n');
53 cp = strchr(buf, ' ');
59 cp = strchr(cp, ' ');
/external/quake/quake/src/WinQuake/
H A Dsnd_dos.cpp98 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(BLASTE
[all...]
/external/ppp/pppd/plugins/radius/
H A Dclientid.c61 if (( c = strchr(q, ' ')) || (c = strchr(q,'\t'))) {
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Duserdatarequest.ui.h22 pos = strchr(tmp, '-');
29 pos2 = strchr(pos, ':');
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
H A Dvms-code.c44 punct = (strchr(p, '>') != 0);
124 if ((p = strchr(new_arg0, '.')) != 0 && (p > new_arg0)
130 else if ((p = strchr(new_arg0, ';')) != 0 && (p > new_arg0))
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.h23 DECLARE_REAL(char*, strchr, const char *str, int c)
/external/dbus/test/name-test/
H A Dtest-shutdown.c25 comma = strchr (session_addr_no_guid, ',');
/external/expat/xmlwf/
H A Dxmltchar.h29 #define tcschr strchr
/external/linux-tools-perf/
H A Dbuiltin-list.c41 char *sep = strchr(argv[i], ':'), *s;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.cpp131 const char* ext = strchr( buffer, '.');
152 const char* ext = strchr( format + 1, '.' );
162 descr = strchr( m_description, '(' );
166 descr = strchr( descr + 1, '.' );
/external/compiler-rt/lib/asan/dynamic/
H A Dasan_interceptors_dynamic.cc48 INTERPOSE_FUNCTION(strchr),
68 INTERPOSE_FUNCTION_2(index, WRAP(strchr)),
/external/e2fsprogs/lib/ext2fs/
H A Dio_manager.c42 next = strchr(ptr, '&');
46 arg = strchr(ptr, '=');
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c66 cp = strchr(buf, '\n');
69 cp = strchr(buf, '\r');

Completed in 1793 milliseconds

1234567891011>>