Lines Matching full:fnul
918 FILE* fnul;925 fnul = fopen( "NUL", "rt" );926 if (fnul != NULL)927 stdin[0] = fnul[0];931 flog = fnul;