Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 15 of 15) sorted by relevance

/bionic/libc/include/
Dresolv.h55 const char* p_type(int __type);
58 int res_mkquery(int __opcode, const char* __domain_name, int __class, int __type, const u_char* __d…
59 int res_query(const char* __name, int __class, int __type, u_char* __answer, int __answer_size);
60 int res_search(const char* __name, int __class, int __type, u_char* __answer, int __answer_size);
Dnetdb.h211 struct hostent* gethostbyaddr(const void* __addr, socklen_t __length, int __type);
212 int gethostbyaddr_r(const void* __addr, socklen_t __length, int __type, struct hostent* __ret, char…
223 struct netent* getnetbyaddr(uint32_t __net, int __type);
Dmntent.h63 FILE* setmntent(const char* __filename, const char* __type) __INTRODUCED_IN(21);
Dstdio_ext.h136 int __fsetlocking(FILE* __fp, int __type) __INTRODUCED_IN(23);
Dthreads.h130 int mtx_init(mtx_t* __mutex, int __type) __INTRODUCED_IN(30);
Dpthread.h181 int pthread_mutexattr_gettype(const pthread_mutexattr_t* __attr, int* __type);
185 int pthread_mutexattr_settype(pthread_mutexattr_t* __attr, int __type);
/bionic/libc/include/bits/
Dthreads_inlines.h90 __BIONIC_THREADS_INLINE int mtx_init(mtx_t* __mtx, int __type) { in mtx_init() argument
91 int __pthread_type = (__type & mtx_recursive) ? PTHREAD_MUTEX_RECURSIVE in mtx_init()
93 __type &= ~mtx_recursive; in mtx_init()
94 if (__type != mtx_plain && __type != mtx_timed) return thrd_error; in mtx_init()
Dwctype.h58 int iswctype(wint_t __wc, wctype_t __type);
/bionic/libc/include/sys/
Dauxv.h51 unsigned long int getauxval(unsigned long int __type) __INTRODUCED_IN(18);
Dklog.h69 int klogctl(int __type, char* __buf, int __buf_size);
Dwait.h55 int waitid(idtype_t __type, id_t __id, siginfo_t* __info, int __options);
Dmsg.h53 ssize_t msgrcv(int __msg_id, void* __msgbuf_ptr, size_t __size, long __type, int __flags) __INTRODU…
Dsocket.h311 __socketcall int socket(int __af, int __type, int __protocol);
312 __socketcall int socketpair(int __af, int __type, int __protocol, int __fds[2]);
/bionic/libc/kernel/uapi/drm/
Ddrm_fourcc.h188 #define DRM_FORMAT_MOD_ARM_CODE(__type,__val) fourcc_mod_code(ARM, ((__u64) (__type) << 52) | ((__v… argument
/bionic/libc/include/arpa/
Dnameser.h575 … __msg, size_t __msg_size, const char* __name, ns_class __class, ns_type __type, u_long __ttl, con…
603 … __msg, size_t __msg_size, const char* __name, ns_class __class, ns_type __type, u_long __ttl, con…