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

<<71727374757677787980>>

  /external/mksh/src/
tree.c 124 /* 3 == strlen("if ") */
137 /* 5 == strlen("elif ") */
148 /* 6 == strlen("while"/"until") */
  /external/openssl/crypto/engine/
eng_dyn.c 337 if(p && (strlen((const char *)p) < 1))
351 if(p && (strlen((const char *)p) < 1))
382 if(!p || (strlen((const char *)p) < 1))
  /external/openssl/crypto/objects/
obj_dat.c 490 n=strlen(s);
571 i = strlen(bndec);
598 i=strlen(tbuf);
  /external/openssl/crypto/ui/
ui_lib.c 428 len = sizeof(prompt1) - 1 + strlen(object_desc);
430 len += sizeof(prompt2) - 1 + strlen(object_name);
847 int l = strlen(result);
  /external/openssl/crypto/x509v3/
v3_utl.c 349 q = p + strlen(p) - 1;
400 if(!(hexbuf = OPENSSL_malloc(strlen(str) >> 1))) goto err;
454 len = strlen(cmp);
  /external/openssl/ssl/
ssl_asn1.c 238 a.tlsext_hostname.length=strlen(in->tlsext_hostname);
259 a.psk_identity_hint.length=strlen(in->psk_identity_hint);
265 a.psk_identity.length=strlen(in->psk_identity);
  /external/qemu/block/
vmdk.c 269 if (write(snp_fd, s_desc, strlen(s_desc)) == -1) {
806 ret = qemu_write_full(fd, desc, strlen(desc));
807 if (ret != strlen(desc)) {
  /external/qemu/proxy/
proxy_http_rewriter.c 86 int old = strlen(h->value);
87 int new = strlen(value);
99 int len = strlen(key)+1;
    [all...]
  /external/skia/samplecode/
SampleSlides.cpp 253 size_t len =strlen(text);
282 len = strlen(text);
721 size_t len = strlen(str);
  /external/skia/src/utils/
SkParseColor.cpp 196 size_t len = strlen(name);
502 return FindNamedColor(value, strlen(value), colorPtr);
521 size_t len = strlen(nameRGB.name);
  /external/sonivox/arm-fm-22k/host_src/
eas_main.c 366 len = (int) strlen(src);
391 if ((EAS_I32)(strlen(str) + 5) > size)
401 if ((EAS_I32)(strlen(str) + 4) > size)
  /external/sonivox/arm-hybrid-22k/host_src/
eas_main.c 366 len = (int) strlen(src);
391 if ((EAS_I32)(strlen(str) + 5) > size)
401 if ((EAS_I32)(strlen(str) + 4) > size)
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 369 len = (int) strlen(src);
394 if ((EAS_I32)(strlen(str) + 5) > size)
404 if ((EAS_I32)(strlen(str) + 4) > size)
  /external/srec/srec/crec/
word_lattice.c 162 ASSERT(pbuf + strlen(p) + 1 < buf + buflen);
263 if (strlen(w) + 12 > sizeof(buf))
274 wlen = strlen(w);
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 540 * but incur a strlen(). This is justified by other code that wants
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 326 write(fd, text, strlen(text));
392 static const int sumsLen[] = { strlen("MemFree:"), strlen("Cached:"), NULL };
  /frameworks/base/libs/utils/
ZipFileRO.cpp 398 void ZipFileRO::addToHash(const char* str, int strLen, unsigned int hash)
409 mHashTable[ent].nameLen = strLen;
427 int nameLen = strlen(fileName);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 337 /* LCML_DPRINT("Create Phase args strlen = %d\n",strlen(crData.cData)); */
338 /* crData.cbData = sizeof (ULONG) + strlen(crData.cData); */
340 OMX_PRINT2 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "Create Phase args strlen = %ld\n", crData.cbData);
351 pArgs->cbData = (ULONG)strlen ((char *)pArgs->cData);
655 /* LCML_DPRINT ("Create Phase args strlen = %d\n",strlen(crData.cData)); */
656 /* crData.cbData = sizeof (ULONG) + strlen(crData.cData); */
658 OMX_PRINT1 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "Create Phase args strlen = %ld\n", crData.cbData);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 345 tmp = ( char * ) malloc( strlen(rangeStr) + 1 );
352 memset(tmp, '\0', strlen(rangeStr) + 1);
358 strncpy(tmp, rangeStr, strlen(rangeStr) );
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 325 assert(strlen(COMPONENT_NAME) + 1 < MAX_COMPONENT_NAME_LENGTH);
327 strlen(COMPONENT_NAME) + 1);
425 (strlen(DCC_PATH) + MAX_URI_LENGTH + 1),
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 204 PROXY_assert(strlen(COMPONENT_NAME) + 1 < MAX_COMPONENT_NAME_LENGTH,
208 strlen(COMPONENT_NAME) + 1);
521 PROXY_require(strlen(cParameterName) <= 127, OMX_ErrorBadParameter, NULL);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 204 PROXY_assert(strlen(COMPONENT_NAME) + 1 < MAX_COMPONENT_NAME_LENGTH,
208 strlen(COMPONENT_NAME) + 1);
504 PROXY_require(strlen(cParameterName) <= 127, OMX_ErrorBadParameter, NULL);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 180 PROXY_assert(strlen(COMPONENT_NAME) + 1 < MAX_COMPONENT_NAME_LENGTH,
184 strlen(COMPONENT_NAME) + 1);
278 PROXY_require(strlen(cParameterName) <= 127, OMX_ErrorBadParameter, NULL);
  /ndk/sources/host-tools/make-3.81/
vpath.c 305 path->patlen = strlen (pattern);
396 flen = strlen (*file);
430 vlen = strlen (vpath[i]);
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 428 This considers multibyte characters, unlike strlen, which counts bytes. */
504 strlen (haystack) < strlen (needle) !

Completed in 940 milliseconds

<<71727374757677787980>>