Searched refs:strcspn (Results 1 - 25 of 56) sorted by relevance

123

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dquote.c29 size_t len = strcspn(src, "'!");
/external/qemu/android/utils/
H A Dwin32_cmdline_quote.c21 size_t n = strcspn(param, " \t\v\n\"");
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h59 #define strcspn(_ss,_rr) VG_(strcspn)((_ss),(_rr)) macro
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Ds_expression.cpp50 n = strcspn(src, "\n");
64 size_t n = strcspn(src, "( \v\t\r\n);");
/external/mesa3d/src/glsl/
H A Ds_expression.cpp50 n = strcspn(src, "\n");
64 size_t n = strcspn(src, "( \v\t\r\n);");
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
H A Draw-preproc.c112 buf[strcspn(buf, "\r\n")] = '\0';
/external/stlport/test/unit/
H A Dcstring_test.cpp59 CPPUNIT_CHECK( std::strcspn("foo", "o") == 1 );
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp90 size_t length = strcspn(extensions, " ");
/external/libcxx/test/depr/depr.c.headers/
H A Dstring_h.pass.cpp39 static_assert((std::is_same<decltype(strcspn(cpc, cpc)), size_t>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcstring.pass.cpp41 static_assert((std::is_same<decltype(std::strcspn(cpc, cpc)), std::size_t>::value), "");
/external/libmtp/examples/
H A Dconnect.c60 sepp = argument + strcspn(argument, ",");
/external/skia/src/gpu/gl/
H A DGrGLExtensions.cpp90 size_t length = strcspn(extensions, " ");
/external/ltrace/
H A Doptions.c291 size_t s = strcspn(expr, &"-+@"[operators ? 0 : 2]);
310 s = strcspn(next, &"-+"[operators ? 0 : 2]);
464 size_t len = strcspn(tok, ":");
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dsimple_tokenizer.c131 int n = (int) strcspn(c->pCurrent, t->zDelim);
/external/qemu/android/
H A Dhw-events.c149 pend = p + strcspn(p, " \t");
/external/qemu/util/
H A Dpath.c123 namelen = strcspn(name, "/");
/external/srec/portable/include/
H A Dptypes.h310 * LCHAR version of strcspn()
312 #define LSTRCSPN strcspn
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
H A Dcpp-preproc.c284 buf[strcspn(buf, "\r\n")] = '\0';
/external/libedit/src/
H A Dchartype.h163 #define Strcspn(s,r) strcspn(s,r)
/external/lldb/source/Core/
H A DStringList.cpp195 size_t count = strcspn (p, k_newline_chars);
/external/valgrind/main/include/
H A Dpub_tool_libcbase.h102 extern SizeT VG_(strcspn) ( const HChar* s, const HChar* reject );
/external/bison/lib/
H A Dstring.in.h453 /* strcspn() assumes the second argument is a list of single-byte characters.
457 # undef strcspn macro
458 /* Assume strcspn is always declared. */
459 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
859 Unlike strcspn(), this function works correctly in multibyte locales. */
/external/libnl/lib/
H A Dutils.c72 goodlen = strcspn(end, "#\r\n\t ");
368 plen = strcspn(p, " \t");
/external/lldb/source/Interpreter/
H A DOptionValueProperties.cpp140 size_t key_len = ::strcspn (name, ".[{");
666 size_t key_len = ::strcspn (name, ".[{");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h573 /// size_t strcspn(const char *s1, const char *s2);
574 strcspn, enumerator in enum:llvm::LibFunc::Func

Completed in 490 milliseconds

123