Searched refs:xfopen (Results 1 – 3 of 3) sorted by relevance
90 static FILE *xfopen(const char *path, const char *mode) in xfopen() function525 devtable = xfopen(optarg, "r"); in main()
424 static FILE * xfopen(char const * identifier, char const * mode, lsx_io_type * io_type) in xfopen() function524 xfopen(path, "rb", &ft->io_type); in open_read()1139 FILE * file = xfopen(listname, "r", &io_type); in sox_parse_playlist()
3494 input = xfopen(argv[optind], "r");