| /trueos/contrib/netbsd-tests/fs/common/ |
| HD | fstest_puffs.c | 59 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/ |
| HD | kgzld.c | 66 n = xread(&idi, &hdr, sizeof(hdr), 0); in kgzld() 75 n = xread(&idi, kh, sizeof(*kh), in kgzld()
|
| HD | xio.c | 58 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
|
| HD | kgzip.h | 49 size_t xread(const struct iodesc *, void *, size_t, off_t);
|
| HD | kgzcmp.c | 128 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/ |
| HD | boot1.S | 42 .globl xread 92 xread: push %ss # Address label 97 xread.1: # Starting 230 callw xread.1 # disk
|
| /trueos/contrib/tcsh/ |
| HD | tw.help.c | 148 while ((len = xread(f, buf, sizeof(buf))) > 0) in do_help()
|
| HD | ed.inputl.c | 251 if (xread(SHIN, &tch, 1) < 0) { in Inputl() 788 while ((num_read = xread(SHIN, cbuf + cbp, 1)) == -1) { in GetNextChar()
|
| HD | sh.decls.h | 295 extern ssize_t xread (int, void *, size_t);
|
| HD | sh.misc.c | 632 xread(int fildes, void *buf, size_t nbyte) in xread() function
|
| HD | tc.func.c | 629 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));
|
| HD | tc.who.c | 309 while (xread(utmpfd, &utmp, sizeof utmp) == sizeof utmp) {
|
| HD | sh.file.c | 696 while ((num_read = xread(SHIN, tinputline, BUFSIZE)) > 0) {/*FIXBUF*/ in tenex()
|
| HD | ed.init.c | 631 chrs = xread(SHIN, buf, min(chrs, BUFSIZE - 1)); in Load_input_line()
|
| HD | sh.glob.c | 820 icnt = xread(pvec[0], tmp, tibuf + BUFSIZE - tmp); in backeval()
|
| HD | sh.h | 76 # define force_read xread
|
| HD | sh.exec.c | 413 if ((nread = xread(fd, pref, 2)) == 2) { in texec()
|
| HD | tc.os.c | 843 icnt = xread(pvec[0], tibuf, sizeof(tibuf)); in dobs2cmd()
|
| HD | sh.lex.c | 1563 r = xread(fildes, cbuf + partial, len); in wide_read()
|
| HD | tw.parse.c | 1468 (void) xread(SHIN, &tc, 1); in tw_list_items()
|
| /trueos/contrib/gcc/ |
| HD | configure.ac | 3070 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then
|
| HD | configure | 15827 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then
|