Searched refs:__type (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/include/ |
D | resolv.h | 55 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);
|
D | netdb.h | 211 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);
|
D | mntent.h | 63 FILE* setmntent(const char* __filename, const char* __type) __INTRODUCED_IN(21);
|
D | stdio_ext.h | 136 int __fsetlocking(FILE* __fp, int __type) __INTRODUCED_IN(23);
|
D | threads.h | 130 int mtx_init(mtx_t* __mutex, int __type) __INTRODUCED_IN(30);
|
D | pthread.h | 181 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/ |
D | threads_inlines.h | 90 __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()
|
D | wctype.h | 58 int iswctype(wint_t __wc, wctype_t __type);
|
/bionic/libc/include/sys/ |
D | auxv.h | 51 unsigned long int getauxval(unsigned long int __type) __INTRODUCED_IN(18);
|
D | klog.h | 69 int klogctl(int __type, char* __buf, int __buf_size);
|
D | wait.h | 55 int waitid(idtype_t __type, id_t __id, siginfo_t* __info, int __options);
|
D | msg.h | 53 ssize_t msgrcv(int __msg_id, void* __msgbuf_ptr, size_t __size, long __type, int __flags) __INTRODU…
|
D | socket.h | 311 __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/ |
D | drm_fourcc.h | 188 #define DRM_FORMAT_MOD_ARM_CODE(__type,__val) fourcc_mod_code(ARM, ((__u64) (__type) << 52) | ((__v… argument
|
/bionic/libc/include/arpa/ |
D | nameser.h | 575 … __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…
|