Searched refs:fpa (Results 1 – 2 of 2) sorted by relevance
79 FILE *fpa[3]; in fopen_works() local84 fpa[i] = NULL; in fopen_works()87 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT); in fopen_works()88 if(!fpa[i]) { in fopen_works()96 if(fpa[i]) in fopen_works()97 fclose(fpa[i]); in fopen_works()
77 FILE *fpa[3]; in fopen_works() local82 fpa[i] = NULL; in fopen_works()85 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT); in fopen_works()86 if(!fpa[i]) { in fopen_works()94 if(fpa[i]) in fopen_works()95 fclose(fpa[i]); in fopen_works()
Completed in 6 milliseconds