| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| fbuf.c | 150 ptrdiff_t nwritten = swrite (u->s, u->fbuf->buf, u->fbuf->pos); 188 ptrdiff_t nwritten = swrite (u->s, u->fbuf->buf, u->fbuf->pos);
|
| unix.h | 57 swrite (stream *s, const void *buf, ssize_t nbyte) function
|
| intrinsics.c | 133 s = swrite (u->s, c, 1);
|
| transfer.c | 873 /* High level interface to swrite(), taking care of errors. This is only 889 have_written = swrite (dtp->u.p.current_unit->s, buf, nbytes); 914 have_written = swrite (dtp->u.p.current_unit->s, buf, nbytes); 952 to_write_subrecord = swrite (dtp->u.p.current_unit->s, 2928 if (swrite (dtp->u.p.current_unit->s, &dummy, nbytes) != nbytes) 3887 return swrite (dtp->u.p.current_unit->s, &buf4, len); 3892 return swrite (dtp->u.p.current_unit->s, &buf8, len); 3910 return swrite (dtp->u.p.current_unit->s, &u32, len); 3917 return swrite (dtp->u.p.current_unit->s, &u64, len); 4005 trans = swrite (s, p, trans) [all...] |
| /src/external/bsd/file/dist/src/ |
| compress.c | 225 file_private ssize_t swrite(int, const void *, size_t); 388 swrite(int fd, const void *buf, size_t n) function 525 if (swrite(tfd, startbuf, nbytes) != CAST(ssize_t, nbytes)) 529 if (swrite(tfd, buf, CAST(size_t, r)) != r) 952 if (swrite(fd, old, n) != CAST(ssize_t, n)) {
|
| /src/usr.bin/mail/ |
| extern.h | 86 int swrite(void *);
|
| cmd2.c | 303 swrite(void *v) function
|
| cmdtab.c | 104 /* R */ { "write", swrite, 0, CMP(F) STRLIST, 0, 0 },
|