Home
last modified time | relevance | path

Searched refs:xfopen (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c90 static FILE *xfopen(const char *path, const char *mode) in xfopen() function
525 devtable = xfopen(optarg, "r"); in main()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c424 static FILE * xfopen(char const * identifier, char const * mode, lsx_io_type * io_type) in xfopen() function
524 xfopen(path, "rb", &ft->io_type); in open_read()
1139 FILE * file = xfopen(listname, "r", &io_type); in sox_parse_playlist()
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c3494 input = xfopen(argv[optind], "r");