Home
last modified time | relevance | path

Searched refs:sox_errstr (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsndfile.c355 memset(ft->sox_errstr, 0, sizeof(ft->sox_errstr)); in startread()
356 strncpy(ft->sox_errstr, sf->sf_strerror(sf->sf_file), sizeof(ft->sox_errstr)-1); in startread()
446 memset(ft->sox_errstr, 0, sizeof(ft->sox_errstr)); in startwrite()
447 strncpy(ft->sox_errstr, sf->sf_strerror(sf->sf_file), sizeof(ft->sox_errstr)-1); in startwrite()
H A Dexample1.c51 fprintf(stderr, "%s: %s\n", in->filename, in->sox_errstr); in input_drain()
69 fprintf(stderr, "%s: %s\n", out->filename, out->sox_errstr); in output_flow()
H A Dformats_i.c34 vsnprintf(ft->sox_errstr, sizeof(ft->sox_errstr), fmt, args); in lsx_fail_errno()
36 vsprintf(ft->sox_errstr, fmt, args); in lsx_fail_errno()
39 ft->sox_errstr[255] = '\0'; in lsx_fail_errno()
H A Doutput.c41 lsx_fail("%s: %s", p->file->filename, p->file->sox_errstr); in flow()
H A Dinput.c46 lsx_fail("%s: %s", p->file->filename, p->file->sox_errstr); in drain()
H A Dformats.c601 lsx_fail("can't open input %s `%s': %s", type, ft->filename, ft->sox_errstr); in open_read()
612 lsx_fail("bad input format for %s `%s': %s", type, ft->filename, ft->sox_errstr); in open_read()
968 lsx_fail("can't open output file `%s': %s", ft->filename, ft->sox_errstr); in open_write()
973 lsx_fail("bad format for output file `%s': %s", ft->filename, ft->sox_errstr); in open_write()
H A Dsox.h1532 char sox_errstr[256]; /**< Failure error text */ member
H A Dsox.c474 ft->filename, ft->sox_errstr, sox_strerror(ft->sox_errno)); in sox_read_wide()
650 ofile->ft->sox_errstr, sox_strerror(ofile->ft->sox_errno)); in output_flow()