Searched refs:psf_strlcpy (Results 1 – 5 of 5) sorted by relevance
/third_party/libsnd/src/ |
D | broadcast.c | 141 psf_strlcpy (chnstr, sizeof (chnstr), "mono") ; in gen_coding_history() 145 psf_strlcpy (chnstr, sizeof (chnstr), "stereo") ; in gen_coding_history()
|
D | test_binheader_writef.c | 43 { psf_strlcpy (buffer, sizeof (buffer), "abcdefghijklmnop") ; in test_binheader_writef()
|
D | common.h | 1004 psf_strlcpy (char *dest, size_t n, const char *src) in psf_strlcpy() function
|
D | aiff.c | 844 … psf_strlcpy (psf->cues->cue_points [n].name, sizeof (psf->cues->cue_points [n].name), ubuf.cbuf) ; in aiff_read_header()
|
D | sndfile.c | 2633 psf_strlcpy (buffer, sizeof (buffer), cptr) ; in format_from_extension()
|