/hal_espressif-latest/components/newlib/ |
D | realpath.c | 38 strlcpy(out_path, "/", PATH_MAX); in realpath() 116 strlcpy(buf, "/", size); in getcwd()
|
D | esp32-spiram-rom-functions-c.lf | 122 lib_a-strlcpy (noflash)
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_act.c | 613 strlcpy(evt->name, name, BTA_HF_CLIENT_OPERATOR_NAME_LEN + 1); in bta_hf_client_operator_name() 639 strlcpy(evt->number, number, BTA_HF_CLIENT_NUMBER_LEN + 1); in bta_hf_client_clip() 664 strlcpy(evt->number, number, BTA_HF_CLIENT_NUMBER_LEN + 1); in bta_hf_client_ccwa() 719 strlcpy(evt->number, number, BTA_HF_CLIENT_NUMBER_LEN + 1); in bta_hf_client_clcc() 747 strlcpy(evt->number, number, BTA_HF_CLIENT_NUMBER_LEN + 1); in bta_hf_client_cnum() 772 strlcpy(evt->number, number, BTA_HF_CLIENT_NUMBER_LEN + 1); in bta_hf_client_binp()
|
D | bta_hf_client_api.c | 294 strlcpy(p_buf->str, str, str_len + 1); in BTA_HfClientSendAT()
|
D | bta_hf_client_at.c | 1239 strlcpy(p2, "<cr>", 4); in bta_hf_client_dump_at() 1242 strlcpy(p2, "<lf>", 4); in bta_hf_client_dump_at()
|
/hal_espressif-latest/components/esp_common/src/ |
D | esp_err_to_name.c.in | 11 // for strlcpy 62 strlcpy(buf, esp_err_msg_table[i].msg, buflen);
|
D | esp_err_to_name.c | 888 strlcpy(buf, esp_err_msg_table[i].msg, buflen); in esp_err_to_name_r()
|
/hal_espressif-latest/components/spi_flash/sim/stubs/bsd/include/ |
D | bsd_strings.h | 8 size_t strlcpy(char *dst, const char *src, size_t dsize);
|
/hal_espressif-latest/components/spi_flash/sim/stubs/bsd/ |
D | strlcpy.c | 38 strlcpy(char *dst, const char *src, size_t dsize) in strlcpy() function
|
/hal_espressif-latest/components/spi_flash/sim/stubs/ |
D | Makefile.files | 8 bsd/strlcpy.c\
|
/hal_espressif-latest/components/wpa_supplicant/port/include/ |
D | os.h | 30 size_t strlcpy(char *dst, const char *src, size_t dsize); 302 #define os_strlcpy(d, s, n) strlcpy((d), (s), (n))
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.newlib.ld | 54 strlcpy = 0x400003f0; symbol
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.newlib.ld | 54 strlcpy = 0x400013bc; symbol
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.newlib.ld | 61 strlcpy = 0x4000053c; symbol
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.newlib.ld | 60 strlcpy = 0x40000544; symbol
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.newlib.ld | 60 strlcpy = 0x40000524; symbol
|
/hal_espressif-latest/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.newlib-funcs.ld | 52 strlcpy = 0x4001adf8; symbol
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.newlib-funcs.ld | 56 strlcpy = 0x4000c584; symbol
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_config.c | 162 strlcpy(value, stored_value, *size_bytes); in btc_config_get_str()
|
/hal_espressif-latest/components/esp_wifi/wifi_apps/src/ |
D | nan_app.c | 302 strlcpy(p_svc->svc_name, svc_name, ESP_WIFI_MAX_SVC_NAME_LEN); in nan_record_own_svc() 1097 strlcpy(svc_name, own_svc->svc_name, ESP_WIFI_MAX_SVC_NAME_LEN); in esp_wifi_nan_get_own_svc_info()
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 189 strcpy, strcspn, strdup, strdup_r, strlcat, strlcpy, strlen, strlwr, strncasecmp,
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32s2.ld | 855 PROVIDE ( strlcpy = 0x4001adf8 ); symbol
|
D | rom_32c3.ld | 2151 strlcpy = 0x400003f0; symbol
|
D | rom_32.ld | 1594 PROVIDE ( strlcpy = 0x4000c584 ); symbol
|
D | rom_32s3_beta_2.ld | 2168 PROVIDE ( strlcpy = 0x40055798 ); symbol
|