HomeSort by relevance Sort by last modified time
    Searched refs:strspn (Results 26 - 50 of 77) sorted by null

12 3 4

  /bionic/libc/include/
string.h 115 size_t strspn(const char* __s, const char* __accept);
  /external/tensorflow/tensorflow/compiler/xla/
parse_flags_from_env.cc 154 } else if (env[strspn(env, kWS)] == '-') { // flags in env var value
  /external/webrtc/webrtc/base/
sslidentity.cc 196 // Make sure the string ends with Z. Doing it here protects the strspn call
203 size_t n = strspn(reinterpret_cast<const char*>(s), "0123456789");
  /frameworks/av/media/codec2/vndk/util/
C2ParamUtils.cpp 190 pos = strspn(value + endPos, " ,") + endPos;
  /external/ImageMagick/MagickCore/
xml-tree.c     [all...]
  /external/u-boot/scripts/dtc/
checks.c 287 int n = strspn(node->name, c->data);
298 int n = strspn(node->name, c->data);
342 int n = strspn(prop->name, c->data);
359 int n = strspn(name, c->data);
374 n = strspn(name, c->data);
661 if (strspn(prop->name, LOWERCASE DIGITS "-") != strlen(prop->name))
    [all...]
  /external/skia/src/core/
SkString.cpp 594 str += strspn(str, delimiters);
613 str += strspn(str, delimiters);
  /external/skqp/src/core/
SkString.cpp 594 str += strspn(str, delimiters);
613 str += strspn(str, delimiters);
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 411 INTERCEPT_LIBRARY_FUNCTION(strspn); variable
  /external/elfutils/libdwfl/
linux-proc-maps.c 247 char *file = line + nread + strspn (line + nread, " \t");
  /external/openssh/
addrmatch.c 472 if (strspn(cp, VALID_CIDR_CHARS) != strlen(cp)) {
misc.c 187 *s += strspn(*s + 1, WHITESPACE) + 1;
198 *s += strspn(*s + 1, WHITESPACE) + 1;
200 *s += strspn(*s + 1, WHITESPACE) + 1;
ssh-keygen.c 904 cp = line + strspn(line, " \t");
    [all...]
servconf.c     [all...]
moduli.c 660 cp += strspn(cp, " ");
  /device/google/marlin/power/
power-helper.c 585 size_t begin = strspn(line, " \t");
  /external/autotest/client/tests/ipv6connect/src/
ipv6connect.c 445 if (strspn(types, "OMT") != strlen(types)) {
  /external/lua/src/
lobject.c 380 if (buff[strspn(buff, "-0123456789")] == '\0') { /* looks like an int? */
luac.c 270 if (buff[strspn(buff,"-0123456789")]=='\0') printf(".0");
liolib.c 43 (strspn(mode, L_MODEEXT) == strlen(mode))); /* check extensions */
  /external/iproute2/lib/
utils.c 1149 for (cp = line + strspn(line, ws); *cp; cp += strspn(cp, ws)) {
  /external/mesa3d/src/util/
xmlconfig.c 310 string += strspn (string, " \f\n\r\t\v");
340 tail += strspn (tail, " \f\n\r\t\v");
    [all...]
  /external/ltp/testcases/lib/
tst_net_vars.c 381 j = strspn(buf + i, ":0");
  /external/selinux/policycoreutils/secon/
secon.c 414 ptr += strspn(ptr, " \n\t");
  /external/toybox/kconfig/lxdialog/
util.c 384 temp = strspn(label, " ");

Completed in 1473 milliseconds

12 3 4