Home
last modified time | relevance | path

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

/openbmc/openbmc/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()
/openbmc/u-boot/common/
H A Dcli_hush.c3493 input = xfopen(argv[optind], "r");