Searched refs:xread (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/usr.sbin/kgzip/
H A Dkgzip.h49 size_t xread(const struct iodesc *, void *, size_t, off_t);
H A Dkgzld.c66 n = xread(&idi, &hdr, sizeof(hdr), 0);
75 n = xread(&idi, kh, sizeof(*kh),
H A Dxio.c58 if (xread(idi, buf, n, offset) != n)
88 xread(const struct iodesc * id, void *buf, size_t nbyte, off_t offset) function
H A Dkgzcmp.c128 n = xread(idi, &hdr, sizeof(hdr), 0);
184 if (xread(idi, &p, sizeof(p),
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.help.c148 while ((len = xread(f, buf, sizeof(buf))) > 0)
H A Ded.inputl.c251 if (xread(SHIN, &tch, 1) < 0) {
788 while ((num_read = xread(SHIN, cbuf + cbp, 1)) == -1) {
H A Dsh.decls.h295 extern ssize_t xread (int, void *, size_t);
H A Dsh.misc.c632 xread(int fildes, void *buf, size_t nbyte) function
H A Ded.init.c631 chrs = xread(SHIN, buf, min(chrs, BUFSIZE - 1));
H A Dsh.file.c696 while ((num_read = xread(SHIN, tinputline, BUFSIZE)) > 0) {/*FIXBUF*/
H A Dtc.who.c309 while (xread(utmpfd, &utmp, sizeof utmp) == sizeof utmp) {
H A Dsh.exec.c413 if ((nread = xread(fd, pref, 2)) == 2) {
H A Dsh.glob.c820 icnt = xread(pvec[0], tmp, tibuf + BUFSIZE - tmp);
H A Dsh.h76 # define force_read xread
H A Dsh.lex.c1563 r = xread(fildes, cbuf + partial, len);
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot1.S42 .globl xread
52 * written into our xread routine, we'll define a BPB to work around it.
92 xread: push %ss # Address label
97 xread.1: # Starting
227 callw xread.1 # disk
/freebsd-9.3-release/contrib/gcc/
H A Dconfigure15826 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then

Completed in 145 milliseconds