oclo_record
oclo_record(c, oclo_file(c), c->clo_flags, NULL);
oclo_record(c, fd, targ_flags, NULL);
oclo_record(c, fd, c->clo_flags, "base");
oclo_record(c, dup, targ_flags, "dup");
oclo_record(c, fd, c->clo_flags, "base");
oclo_record(c, dup, targ_flags, "dup");
oclo_record(c, fds[0], c->clo_flags, "pipe[0]");
oclo_record(c, fds[1], c->clo_flags, "pipe[1]");
oclo_record(c, fd, c->clo_flags, NULL);
oclo_record(c, lsock, c->clo_flags, "listen");
oclo_record(c, csock, 0, "connect");
oclo_record(c, asock, targ_flags, "accept");
oclo_record(c, tosend, c->clo_flags, "send fd");
oclo_record(c, pair[0], c->clo_flags, "pair[0]");
oclo_record(c, pair[1], c->clo_flags, "pair[1]");
oclo_record(c, recvfd, targ_flags, "SCM_RIGHTS");