Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/netbsd-tests/fs/common/
H A Dfstest_puffs.c59 xread(int fd, void *vp, size_t n) in xread() function
184 n = xread(comfd, buf+off, toread); in writeshovel()
290 if ((n = xread(sv[1], &len, sizeof(len))) != sizeof(len)) in donewfs()
294 if ((size_t)xread(sv[1], args->pta_dir, len) != len) in donewfs()
296 if (xread(sv[1], &len, sizeof(len)) != sizeof(len)) in donewfs()
300 if ((size_t)xread(sv[1], args->pta_dev, len) != len) in donewfs()
302 if (xread(sv[1], &mntflags, sizeof(mntflags)) != sizeof(mntflags)) in donewfs()
304 if (xread(sv[1], &args->pta_pargslen, sizeof(args->pta_pargslen)) in donewfs()
310 if (xread(sv[1], args->pta_pargs, args->pta_pargslen) in donewfs()
313 if (xread(sv[1], pflags, sizeof(*pflags)) != sizeof(*pflags)) in donewfs()
/freebsd-12.1/usr.sbin/kgzip/
H A Dkgzld.c68 n = xread(&idi, &hdr, sizeof(hdr), 0); in kgzld()
77 n = xread(&idi, kh, sizeof(*kh), in kgzld()
H A Dxio.c60 if (xread(idi, buf, n, offset) != n) in xcopy()
90 xread(const struct iodesc * id, void *buf, size_t nbyte, off_t offset) in xread() function
H A Dkgzip.h51 size_t xread(const struct iodesc *, void *, size_t, off_t);
H A Dkgzcmp.c130 n = xread(idi, &hdr, sizeof(hdr), 0); in mk_data()
186 if (xread(idi, &p, sizeof(p), in ld_elf()
/freebsd-12.1/stand/i386/boot2/
H A Dboot1.S42 .globl xread
92 xread: push %ss # Address label
97 xread.1: # Starting
230 callw xread.1 # disk
/freebsd-12.1/contrib/tcsh/
H A Dtw.help.c148 while ((len = xread(f, buf, sizeof(buf))) > 0) in do_help()
H A Ded.inputl.c251 if (xread(SHIN, &tch, 1) < 0) { in Inputl()
788 while ((num_read = xread(SHIN, cbuf + cbp, 1)) == -1) { in GetNextChar()
H A Dsh.decls.h300 extern ssize_t xread (int, void *, size_t);
H A Dsh.misc.c655 xread(int fildes, void *buf, size_t nbyte) in xread() function
H A Dtc.func.c665 if (xread(fd, &c, 1) < 1 || c == '\n') in xgetpass()
1799 if (xread(fd, lbuf, HACKBUFSZ) <= 0) in hashbang()
2049 res = xread(fds[0], buf, sizeof(buf));
H A Dtc.who.c311 while (xread(utmpfd, &utmp, sizeof utmp) == sizeof utmp) {
H A Dsh.file.c696 while ((num_read = xread(SHIN, tinputline, BUFSIZE)) > 0) {/*FIXBUF*/ in tenex()
H A Ded.init.c631 chrs = xread(SHIN, buf, min(chrs, BUFSIZE - 1)); in Load_input_line()
H A Dsh.h76 # define force_read xread
H A Dsh.exec.c413 if ((nread = xread(fd, pref, 2)) == 2) { in texec()
H A Dtc.os.c843 icnt = xread(pvec[0], tibuf, sizeof(tibuf)); in dobs2cmd()
H A Dsh.lex.c1570 r = xread(fildes, cbuf + partial, len); in wide_read()
H A Dtw.parse.c1472 (void) xread(SHIN, &tc, 1); in tw_list_items()
/freebsd-12.1/contrib/gcc/
H A Dconfigure.ac3070 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then
H A Dconfigure15827 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then