Lines Matching defs:startoff
913 * the files. Start at startoff bytes into the buffer.
916 close_fds(void *fdbuf, int fdbuflen, int startoff)
922 dprint(1, ("close_fds(%p, %d, %d)\n", fdbuf, fdbuflen, startoff));
925 if (startoff < 0)
926 startoff = 0;
927 if (startoff < (int)sizeof (int)) {
936 startoff -= (int)sizeof (int);
946 int startoff)
954 close_fds(control, controllen, startoff);
965 startoff - (int)sizeof (struct cmsghdr));
967 startoff -= cmsg->cmsg_len;