HomeSort by: relevance | last modified time | path
    Searched defs:read2 (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/comm/
comm.c 68 int comp, file1done, file2done, read1, read2; local
117 for (read1 = read2 = 1;;) {
121 if (read2)
138 read1 = read2 = 1;
148 read2 = 0;
154 read2 = 1;
  /src/external/bsd/wpa/dist/src/drivers/
driver_roboswitch.c 243 u16 read1[3], read2[3], addr_be16[3]; local
268 ROBO_ARLCTRL_ADDR_2, read2, 3) ||
269 os_memcmp(read1, read2, 6) != 0)
274 ROBO_ARLCTRL_VEC_2, read2, 1) ||
275 read1[0] != read2[0])
  /src/external/gpl2/xcvs/dist/src/
filesubr.c 669 size_t read2; local
682 read2 = block_read (fd2, buf2, buf_size);
683 if (read2 == (size_t)-1) {
688 /* assert (read1 == read2); */
  /src/external/gpl2/groff/dist/src/utils/tfmtodit/
tfmtodit.cpp 258 int read2(unsigned char *&s) function
311 int lh = read2(ptr);
312 bc = read2(ptr);
313 ec = read2(ptr);
314 nw = read2(ptr);
315 nh = read2(ptr);
316 nd = read2(ptr);
317 ni = read2(ptr);
318 nl = read2(ptr);
319 nk = read2(ptr)
    [all...]

Completed in 16 milliseconds