Searched refs:bb_xfopen (Results 1 – 1 of 1) sorted by relevance
105 FILE *bb_xfopen(const char *path, const char *mode) in bb_xfopen() function265 stream = bb_xfopen(PASSWD_PATH, "r"); in my_getpwnam()286 stream = bb_xfopen(GROUP_PATH, "r"); in my_getgrnam()472 table = bb_xfopen((line=optarg), "r"); in main()