Home
last modified time | relevance | path

Searched refs:psf_strlcpy_crlf (Results 1 - 5 of 5) sorted by relevance

/third_party/libsnd/src/
H A Dtest_strncpy_crlf.c34 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 Dcart.c71 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 Dbroadcast.c71 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 Dcommon.h766 void psf_strlcpy_crlf (char *dest, const char *src, size_t destmax, size_t srcmax) ;
H A Dcommon.c1511 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