Home | History | Annotate | Download | only in tc

Lines Matching defs:ofd

797 	int ret, cfd, ofd, ffd;
817 ofd = accept(cfd, NULL, 0);
818 if (ofd < 0) {
821 ret = ofd;
840 size = sendfile(ofd, ffd, NULL, stbuff.st_size);
848 size = read(ofd, out, len);
859 close(ofd);