Home | History | Annotate | Download | only in lib

Lines Matching refs:ofd

1211 	int ret, cfd, ofd, ffd;
1231 ofd = accept(cfd, NULL, 0);
1232 if (ofd < 0) {
1235 ret = ofd;
1254 size = sendfile(ofd, ffd, NULL, stbuff.st_size);
1262 size = read(ofd, out, len);
1273 close(ofd);