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

/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c334 char checkline[LINESIZE]; local
346 s = fgets(checkline, LINESIZE, checkfile);
349 if ((strlen(checkline)>26)&&
350 1 /*(!strncmp(checkline,"SHA1=", 5))*/)
353 checkline[strlen(checkline)-1]=0;
359 expected_digest[k]=hexval(checkline[j++]);
361 +hexval(checkline[j++]);
365 s = checkline+46;
424 char checkline[LINESIZ local
[all...]

Completed in 133 milliseconds