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

/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c333 FILE *checkfile; local
338 checkfile = fopen(fname, "rt");
339 if (!checkfile)
346 s = fgets(checkline, LINESIZE, checkfile);
423 FILE *checkfile; local

Completed in 1371 milliseconds