/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libXfixes.so.3.1.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
pcrt32.h | 23 #define _fstrlen strlen
|
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
jstring.i | 9 STRLEN len = 0;
|
/system/connectivity/shill/ |
crypto_des_cbc_unittest.cc | 94 crypto_.key_.assign(kTestKey, kTestKey + strlen(kTestKey)); 95 crypto_.iv_.assign(kTestIV, kTestIV + strlen(kTestIV)); 102 crypto_.key_.assign(kTestKey, kTestKey + strlen(kTestKey)); 103 crypto_.iv_.assign(kTestIV, kTestIV + strlen(kTestIV));
|
/toolchain/binutils/binutils-2.25/libiberty/ |
xstrdup.c | 33 register size_t len = strlen (s) + 1;
|
/external/libmicrohttpd/src/testcurl/ |
test_postform.c | 106 (size == strlen ("daniel")) && (0 == strncmp (value, "daniel", size))) 109 (size == strlen ("curl")) && (0 == strncmp (value, "curl", size))) 146 response = MHD_create_response_from_buffer (strlen (url), 222 if (cbc.pos != strlen ("/hello_world")) 224 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world"))) 278 if (cbc.pos != strlen ("/hello_world")) 280 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world"))) 335 if (cbc.pos != strlen ("/hello_world")) 337 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world"))) 467 if (cbc.pos != strlen ("/hello_world") [all...] |
/external/tlsdate/src/ |
proxy-bio.c | 103 memcpy (buf + sz, ctx->host, strlen (ctx->host) + 1); 104 sz += strlen (ctx->host) + 1; 172 buf[4] = strlen (ctx->host); 174 memcpy (buf + 5, ctx->host, strlen (ctx->host)); 175 sz += strlen (ctx->host); 256 r = BIO_write (b->next_bio, buf, strlen (buf)); 259 if ( (size_t) r != strlen(buf)) 263 r = BIO_write (b->next_bio, buf, strlen (buf)); 266 if ( (size_t) r != strlen(buf)) 269 r = BIO_write (b->next_bio, buf, strlen (buf)) [all...] |
proxy-polarssl.c | 75 memcpy(buf + sz, ctx->host, strlen(ctx->host) + 1); 76 sz += strlen(ctx->host) + 1; 152 buf[4] = strlen(ctx->host); 154 memcpy(buf + 5, ctx->host, strlen(ctx->host)); 155 sz += strlen(ctx->host); 231 r = ctx->f_send(ctx->p_send, (unsigned char *) buf, strlen(buf)); 232 if (r != strlen(buf)) 236 r = ctx->f_send(ctx->p_send, (unsigned char *) buf, strlen(buf)); 237 if (r != strlen(buf)) 240 r = ctx->f_send(ctx->p_send, (unsigned char *) buf, strlen(buf)) [all...] |
/prebuilts/misc/common/swig/include/2.0.11/php/ |
globalvar.i | 15 z_var->value.str.len = strlen($1); 167 if ((s1 == NULL) || ($1 == NULL) || zend_binary_strcmp(s1, strlen(s1), $1, strlen($1))) { 193 if((s1 == NULL) || ($1 == NULL) || zend_binary_strcmp(s1, strlen(s1), $1, strlen($1))) { 291 if((s1 == NULL) || ($1 == NULL) || zend_binary_strcmp(s1, strlen(s1), $1, strlen($1) )) { 296 (*z_var)->value.str.len = strlen($1) +1; 328 if((s1 == NULL) || zend_binary_strcmp(s1, strlen(s1), $1, strlen($1))) [all...] |
/bionic/libc/arch-mips/string/ |
strlen.c | 1 /* $OpenBSD: strlen.c,v 1.8 2014/06/10 04:17:37 deraadt Exp $ */ 35 strlen(const char *str) function
|
/external/blktrace/btt/ |
aqd.c | 42 oname = malloc(strlen(aqd_name) + strlen(str) + 32);
|
/external/clang/lib/Frontend/ |
LayoutOverrideSource.cpp | 63 LineStr = LineStr.substr(Pos + strlen("struct ")); 65 LineStr = LineStr.substr(Pos + strlen("class ")); 67 LineStr = LineStr.substr(Pos + strlen("union ")); 81 LineStr = LineStr.substr(Pos + strlen(" Size:")); 93 LineStr = LineStr.substr(Pos + strlen("Alignment:")); 105 LineStr = LineStr.substr(Pos + strlen("sizeof=")); 115 LineStr = LineStr.substr(Pos + strlen("align=")); 131 LineStr = LineStr.substr(Pos + strlen("FieldOffsets: ["));
|
/external/clang/test/CodeGen/ |
stack-protector.c | 15 size_t strlen(const char *s); 19 char a[strlen(msg) + 1];
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_POSTFIELDSIZE_LARGE.3 | 33 If you want to post data to the server without having libcurl do a strlen() to 36 set to -1, the library will use strlen() to get the size.
|
/external/libchrome/sandbox/linux/suid/common/ |
suid_unsafe_environment_variables.h | 55 const size_t envvar_len = strlen(envvar); 62 8 /* strlen("SANDBOX_") */;
|
/external/libcxx/test/std/experimental/string.view/string.view.cons/ |
from_literal.pass.cpp | 24 size_t StrLen ( const CharT *s ) { 33 assert ( sv1.size() == StrLen( s ));
|
/external/libmtp/examples/ |
util.c | 51 if (strlen(lang) > 5) { 52 langsuff = &lang[strlen(lang)-5];
|
/external/llvm/test/CodeGen/X86/ |
2009-03-05-burr-list-crash.ll | 7 declare i64 @strlen(i8* nocapture) nounwind readonly 16 %4 = call i64 @strlen(i8* %0) nounwind readonly ; <i64> [#uses=1]
|
/external/llvm/test/Transforms/ADCE/ |
2005-02-17-PHI-Invoke-Crash.ll | 3 declare void @strlen() 11 invoke void @strlen( )
|
/external/llvm/test/Transforms/InstCombine/ |
2008-05-08-LiveStoreDelete.ll | 14 %tmp7 = call i32 @strlen( i8* %tmp1 ) nounwind readonly ; <i32> [#uses=1] 23 declare i32 @strlen(i8*) nounwind readonly
|
/external/nanopb-c/tests/callbacks/ |
encode_callbacks.c | 16 return pb_encode_string(stream, (uint8_t*)str, strlen(str)); 57 if (!pb_encode_string(stream, (uint8_t*)str[i], strlen(str[i])))
|
/external/skia/gm/ |
quadpaths.cpp | 92 canvas->drawText(title, strlen(title), 135 strlen(gStyles[style].fName), 139 strlen(gFills[fill].fName), 143 strlen(gCaps[cap].fName), 236 canvas->drawText(title, strlen(title), 279 strlen(gStyles[style].fName), 283 strlen(gFills[fill].fName), 287 strlen(gCaps[cap].fName),
|
/external/skia/src/core/ |
SkWriter32.cpp | 45 len = strlen(str); 59 len = strlen(str);
|
/external/skia/tests/ |
PathOpsThreadedCommon.h | 60 SkASSERT(strlen(str) < sizeof(fState.fSerialNo) - 1); 68 SkASSERT(strlen(str) < sizeof(fState.fSerialNo) - 1);
|
/external/toybox/toys/pending/ |
host.c | 176 i += dn_expand(abuf, abuf+alen, p+i, plname+strlen(plname), 177 sizeof(plname)-strlen(plname)); 180 snprintf(plname+strlen(plname), sizeof(plname)-strlen(plname), 191 dn_expand(abuf, abuf+alen, p+2, plname+strlen(plname), 192 sizeof plname - strlen(plname)); 197 dn_expand(abuf, abuf+alen, p+6, plname+strlen(plname), 198 sizeof plname - strlen(plname));
|