Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dcompress.c228 file_private ssize_t swrite(int, const void *, size_t);
396 swrite(int fd, const void *buf, size_t n) in swrite() function
533 if (swrite(tfd, startbuf, nbytes) != CAST(ssize_t, nbytes)) in file_pipe2file()
537 if (swrite(tfd, buf, CAST(size_t, r)) != r) in file_pipe2file()
1013 if (swrite(fd, old, n) != CAST(ssize_t, n)) { in writechild()
/freebsd/usr.bin/mail/
H A Dcmdtab.c77 { "write", swrite, STRLIST, 0, 0 },
H A Dextern.h228 int swrite(void *);
H A Dcmd2.c208 swrite(void *v) in swrite() function