Home
last modified time | relevance | path

Searched refs:outp (Results 1 – 4 of 4) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dgetdents.c45 } *kbuf = (void *) buf, *outp, *inp; in __getdents() local
64 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 …]
/sysdeps/mach/hurd/htl/
A Dpt-mutexattr-getpshared.c27 pthread_mutexattr_getpshared (const pthread_mutexattr_t *attrp, int *outp) in pthread_mutexattr_getpshared() argument
29 *outp = attrp->__pshared; in pthread_mutexattr_getpshared()
A Dpt-mutexattr-gettype.c27 pthread_mutexattr_gettype (const pthread_mutexattr_t *attrp, int *outp) in pthread_mutexattr_gettype() argument
29 *outp = attrp->__mutex_type; in pthread_mutexattr_gettype()
A Dpt-mutexattr-getrobust.c27 pthread_mutexattr_getrobust (const pthread_mutexattr_t *attrp, int *outp) in pthread_mutexattr_getrobust() argument
29 *outp = ((attrp->__prioceiling & PTHREAD_MUTEX_ROBUST) in pthread_mutexattr_getrobust()

Completed in 5 milliseconds