Searched refs:outp (Results 1 – 4 of 4) sorted by relevance
45 } *kbuf = (void *) buf, *outp, *inp; in __getdents() local64 outp = (void *) buf; in __getdents()87 DIRENT_SET_DP_INO (&outp->u, d_ino); in __getdents()88 outp->u.d_off = d_off; in __getdents()90 && outp->u.d_ino != d_ino) 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()[all …]
27 pthread_mutexattr_getpshared (const pthread_mutexattr_t *attrp, int *outp) in pthread_mutexattr_getpshared() argument29 *outp = attrp->__pshared; in pthread_mutexattr_getpshared()
27 pthread_mutexattr_gettype (const pthread_mutexattr_t *attrp, int *outp) in pthread_mutexattr_gettype() argument29 *outp = attrp->__mutex_type; in pthread_mutexattr_gettype()
27 pthread_mutexattr_getrobust (const pthread_mutexattr_t *attrp, int *outp) in pthread_mutexattr_getrobust() argument29 *outp = ((attrp->__prioceiling & PTHREAD_MUTEX_ROBUST) in pthread_mutexattr_getrobust()
Completed in 10 milliseconds