Home
last modified time | relevance | path

Searched refs:strlen (Results 876 - 900 of 4050) sorted by relevance

1...<<31323334353637383940>>...162

/third_party/mesa3d/include/android_stub/log/
H A Dlog_main.h368 (__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 Dv3dx_dump.c43 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 Dgetopt_long.c192 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 Dstring.h52 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 Dstring.h54 size_t strlen (const char *);
91 #define strdupa(x) strcpy(alloca(strlen(x)+1),x)
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_guest.c69 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 Dplatform-linux.cc87 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 Dtrace-object.cc19 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 Dfscanf.c25 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 Ddlns_dlopen.c75 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 Dv3_info.c81 nlen = strlen(objtmp) + 3 + strlen(vtmp->name) + 1;
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams_from_text.c117 *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 Dp12_utl.c23 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 Dbss_fd.c203 n = strlen(str); in fd_puts()
222 ret = strlen(buf); in fd_gets()
H A Dbf_prefix.c118 && !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 Dkdf.c54 size_t len = strlen(name) + strlen(arg) + 2; in STACK_OF()
/third_party/openssl/test/
H A Dclienthellotest.c185 strlen(dummytick)))) in test_client_hello()
227 strlen(dummytick)))) { in test_client_hello()
/third_party/pulseaudio/src/modules/
H A Dreserve-monitor.c163 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 Dkdf.c54 size_t len = strlen(name) + strlen(arg) + 2; in STACK_OF()
/third_party/openssl/crypto/bio/
H A Dbf_prefix.c118 && !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 Dp12_utl.c23 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 Dv3_info.c81 nlen = strlen(objtmp) + 3 + strlen(vtmp->name) + 1;
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Duwmsg.c257 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 Dtest_long_header.c82 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 Dtest_misc.c181 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()

Completed in 13 milliseconds

1...<<31323334353637383940>>...162