Lines Matching defs:fdout
14 static int fdin = 0, fdout = 1;
87 write(fdout, paychunk, paychunk_len);
140 fdout = open(p, LWS_O_WRONLY | LWS_O_CREAT | LWS_O_TRUNC, 0600);
141 if (fdout < 0) {
291 write(fdout, sbuf, lec.used);
300 write(fdout, sbuf, lec.used);
354 write(fdout, buf, (size_t)os);
377 write(fdout, buf, (size_t)os);
402 if (fdout != 1 && fdout >= 0)
403 close(fdout);