HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 1501 - 1525 of 3375) sorted by null

<<61626364656667686970>>

  /external/clang/lib/Rewrite/
RewriteObjC.cpp 770 size_t ImportLen = strlen("import");
    [all...]
  /dalvik/vm/compiler/
Frontend.cpp 646 strlen(dirPrefix) +
647 strlen(method->clazz->descriptor) +
648 strlen(method->name) +
649 strlen(signature) +
650 strlen(startOffset) +
651 strlen(".dot") + 1, true);
661 for (i = strlen(dirPrefix); fileName[i]; i++) {
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 612 size += strlen(m->str) + (pref ? strlen(pref) : 0) + 3;
631 if (strlen(off) + strlen(m->str) > maxwidth) {
775 size += strlen(m->str) +
776 (pref ? strlen(pref) : 0) + 1;
797 if (strlen(off) + strlen(m->str) > maxwidth) {
895 if (!strncmp(str, "hci", 3) && strlen(str) >= 4) {
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 136 char* path=(char*)malloc(sizeof(char) * (strlen(ctest_dataOutDir())
137 + strlen(U_ICUDATA_NAME)
138 + strlen("/build")+1 ) );
168 icuDataFilePath = (char *)malloc(strlen(path) + 10);
207 icuDataFilePath = (char *)malloc(strlen(ctest_dataOutDir()) + 50);
275 /* icuDataFilePath = (char *)malloc(strlen(u_getDataDirectory()) + 50); */
319 while (strlen(longTestPath) < 500) {
337 while (strlen(longName) < 500) {
463 retStr = (char *)malloc(strlen(dataDir)+1);
    [all...]
capitst.c 45 uint32_t len = (uint32_t)strlen(dst);
    [all...]
  /external/llvm/lib/Target/
README.txt 261 having this blocks Loop Idiom from matching strlen and friends.
708 example, it is useful to merge memcpy(a,b,strlen(b)) -> strcpy. This can only
709 be done safely if "b" isn't modified between the strlen and memcpy of course.
    [all...]
  /external/ppp/pppd/
eap.c 247 esp->es_client.ea_namelen = strlen(localname);
329 SHA1Update(&ctxt, pn_secret, strlen(pn_secret));
331 SHA1Update(&ctxt, tbuf, strlen(tbuf));
668 esp->es_server.ea_peerlen = strlen(remote_name);
696 challen = strlen(str);
882 esp->es_server.ea_namelen = strlen(localname);
1208 pl = strlen(user) + strlen(file) + 2;
    [all...]
ipxcp.c 596 len += go->neg_name ? CILEN_NAME + strlen (go->name) - 1 : 0;
633 int cilen = strlen (go->name);
702 #define ACKCINAME(opt,neg,val) ACKCICHARS(opt,neg,val,strlen(val))
926 #define REJCINAME(opt,neg,val) REJCICHARS(opt,neg,val,strlen(val))
    [all...]
  /external/valgrind/main/memcheck/tests/
str_tester.c 422 it = "strlen";
423 check (strlen ("") == 0, 1); /* Empty. */
424 check (strlen ("a") == 1, 2); /* Single char. */
425 check (strlen ("abcd") == 4, 3); /* Multiple chars. */
435 check (strlen (p) == 2, 4+i);
591 l = strlen (one) + 1;
597 l = strlen (one) + 1;
600 l = strlen (one) + 1;
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 399 responses[i].type = alloca(strlen(out) + 1);
407 responses[i].ifname = alloca(strlen(PPP_TTY_PATH) + 1);
414 responses[i].addresses = alloca(strlen(out) + 1);
691 length = strlen(p_args->pdu)/2;
984 tpLayerLength = strlen(pdu)/2;
1043 len = strlen(cmd);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 148 if (msg[strlen (msg) - 1] == '\n')
149 msg[strlen (msg) - 1] = '\0';
150 if (msg[strlen (msg) - 1] == '\r')
151 msg[strlen (msg) - 1] = '\0';
    [all...]
  /external/openssl/apps/
ca.c 577 len = strlen(s)+sizeof(CONFIG_FILE);
581 len = strlen(s)+sizeof(CONFIG_FILE)+1;
749 if (key) OPENSSL_cleanse(key,strlen(key));
906 j=strlen(p);
    [all...]
s_server.c 325 identity ? (int)strlen(identity) : 0, identity);
650 return ebcdic_write(bp, str, strlen(str));
    [all...]
  /external/qemu/block/
vvfat.c 616 memcpy(entry->name,filename,strlen(filename));
622 i = strlen(filename);
721 unsigned int length=strlen(dirname)+2+strlen(entry->d_name);
887 i = strlen(mapping->path);
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 258 const unsigned sizemax = strlen (base) + strlen (ext) + 10;
    [all...]
  /external/bluetooth/glib/tests/
testglib.c     [all...]
  /external/mksh/src/
histrap.c 94 size_t len = strlen(p);
336 int pat_len = strlen(pat);
337 int rep_len = strlen(rep);
358 len = strlen(s) + 1;
481 int len = strlen(str);
1003 bytes = strlen(cmd) + 1;
var.c 418 s <= vq->val.s + strlen(vq->val.s))
631 memcpy(p, s, strlen(s) + 1);
652 int namelen = strlen(vp->name);
653 int vallen = strlen(val) + 1;
716 len = strlen(tvar);
1320 len = strlen(vp->name) + 1;
    [all...]
  /external/pcre/
pcrecpp_unittest.cc 983 assert(buf[strlen(buf)-1] != '9');
984 buf[strlen(buf)-1]++;
988 assert(buf[strlen(buf)-1] != '9');
989 buf[strlen(buf)-1]++;
1006 assert(buf[strlen(buf)-1] != '9');
1007 buf[strlen(buf)-1]++;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 127 s->path = (char*)ALLOC(strlen(path)+1);
625 len = strlen(buf);
662 len = strlen(buf);
697 return gzwrite(file, (char*)s, (unsigned)strlen(s));
1006 s->msg = (char*)ALLOC(strlen(s->path) + strlen(m) + 3);
  /external/qemu/
usb-linux.c 1040 p += strlen(tag);
1083 if (strlen(line) > 0)
1084 line[strlen(line) - 1] = '\0';
1226 if (strlen(line) > 0)
1227 line[strlen(line) - 1] = '\0';
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 346 flen = strlen(ctrl_iface_dir) + strlen(ctrl_iface) + 2;
352 flen = strlen(ctrl_iface) + 1;
452 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen,
802 return strncmp(a, b, strlen(b)) == 0;
846 processCtrlReq(pos + strlen(WPA_CTRL_REQ));
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 355 flen = strlen(ctrl_iface_dir) + strlen(ctrl_iface) + 2;
361 flen = strlen(ctrl_iface) + 1;
453 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen, NULL);
839 return strncmp(a, b, strlen(b)) == 0;
885 processCtrlReq(pos + strlen(WPA_CTRL_REQ));
    [all...]
  /external/zlib/
gzio.c 127 s->path = (char*)ALLOC(strlen(path)+1);
625 len = strlen(buf);
662 len = strlen(buf);
697 return gzwrite(file, (char*)s, (unsigned)strlen(s));
1006 s->msg = (char*)ALLOC(strlen(s->path) + strlen(m) + 3);
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 255 char* copy = new char[strlen(bytes) + 1];
509 LocalArray<1024> qName(strlen(mPrefix) + 1 + strlen(mLocalName) + 1);
539 return strlen(mPrefix) == prefixLength
675 bufferAndInvoke(commentMethod, data, comment, strlen(comment));
    [all...]

Completed in 840 milliseconds

<<61626364656667686970>>