Home
last modified time | relevance | path

Searched refs:swrite (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/file/dist/src/
Dcompress.c225 file_private ssize_t swrite(int, const void *, size_t);
388 swrite(int fd, const void *buf, size_t n) in swrite() function
525 if (swrite(tfd, startbuf, nbytes) != CAST(ssize_t, nbytes)) in file_pipe2file()
529 if (swrite(tfd, buf, CAST(size_t, r)) != r) in file_pipe2file()
952 if (swrite(fd, old, n) != CAST(ssize_t, n)) { in writechild()
/netbsd/src/usr.bin/mail/
Dextern.h86 int swrite(void *);
Dcmdtab.c104 /* R */ { "write", swrite, 0, CMP(F) STRLIST, 0, 0 },
Dcmd2.c303 swrite(void *v) in swrite() function