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

1234567891011>>

/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)
H A Dstrchr.c4 // The issue here is the same one in memcmptest -- 'strchr' and 'index' are
15 a = strchr (s, '1');
/external/clang/include/clang/Basic/
H A DBuiltins.h97 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(GetRecor
[all...]
/external/chromium_org/third_party/libyuv/unit_test/
H A Dversion_test.cc27 const char *ver = strchr(LIBYUV_SVNREVISION, ':');
/external/libyuv/files/unit_test/
H A Dversion_test.cc27 const char *ver = strchr(LIBYUV_SVNREVISION, ':');
/external/oprofile/libpopt/
H A Dfindme.c22 if (strchr(argv0, '/'))
35 if ((chptr = strchr(start, ':')))
/external/bison/lib/
H A Dmbschr.c51 return strchr (string, c);
H A Dunsetenv.c62 if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
114 if (!name || !*name || strchr (name, '='))
/external/chromium_org/third_party/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/libutf/
H A Dutfrune.c28 return strchr(s, c);
/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');
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_icu.cpp38 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/
H A Dpkg_icu.cpp38 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/e2fsprogs/resize/
H A Dtest_extent.c43 cp = strchr(buf, '\n');
53 cp = strchr(buf, ' ');
59 cp = strchr(cp, ' ');
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/util/
H A Dheader.c31 if (strchr(buffer, '$')) {
/external/pcre/dist/
H A Dpcre_scanner_unittest.cc40 #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);
/external/iptables/extensions/
H A Dlibip6t_DNAT.c56 start = strchr(arg, '[');
60 colon = strchr(arg, ':');
61 if (colon && strchr(colon+1, ':'))
66 end = strchr(start, ']');
72 colon = strchr(end + 1, ':');
89 error = strchr(colon+1, ':');
94 dash = strchr(colon, '-');
122 dash = strchr(start, '-');
H A Dlibip6t_SNAT.c56 start = strchr(arg, '[');
60 colon = strchr(arg, ':');
61 if (colon && strchr(colon+1, ':'))
66 end = strchr(start, ']');
72 colon = strchr(end + 1, ':');
89 error = strchr(colon+1, ':');
94 dash = strchr(colon, '-');
122 dash = strchr(start, '-');
/external/ppp/pppd/plugins/radius/
H A Dclientid.c61 if (( c = strchr(q, ' ')) || (c = strchr(q,'\t'))) {
/external/chromium_org/mojo/common/test/
H A Dtest_utils_win.cc105 if (strchr(mode, 'a'))
107 if (strchr(mode, 'r'))
109 if (strchr(mode, 't'))
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dcpu-intel.c129 env2 = strchr(env1, ':');
/external/clang/lib/Basic/
H A DBuiltins.cpp52 strchr(BuiltinInfo.Attributes, 'f');
87 if (!strchr(BuiltinInfo[i].Attributes, 'f'))
92 if (!strchr(TSRecords[i].Attributes, 'f'))
118 assert(::strchr(Like, ':') && "Format specifier must end with a ':'");

Completed in 4845 milliseconds

1234567891011>>