/third_party/mesa3d/include/android_stub/log/ |
H A D | log_main.h | 368 (__android_log_is_loggable_len(prio, tag, (tag) ? strlen(tag) : 0, ANDROID_LOG_DEBUG) != 0) 371 (__android_log_is_loggable_len(prio, tag, (tag) ? strlen(tag) : 0, ANDROID_LOG_VERBOSE) != 0)
|
/third_party/mesa3d/src/broadcom/clif/ |
H A D | v3dx_dump.c | 43 char *name = malloc(strlen(xml_name) + 1); in clif_name() 46 for (int i = 0; i < strlen(xml_name); i++) { in clif_name()
|
/third_party/libwebsockets/win32port/win32helpers/ |
H A D | getopt_long.c | 192 current_argv_len = (int)strlen(current_argv);
198 if (strlen(long_options[i].name) == (unsigned)current_argv_len) {
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | string.h | 52 size_t strlen (const char *); 89 #define strdupa(x) strcpy(alloca(strlen(x)+1),x)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | string.h | 54 size_t strlen (const char *); 91 #define strdupa(x) strcpy(alloca(strlen(x)+1),x)
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | lib_guest.c | 69 size_t strlen(const char *str) in strlen() function 136 ptr2hex(test_result->message + strlen(test_result->message), ip); in tst_fatal_error()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-linux.cc | 87 lib_name[strlen(lib_name) - 1] = '\0'; in GetSharedLibraryAddresses() 95 size_t lib_name_length = strlen(lib_name); in GetSharedLibraryAddresses()
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-object.cc | 19 return str ? strlen(str) + 1 : 0; in GetAllocLength() 27 size_t length = strlen(*member) + 1; in CopyTraceObjectParameter()
|
/third_party/musl/libc-test/src/functional/ |
H A D | fscanf.c | 25 if (!fwrite(data, strlen(data), 1, f)) { in writetemp() 41 fwrite(CONTENT, sizeof(char), strlen(CONTENT), fp); in write_content()
|
/third_party/musl/libc-test/src/functionalext/dlns/ |
H A D | dlns_dlopen.c | 75 int len = strlen(n); in dlns_init_0200() 79 int dlnslen = strlen(dlns.name); in dlns_init_0200()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_info.c | 81 nlen = strlen(objtmp) + 3 + strlen(vtmp->name) + 1;
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | params_from_text.c | 117 *buf_n = strlen(value) + 1; in prepare_from_text() 121 size_t hexdigits = strlen(value); in prepare_from_text()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_utl.c | 23 asclen = strlen(asc); in OPENSSL_asc2uni() 75 * strlen on. Caller also has to keep in mind that its length is 87 asclen = strlen(asc); in OPENSSL_utf82uni()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_fd.c | 203 n = strlen(str); in fd_puts() 222 ret = strlen(buf); in fd_gets()
|
H A D | bf_prefix.c | 118 && !BIO_write_ex(BIO_next(b), ctx->prefix, strlen(ctx->prefix), in prefix_write() 206 return BIO_write(b, str, strlen(str)); in prefix_puts()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | kdf.c | 54 size_t len = strlen(name) + strlen(arg) + 2; in STACK_OF()
|
/third_party/openssl/test/ |
H A D | clienthellotest.c | 185 strlen(dummytick)))) in test_client_hello() 227 strlen(dummytick)))) { in test_client_hello()
|
/third_party/pulseaudio/src/modules/ |
H A D | reserve-monitor.c | 163 if (!(m->service_name = malloc(sizeof(SERVICE_PREFIX) + strlen(device_name)))) { in rm_watch() 176 if (!(m->match = malloc(sizeof(SERVICE_FILTER) - 2 + strlen(m->service_name)))) { in rm_watch()
|
/third_party/openssl/apps/ |
H A D | kdf.c | 54 size_t len = strlen(name) + strlen(arg) + 2; in STACK_OF()
|
/third_party/openssl/crypto/bio/ |
H A D | bf_prefix.c | 118 && !BIO_write_ex(BIO_next(b), ctx->prefix, strlen(ctx->prefix), in prefix_write() 206 return BIO_write(b, str, strlen(str)); in prefix_puts()
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_utl.c | 23 asclen = strlen(asc); in OPENSSL_asc2uni() 75 * strlen on. Caller also has to keep in mind that its length is 87 asclen = strlen(asc); in OPENSSL_utf82uni()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_info.c | 81 nlen = strlen(objtmp) + 3 + strlen(vtmp->name) + 1;
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | uwmsg.c | 257 msg = (UChar*)malloc((strlen(textMsg)+1)*sizeof(msg[0])); in u_wmsg_errorName() 258 u_charsToUChars(textMsg, msg, (int32_t)(strlen(textMsg)+1)); in u_wmsg_errorName()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_long_header.c | 82 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 123 memcpy (url, "http://127.0.0.1:1080/", strlen ("http://127.0.0.1:1080/")); in testLongUrlGet()
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_misc.c | 181 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,CSS,strlen(CSS)); in standard_request_handler() 185 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,HTML,strlen(HTML)); in standard_request_handler()
|