Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dres-state.c24 # undef _res
25 extern struct __res_state _res;
41 return &_res; in __res_state()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dresolv.h283 #define _res (*__res_state()) macro
450 # undef _res
454 # define _res (*__resp) macro
458 # undef _res
459 # define _res (*__resp)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dresolv.c3566 if (!_res.retrans) in res_init()
3568 if (!_res.retry) in res_init()
3569 _res.retry = 4; in res_init()
3577 if (!_res.id) in res_init()
3578 _res.id = res_randomid(); in res_init()
3581 __res_vinit(&_res, 1); in res_init()
3637 #undef _res
3701 # undef _res
3709 return &_res; in __res_state()
3781 _res_ndots = _res.ndots; in libc_hidden_def()
[all …]
/l4re-core-master/l4sys/include/ARCH-x86/
A D__vcpu-arch.h72 l4_umword_t _res[2]; member
/l4re-core-master/l4sys/include/ARCH-amd64/
A D__vcpu-arch.h90 l4_umword_t _res[1]; member
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat127 [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
128 (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
129 (__libc_res): Define as alias for _res.
136 * resolv/Versions (h_errno, _res): Likewise.
1555 * include/resolv.h (_res): Define to __libc_res in libc.so. Add
1559 * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
1560 (_res): Define.
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dpthread.c48 # undef _res
/l4re-core-master/uclibc/lib/libpthread/src/
A Dpthread.c59 # undef _res
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in1361 bool "Use compatible but bloated _res"
1365 internals a lot (_res global structure). uclibc does not use most
1366 of _res.XXX fields, and with this option OFF they won't even exist.
1371 bool "Use extra compatible but extra bloated _res"

Completed in 22 milliseconds