Searched refs:psf_strlcpy_crlf (Results 1 - 5 of 5) sorted by relevance
/third_party/libsnd/src/ |
H A D | test_strncpy_crlf.c | 34 print_test_name ("Testing psf_strlcpy_crlf") ; in test_psf_strlcpy_crlf() 48 psf_strlcpy_crlf (dest, src, dest_len, sizeof (*src)) ; in test_psf_strlcpy_crlf()
|
H A D | cart.c | 71 psf_strlcpy_crlf (psf->cart_16k->tag_text, info->tag_text, sizeof (psf->cart_16k->tag_text), datasize - offsetof (SF_CART_INFO, tag_text)) ; in cart_var_set()
|
H A D | broadcast.c | 71 psf_strlcpy_crlf (psf->broadcast_16k->coding_history, info->coding_history, sizeof (psf->broadcast_16k->coding_history), datasize - offsetof (SF_BROADCAST_INFO, coding_history)) ; in broadcast_var_set()
|
H A D | common.h | 766 void psf_strlcpy_crlf (char *dest, const char *src, size_t destmax, size_t srcmax) ;
|
H A D | common.c | 1511 psf_strlcpy_crlf (char *dest, const char *src, size_t destmax, size_t srcmax) in psf_strlcpy_crlf() function 1543 } /* psf_strlcpy_crlf */ in psf_strlcpy_crlf()
|
Completed in 10 milliseconds