HomeSort by relevance Sort by last modified time
    Searched refs:strlen (Results 151 - 175 of 2468) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/net/websockets/
websocket_job_unittest.cc 249 strlen(kHandshakeRequestMessage));
254 websocket_->OnSentData(socket_.get(), strlen(kHandshakeRequestMessage));
255 EXPECT_EQ(strlen(kHandshakeRequestMessage), delegate.amount_sent());
269 strlen(kHandshakeResponseMessage));
294 strlen(kHandshakeRequestMessage));
301 websocket_->OnSentData(socket_.get(), strlen(kHandshakeRequestMessage));
302 EXPECT_EQ(strlen(kHandshakeRequestMessage), delegate.amount_sent());
376 strlen(kHandshakeRequestMessage));
381 websocket_->OnSentData(socket_, strlen(kHandshakeRequestExpected));
382 EXPECT_EQ(strlen(kHandshakeRequestMessage), delegate.amount_sent())
    [all...]
  /bionic/libc/netbsd/resolv/
herror.c 105 v->iov_len = strlen(t);
114 v->iov_len = strlen(v->iov_base);
  /bionic/libc/regex/
regerror.c 96 assert(strlen(r->name) < sizeof(convbuf));
106 len = strlen(s) + 1;
  /bionic/libc/stdio/
tempnam.c 58 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
65 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
  /bionic/libc/stdlib/
setenv.c 52 l_value = strlen(value);
56 if ((int)strlen(C) >= l_value) { /* old larger; copy over */
  /bionic/libc/tzcode/
asctime.c 111 ((strlen(year) <= 4) ? ASCTIME_FMT : ASCTIME_FMT_B),
116 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) {
  /bionic/libstdc++/include/
cstring 56 using ::strlen;
  /bootable/bootloader/legacy/libc/
Android.mk 17 strlen.c \
  /external/blktrace/btt/
aqd.c 42 oname = malloc(strlen(aqd_name) + strlen(str) + 32);
  /external/bluetooth/glib/gio/tests/
memory-input-stream.c 46 len = strlen (data1) + strlen (data2);
  /external/clang/test/Sema/
warn-strlcpycat-size.c 6 size_t strlen (const char *s);
23 strlcpy(s1, s3, strlen(s3)+1); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
  /external/dhcpcd/
logger.c 85 len = strlen(logprefix);
86 fmt2len = strlen(fmt) + len + 1;
  /external/dropbear/
cli-algo.c 79 len = strlen(localalgos[j].name);
81 if (len == strlen(remotealgos[i])
svr-algo.c 79 len = strlen(remotealgos[i]);
83 if (len == strlen(localalgos[j].name) &&
  /external/e2fsprogs/intl/
relocatable.c 117 orig_prefix_len = strlen (orig_prefix_arg);
118 curr_prefix_len = strlen (curr_prefix_arg);
184 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
188 rel_installdir = orig_installdir + strlen (orig_installprefix);
193 const char *p = curr_pathname + strlen (curr_pathname);
216 const char *rp = rel_installdir + strlen (rel_installdir);
217 const char *cp = curr_installdir + strlen (curr_installdir);
433 (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1);
  /external/icu4c/test/intltest/
rndmcoll.cpp 153 logln(UnicodeString(rule, strlen(rule)));
158 fwrite(rule, strlen(rule),1,stdout);
  /external/icu4c/tools/tzcode/
asctime.c 111 ((strlen(year) <= 4) ? ASCTIME_FMT : ASCTIME_FMT_B),
116 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) {
ialloc.c 53 newsize = (new == NULL) ? 0 : strlen(new);
58 else oldsize = strlen(old);
  /external/llvm/lib/Support/
regerror.c 101 assert(strlen(r->name) < sizeof(convbuf));
111 len = strlen(s) + 1;
  /external/openssl/crypto/ripemd/
rmdtest.c 116 ebcdic2ascii((char *)*P, (char *)*P, strlen((char *)*P));
118 EVP_Digest(&(P[0][0]),strlen((char *)*P),md,NULL,EVP_ripemd160(), NULL);
  /external/oprofile/libop/
op_config.c 41 session_dir_len = strlen(session_dir);
43 if (session_dir_len + strlen("/samples/oprofiled.log") > PATH_MAX) {
  /external/oprofile/libop/tests/
mangle_tests.c 53 char * expect = xmalloc(strlen(test->result) +
54 strlen(op_samples_current_dir) + 1);
  /external/ppp/pppd/plugins/pppoatm/
misc.c 28 ref_len = strlen(*pos);
32 len = strlen(value);
  /external/qemu/android/
core-init-utils.c 56 socket_send(fd, msg, strlen(msg) + 1);
81 vbufprint(msg + strlen(msg), msg + sizeof(msg), fmt, args);
  /external/stlport/test/unit/
setinter_test.cpp 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),

Completed in 1314 milliseconds

1 2 3 4 5 67 8 91011>>