Home | History | Annotate | Download | only in tests

Lines Matching defs:fd_out

4769 int fd_out = -1;
4776 IGNORE_RETURN_VALUE(write(fd_out, str, strlen(str) + 1));
4794 fd_out = creat(out_name, O_WRONLY | S_IRWXU);
4803 CHECK(fd_out >= 0);
4811 close(fd_out);