Home
last modified time | relevance | path

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

/trueos/contrib/netbsd-tests/fs/common/
HDfstest_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()
/trueos/usr.sbin/kgzip/
HDkgzld.c66 n = xread(&idi, &hdr, sizeof(hdr), 0); in kgzld()
75 n = xread(&idi, kh, sizeof(*kh), in kgzld()
HDxio.c58 if (xread(idi, buf, n, offset) != n) in xcopy()
88 xread(const struct iodesc * id, void *buf, size_t nbyte, off_t offset) in xread() function
HDkgzip.h49 size_t xread(const struct iodesc *, void *, size_t, off_t);
HDkgzcmp.c128 n = xread(idi, &hdr, sizeof(hdr), 0); in mk_data()
184 if (xread(idi, &p, sizeof(p), in ld_elf()
/trueos/sys/boot/i386/boot2/
HDboot1.S42 .globl xread
92 xread: push %ss # Address label
97 xread.1: # Starting
230 callw xread.1 # disk
/trueos/contrib/tcsh/
HDtw.help.c148 while ((len = xread(f, buf, sizeof(buf))) > 0) in do_help()
HDed.inputl.c251 if (xread(SHIN, &tch, 1) < 0) { in Inputl()
788 while ((num_read = xread(SHIN, cbuf + cbp, 1)) == -1) { in GetNextChar()
HDsh.decls.h295 extern ssize_t xread (int, void *, size_t);
HDsh.misc.c632 xread(int fildes, void *buf, size_t nbyte) in xread() function
HDtc.func.c629 if (xread(fd, &c, 1) < 1 || c == '\n') in xgetpass()
1770 if (xread(fd, lbuf, HACKBUFSZ) <= 0) in hashbang()
2020 res = xread(fds[0], buf, sizeof(buf));
HDtc.who.c309 while (xread(utmpfd, &utmp, sizeof utmp) == sizeof utmp) {
HDsh.file.c696 while ((num_read = xread(SHIN, tinputline, BUFSIZE)) > 0) {/*FIXBUF*/ in tenex()
HDed.init.c631 chrs = xread(SHIN, buf, min(chrs, BUFSIZE - 1)); in Load_input_line()
HDsh.glob.c820 icnt = xread(pvec[0], tmp, tibuf + BUFSIZE - tmp); in backeval()
HDsh.h76 # define force_read xread
HDsh.exec.c413 if ((nread = xread(fd, pref, 2)) == 2) { in texec()
HDtc.os.c843 icnt = xread(pvec[0], tibuf, sizeof(tibuf)); in dobs2cmd()
HDsh.lex.c1563 r = xread(fildes, cbuf + partial, len); in wide_read()
HDtw.parse.c1468 (void) xread(SHIN, &tc, 1); in tw_list_items()
/trueos/contrib/gcc/
HDconfigure.ac3070 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then
HDconfigure15827 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then