Home
last modified time | relevance | path

Searched refs:dsize (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/spi_flash/sim/stubs/bsd/
Dstrlcpy.c38 strlcpy(char *dst, const char *src, size_t dsize) in strlcpy() argument
41 size_t nleft = dsize; in strlcpy()
53 if (dsize != 0) in strlcpy()
/hal_espressif-latest/components/spi_flash/sim/stubs/bsd/include/
Dbsd_strings.h8 size_t strlcpy(char *dst, const char *src, size_t dsize);
/hal_espressif-latest/components/bt/porting/include/os/
Dos_mbuf.h321 struct os_mbuf *r_os_msys_get(uint16_t dsize, uint16_t leadingspace);
339 struct os_mbuf *r_os_msys_get_pkthdr(uint16_t dsize, uint16_t user_hdr_len);
775 struct os_mbuf *os_msys_get(uint16_t dsize, uint16_t leadingspace);
791 struct os_mbuf *os_msys_get_pkthdr(uint16_t dsize, uint16_t user_hdr_len);
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h30 size_t strlcpy(char *dst, const char *src, size_t dsize);