Searched defs:g_pIn (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dbiossums.c30 static FILE *g_pIn = NULL; variable
65 if (g_pIn)
66 fclose(g_pIn);
126 pIn = g_pIn = fopen(argv[1], "rb");
141 g_pIn = NULL;

Completed in 33 milliseconds