Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dgetdents.c45 } *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()
[all …]
/glibc-2.36/hurd/
Dmsgportdemux.c27 mach_msg_header_t *outp);
33 mach_msg_header_t *outp);
37 mach_msg_header_t *outp) in msgport_server() argument
40 mach_msg_header_t *outp); in msgport_server()
42 mach_msg_header_t *outp); in msgport_server()
46 if ((*d->demux) (inp, outp)) in msgport_server()
49 return (_S_exc_server (inp, outp) in msgport_server()
50 || _S_msg_server (inp, outp)); in msgport_server()
/glibc-2.36/sysdeps/mach/hurd/htl/
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()
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()
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()
/glibc-2.36/iconvdata/
Dbug-iconv6.c26 char *outp = outbuf; in do_test() local
29 int ret = iconv (ic, &inp, &inremain, &outp, &outremain); in do_test()
Dbug-iconv4.c17 char *outp = (char *) euc; in xiconv() local
24 ret = iconv (cd, &inp, &inbytesleft, &outp, &outbytesleft); in xiconv()
/glibc-2.36/elf/
Dsotruss.sh106 -o | --o | --ou | --out | --outp | --outpu | --output)
/glibc-2.36/manual/
Dcharset.texi1230 wchar_t *outp = outbuf;
1249 size_t thislen = mbrtowc (outp, inp, filled, &state);
1262 ++outp;
1267 (outp - outbuf) * sizeof (wchar_t));