Home
last modified time | relevance | path

Searched refs:xread (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/tests/fs/common/
H A Dfstest_puffs.c60 xread(int fd, void *vp, size_t n) in xread() function
185 n = xread(comfd, buf+off, toread); in writeshovel()
291 if ((n = xread(sv[1], &len, sizeof(len))) != sizeof(len)) in donewfs()
295 if ((size_t)xread(sv[1], args->pta_dir, len) != len) in donewfs()
297 if (xread(sv[1], &len, sizeof(len)) != sizeof(len)) in donewfs()
301 if ((size_t)xread(sv[1], args->pta_dev, len) != len) in donewfs()
303 if (xread(sv[1], &mntflags, sizeof(mntflags)) != sizeof(mntflags)) in donewfs()
305 if (xread(sv[1], &args->pta_pargslen, sizeof(args->pta_pargslen)) in donewfs()
311 if (xread(sv[1], args->pta_pargs, args->pta_pargslen) in donewfs()
314 if (xread(sv[1], pflags, sizeof(*pflags)) != sizeof(*pflags)) in donewfs()
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dpcsc.c18 static int (*xread)(void *, u_char *, size_t, int); variable
132 (n = xread(ioh, pbRecvBuffer, *pcbRecvLength, -1)) == -1) in __wrap_SCardTransmit()
150 xread = read_f; in set_pcsc_io_functions()
/netbsd-src/bin/pax/
H A Dtables.c413 if (xread(ffd, ckname, namelen) != namelen) { in chk_ftime()
1252 if (xread(dirfd,(char *)&dblk, sizeof(dblk)) != sizeof(dblk)) in proc_dir()
1256 if (xread(dirfd, name, dblk.nlen) != dblk.nlen) in proc_dir()
H A Dextern.h69 int xread(int, void *, int);
H A Dar_io.c622 xread(int fd, void *buf, int bsz) in xread() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dconfigure.ac3009 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then
3070 if test "x$gcc_cv_ld_ro_rw_mix" = xread-write; then
H A Dconfigure23662 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then
23954 if test "x$gcc_cv_ld_ro_rw_mix" = xread-write; then
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dconfigure.ac3197 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then
3260 if test "x$gcc_cv_ld_ro_rw_mix" = xread-write; then
H A Dconfigure24255 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then
24556 if test "x$gcc_cv_ld_ro_rw_mix" = xread-write; then
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-202014031 (user_reg::xread): ...this.
14032 * (append_user_reg): Rename argument `read' to `xread'.