Searched refs:bytes (Results 1 – 2 of 2) sorted by relevance
269 char bytes[7]; in do_test() local272 memset (bytes, '\xff', sizeof bytes); in do_test()273 sprintf (buf, "foo%hhn\n", &bytes[3]); in do_test()274 if (bytes[0] != '\xff' || bytes[1] != '\xff' || bytes[2] != '\xff' in do_test()275 || bytes[4] != '\xff' || bytes[5] != '\xff' || bytes[6] != '\xff') in do_test()280 if (bytes[3] != 3) in do_test()
40 int bytes; in ReadFile() local43 while (!feof(input) && (bytes = fread(buf, 1, BUFSIZ, input)) > 0) { in ReadFile()44 AppendToBuffer(buffer, buf, bytes); in ReadFile()
Completed in 4 milliseconds