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

/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c335 char checkline[LINESIZE]; local
347 s = fgets(checkline, LINESIZE, checkfile);
350 if ((strlen(checkline)>26)&&
351 1 /*(!strncmp(checkline,"SHA1=", 5))*/)
354 checkline[strlen(checkline)-1]=0;
360 expected_digest[k]=hexval(checkline[j++]);
362 +hexval(checkline[j++]);
366 s = checkline+46;
425 char checkline[LINESIZ local
[all...]

Completed in 3048 milliseconds