Home
last modified time | relevance | path

Searched refs:read2 (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dread1.c70 static ssize_t (*read2) (int fd, void *buf, size_t count) = NULL; in read() local
80 if (read2 == NULL) in read()
87 read2 = dlsym (RTLD_NEXT, "read"); in read()
99 return read2 (fd, buf, 1); in read()
106 return read2 (fd, buf, count); in read()
120 res = read2 (fd, (char *)buf + total, count - total); in read()
171 return read2 (fd, buf, count); in read()
/netbsd/src/usr.bin/comm/
Dcomm.c68 int comp, file1done, file2done, read1, read2; in main() local
117 for (read1 = read2 = 1;;) { in main()
121 if (read2) in main()
138 read1 = read2 = 1; in main()
148 read2 = 0; in main()
154 read2 = 1; in main()
/netbsd/src/external/gpl3/gdb/dist/gdb/contrib/
Dexpect-read1.c28 static ssize_t (*read2) (int fd, void *buf, size_t count) = NULL; in read() local
30 if (read2 == NULL) in read()
33 read2 = dlsym (RTLD_NEXT, "read"); in read()
39 return read2 (fd, buf, count); in read()
/netbsd/src/external/bsd/wpa/dist/src/drivers/
Ddriver_roboswitch.c243 u16 read1[3], read2[3], addr_be16[3]; in wpa_driver_roboswitch_join() local
268 ROBO_ARLCTRL_ADDR_2, read2, 3) || in wpa_driver_roboswitch_join()
269 os_memcmp(read1, read2, 6) != 0) in wpa_driver_roboswitch_join()
274 ROBO_ARLCTRL_VEC_2, read2, 1) || in wpa_driver_roboswitch_join()
275 read1[0] != read2[0]) in wpa_driver_roboswitch_join()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dfilesubr.c669 size_t read2; in xcmp() local
680 read2 = block_read (fd2, buf2, buf_size); in xcmp()
681 if (read2 == (size_t)-1) in xcmp()