Lines Matching full:write
1 .\" $OpenBSD: write.2,v 1.45 2023/02/05 12:33:17 jsg Exp $
2 .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $
31 .\" @(#)write.2 8.5 (Berkeley) 4/2/94
37 .Nm write ,
41 .Nd write output
45 .Fn write "int d" "const void *buf" "size_t nbytes"
57 .Fn write
58 attempts to write
73 perform the same functions, but write to the specified position
98 will always write a complete area before proceeding to the next.
101 .Fn write
107 .Fn write ,
114 .Fn write
119 Objects that are not capable of seeking always write from the current
124 .Fn write
131 .Fn write
138 .Fn write
141 may write fewer bytes than requested; the return value must be noted,
167 if ((nw = write(d, buf + off, bsz - off)) == 0 || nw == -1)
168 err(1, "write");
171 .Fn write ,
182 An attempt was made to write a file that exceeds the process's
190 A write to a slow device
203 .Fn write
209 An attempt is made to write to a pipe that is not open
212 An attempt is made to write to a socket of type
227 The process is a member of a background process attempting to write
242 .Fn write
299 .Fn write ,
307 .Fn write