Home
last modified time | relevance | path

Searched refs:strip_cr_lf_tail (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/protocols/pppos_client/components/modem/src/
Desp_modem_dce_service.c128 strip_cr_lf_tail(dce->name, len); in esp_modem_dce_handle_cgmm()
150 strip_cr_lf_tail(dce->imei, len); in esp_modem_dce_handle_cgsn()
172 strip_cr_lf_tail(dce->imsi, len); in esp_modem_dce_handle_cimi()
209 strip_cr_lf_tail(dce->oper, len); in esp_modem_dce_handle_cops()
/hal_espressif-3.6.0/examples/protocols/pppos_client/components/modem/include/
Desp_modem_dce_service.h43 static inline void strip_cr_lf_tail(char *str, uint32_t len) in strip_cr_lf_tail() function