Lines Matching refs:outp
45 } *kbuf = (void *) buf, *outp, *inp; in __getdents() local
64 outp = (void *) buf; in __getdents()
82 memmove (outp->u.d_name, inp->k.d_name, in __getdents()
87 DIRENT_SET_DP_INO (&outp->u, d_ino); in __getdents()
88 outp->u.d_off = d_off; in __getdents()
89 if ((sizeof (outp->u.d_ino) != sizeof (inp->k.d_ino) in __getdents()
90 && outp->u.d_ino != d_ino) in __getdents()
91 || (sizeof (outp->u.d_off) != sizeof (inp->k.d_off) in __getdents()
92 && outp->u.d_off != d_off)) in __getdents()
99 return outp->b - buf; in __getdents()
105 outp->u.d_reclen = new_reclen; in __getdents()
106 outp->u.d_type = d_type; in __getdents()
109 outp = (void *) outp + new_reclen; in __getdents()
112 return outp->b - buf; in __getdents()