Searched refs:checkfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c334 FILE *checkfile; local
339 checkfile = fopen(fname, "rt");
340 if (!checkfile)
347 s = fgets(checkline, LINESIZE, checkfile);
424 FILE *checkfile; local

Completed in 31 milliseconds