Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dcompress.c207 private ssize_t swrite(int, const void *, size_t);
358 swrite(int fd, const void *buf, size_t n) in swrite() function
495 if (swrite(tfd, startbuf, nbytes) != CAST(ssize_t, nbytes)) in file_pipe2file()
499 if (swrite(tfd, buf, CAST(size_t, r)) != r) in file_pipe2file()
811 if (swrite(fd, old, n) != CAST(ssize_t, n)) { in writechild()
/dragonfly/usr.bin/mail/
H A Dcmdtab.c79 { "write", swrite, STRLIST, 0, 0 },
H A Dextern.h228 int swrite(char []);
H A Dcmd2.c204 swrite(char *str) in swrite() function