/third_party/node/deps/cares/ |
H A D | ltmain.sh | 6087 XMALLOC (char, (strlen (actual_cwrapper_path) + 6088 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1)); 6190 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), 6317 tmp_len = strlen (tmp); 6319 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6327 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); 6343 tmp_len = strlen (tmp); 6344 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6366 while (strlen (tmp_pathspe [all...] |
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 6087 XMALLOC (char, (strlen (actual_cwrapper_path) + 6088 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1)); 6190 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), 6317 tmp_len = strlen (tmp); 6319 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6327 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); 6343 tmp_len = strlen (tmp); 6344 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6366 while (strlen (tmp_pathspe [all...] |
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 6088 XMALLOC (char, (strlen (actual_cwrapper_path) + 6089 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1)); 6191 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), 6318 tmp_len = strlen (tmp); 6320 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6328 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); 6344 tmp_len = strlen (tmp); 6345 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6367 while (strlen (tmp_pathspe [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 5838 XMALLOC (char, (strlen (actual_cwrapper_path) + 5839 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1)); 5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), 6068 tmp_len = strlen (tmp); 6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); 6094 tmp_len = strlen (tmp); 6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6117 while (strlen (tmp_pathspe [all...] |
/third_party/elfutils/src/ |
H A D | strip.c | 984 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix); in handle_elf() 985 size_t fname_len = strlen (fname) + 1; in handle_elf() 1069 size_t debug_fname_len = strlen (debug_fname); in handle_elf() 1804 off_t crc_offset = strlen (debug_basename) + 1; in handle_elf() 2721 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix); in handle_ar() 2722 size_t fname_len = strlen (fname) + 1; in handle_ar()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 585 if (rtsp_st->control_url[strlen(rtsp_st->control_url)-1]!='/') in sdp_parse_line() 1290 av_base64_encode(base64buf, sizeof(base64buf), buf, strlen(buf)); in ff_rtsp_read_reply() 1293 ffurl_write(rt->rtsp_hd_out, ptr, strlen(ptr)); in ff_rtsp_read_reply() 1380 av_base64_encode(base64buf, sizeof(base64buf), buf, strlen(buf)); in rtsp_send_cmd_with_content_async() 1386 ffurl_write(rt->rtsp_hd_out, out_buf, strlen(out_buf)); in rtsp_send_cmd_with_content_async() 1494 int len = strlen(rt->rtsp_streams[rtx]->control_url); in ff_rtsp_make_setup_request()
|
/third_party/backends/frontend/ |
H A D | saned.c | 964 len = strlen (config_line); in check_host() 1263 len = strlen (config_line); in check_host() 1884 if (strlen(resource) == 0) { 1888 DBG(DBG_DBG, "process_request: (open) strlen(resource) == 0\n"); 2020 w->allocated_memory -= (1 + strlen (req.value)); 2743 len = strlen (config_line); 3539 if (strlen(options) > 0)
|
/third_party/cJSON/ |
H A D | cJSON.c | 195 /* strlen of character literals resolved at compile time */ 210 length = strlen((const char*)string) + sizeof(""); in cJSON_strdup() 574 if (strlen(valuestring) <= strlen(object->valuestring)) in cJSON_SetValuestring() 700 buffer->offset += strlen((const char*)buffer_pointer); in update_offset() 1332 buffer_length = strlen(value) + sizeof(""); in cJSON_ParseWithOpts() 1659 raw_length = strlen(item->valuestring) + sizeof(""); in print_value()
|
/third_party/libcoap/src/ |
H A D | coap_gnutls.c | 581 temp.length = strlen((const char *)temp.s); in psk_client_callback() 696 n = strlen(dn) - 3; in get_san_or_cn() 971 int len = min(pin_max - 1, strlen(setup_data->pki_key.key.pkcs11.user_pin)); in pin_callback() 1699 strlen(setup_data->client_sni)), in setup_client_ssl_session() 1753 strlen(setup_data->client_sni)), in setup_client_ssl_session() 1794 lidentity.length = strlen((const char *)lidentity.s); in psk_server_callback()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 577 len = strlen(str); in append_pathname() 963 else if (strlen(buf1) == 0) in link_path() 965 else if (strlen(buf2) == 0) in link_path() 1184 else if (strlen(buf1) == 0) in rename_path() 1186 else if (strlen(buf2) == 0) in rename_path() 1260 && x + strlen(p->name) >= WIDTH - 5) in show_ops()
|
/third_party/mksh/ |
H A D | sh.h | 681 #define strnul(s) ((s) + strlen((const void *)s)) 701 size_t strdup_len = strlen(strdup_src) + 1; \ 723 size_t strndup_len = strlen(strdup_src); \ 724 size_t strndup_ln2 = strlen(strdup_app) + 1; \ 734 size_t strndup_len = strlen(strdup_src) + 1; \ 736 strlen(strdup_app) + 1 : 0; \
|
H A D | funcs.c | 724 size_t xlen = strlen(xcwd); in do_whence() 725 size_t clen = strlen(tp->val.s) + 1; in do_whence() 1176 w = strlen(sigtraps[j].name); in c_kill() 1179 w = strlen(sigtraps[j].mess); in c_kill() 1271 user_opt.p > strlen(wp[user_opt.optind - 1]))) { in c_getopts() 2322 n = strlen(id); in c_unset()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 939 key.size = strlen(de->entry_name); in handle_entry_remove() 1003 key.size = strlen(name); in entry_write() 1039 key.size = strlen(name); in legacy_entry_read() 1123 key.size = strlen(name); in entry_read() 2173 key.size = strlen(name); in extension_cb() 2290 key.size = strlen(item->entry_name); in clean_up_db()
|
/third_party/curl/tests/libtest/ |
H A D | lib557.c | 161 strlen(us_test[i].expected))) { in test_unsigned_short_formatting() 235 strlen(ss_test[i].expected))) { in test_signed_short_formatting() 385 strlen(ui_test[i].expected))) { in test_unsigned_int_formatting() 613 strlen(si_test[i].expected))) { in test_signed_int_formatting() 762 strlen(ul_test[i].expected))) { in test_unsigned_long_formatting() 990 strlen(sl_test[i].expected))) { in test_signed_long_formatting() 1105 strlen(co_test[i].expected))) { in test_curl_off_t_formatting() 1135 size_t buflen = strlen(buf); in _strlen_check() 1138 printf("sprintf strlen:%d failed:\nwe '%zu'\nsystem: '%zu'\n", in _strlen_check()
|
/third_party/backends/backend/ |
H A D | plustek.c | 376 size = strlen (strings[i]) + 1; in max_string_size() 1122 int len = strlen(_SECTION); in decodeUsbIDs() 1125 strncpy( tmp, &src[len+1], (strlen(src)-(len+1))); in decodeUsbIDs() 1126 tmp[(strlen(src)-(len+1))] = '\0'; in decodeUsbIDs() 1182 name = (const char*)&src[strlen("option")]; in decodeVal() 1251 name = (const char*)&src[strlen("device")]; in decodeDevName() 1483 len = strlen(str); in sane_init() 1550 } else if( 0 == strncmp( str, _SECTION, strlen(_SECTION))) { in sane_init()
|
H A D | test.c | 215 if (i%16 == 0 && strlen(str) > 0) { in print_gamma_table() 219 sprintf (str + strlen(str), " %04X", tablePtr[i]); in print_gamma_table() 221 if (strlen(str) > 0) { in print_gamma_table() 299 size = strlen (strings[i]) + 1; in max_string_size() 1170 od->size = (SANE_Int) strlen (init_string) + 1; in init_options() 1322 if (strlen (word) == 0) in read_option() 1407 if (strlen (word) == 0) in read_option() 1981 if (!devicename || strlen (devicename) == 0) in sane_open()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nccbtst.c | 2758 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicode() 2759 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode() 2954 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode() 2955 sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode() 3132 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicodeWithContext() 3133 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicodeWithContext() 3311 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicodeWithContext() 3312 sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicodeWithContext()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_spannable_string_unit_test.cpp | 916 input->InitIsSpannable(strlen(text_)); in HWTEST_F() 975 input->InitIsSpannable(strlen(text_1)); in HWTEST_F() 994 spannableString_->InitIsSpannable(strlen(text_2)); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_connection.c | 532 if (strlen(connection->udid) != 0) { in ConnBleInnerComplementDeviceId() 536 if (strlen(connection->networkId) == 0) { in ConnBleInnerComplementDeviceId() 608 uint32_t payloadLen = strlen(payload); in SendBasicInfo()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_strategy.c | 223 info->callerId = (char *)SoftBusCalloc(strlen(callerId) + 1); in FirstSetGearModeByCallerId() 229 if (strcpy_s((char *)info->callerId, strlen(callerId) + 1, callerId) != EOK) { in FirstSetGearModeByCallerId() 531 if (strlen(msgPara->callerId) != 0 && strcmp(msgPara->callerId, HB_SUPER_DEVICE_CALLER_ID) == 0) { in SendEachSeparately()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_p2p_impl.c | 1061 wpsParam.ssidLen = strlen(info->ssid) + 1; in HdiP2pHid2dConnect() 1063 wpsParam.bssidLen = strlen(info->bssid); in HdiP2pHid2dConnect() 1065 wpsParam.passphraseLen = strlen(info->passphrase) + 1; in HdiP2pHid2dConnect()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/ |
H A D | websocket_exec.cpp | 347 static_cast<int>(strlen(pair.second.c_str())), payload, payloadEnd)) { in LwsCallbackClientAppendHandshakeHeader() 393 strlen(userData->closeReason.c_str())); in LwsCallbackClientWritable() 478 if (lws_hdr_copy(wsi, statusLine, MAX_HDR_LENGTH, WSI_TOKEN_HTTP) < 0 || strlen(statusLine) == 0) { in LwsCallbackClientFilterPreEstablish()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 200 context->response.AppendCookies(cookies->data, strlen(cookies->data)); in GetCurlDataFromHandle() 203 strlen(HTTP_LINE_SEPARATOR)); in GetCurlDataFromHandle() 318 size_t length = strlen(str.c_str()); in EncodeUrlParam()
|
/third_party/elfutils/libcpu/ |
H A D | riscv_disasm.c | 58 size_t _len0 = strlen (_str0); \ 1432 non_printing += strlen (color_off); in riscv_disasm() 1452 non_printing += strlen (color_off); in riscv_disasm()
|
/third_party/eudev/src/udev/ |
H A D | udevd.c | 488 event->devpath_len = strlen(event->devpath); in event_queue_insert() 999 key += strlen("rd."); in parse_proc_cmdline_item() 1002 key += strlen("udev."); in parse_proc_cmdline_item()
|