Home | History | Annotate | Download | only in tests

Lines Matching defs:fd_out

4765 int fd_out = -1;
4772 IGNORE_RETURN_VALUE(write(fd_out, str, strlen(str) + 1));
4790 fd_out = creat(out_name, O_WRONLY | S_IRWXU);
4799 CHECK(fd_out >= 0);
4807 close(fd_out);