Home
last modified time | relevance | path

Searched refs:_u (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/lib/libc/resolv/
H A Dres_init.c197 struct __res_state_ext *ext = statp->_u._ext.ext; in __res_kqinit()
272 statp->_u._ext.nscount = 0; in __res_vinit()
273 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext)); in __res_vinit()
274 if (statp->_u._ext.ext != NULL) { in __res_vinit()
275 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext)); in __res_vinit()
276 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr; in __res_vinit()
277 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); in __res_vinit()
278 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); in __res_vinit()
428 sizeof(statp->_u._ext.ext->nsaddrs[0]); in __res_vinit()
442 if (statp->_u._ext.ext != NULL) { in __res_vinit()
[all …]
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_init.c185 if (statp->_u._ext.ext != NULL) in __res_vinit()
228 statp->_u._ext.nscount = 0; in __res_vinit()
229 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext)); in __res_vinit()
230 if (statp->_u._ext.ext != NULL) { in __res_vinit()
231 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext)); in __res_vinit()
232 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr; in __res_vinit()
233 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); in __res_vinit()
234 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); in __res_vinit()
383 sizeof(statp->_u._ext.ext->nsaddrs[0]); in __res_vinit()
397 if (statp->_u._ext.ext != NULL) { in __res_vinit()
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dinvsqrt_limb.h311 mp_limb_t _u, _invs, _r, _h, _l; \
312 _u = (u); \
313 __gmpfr_invsqrt_limb_approx (_invs, _u); \
314 umul_hi (_h, _invs, _u); \
315 _r = _h + _u; \
321 sub_ddmmss (_h, _l, _u, 0, _h, _l); \
H A Dmpfr.h959 #define mpfr_cmp_ui(_f,_u) \ argument
960 (__builtin_constant_p (_u) && (mpfr_ulong) (_u) == 0 ? \
962 mpfr_cmp_ui_2exp ((_f), (_u), 0))
972 #define mpfr_set_ui(_f,_u,_r) \ argument
973 (__builtin_constant_p (_u) && (mpfr_ulong) (_u) == 0 ? \
979 mpfr_set_ui_2exp ((_f), (_u), 0, (_r)))
992 #define mpfr_mul_ui(_f, _g, _u,_r) \ argument
993 (__builtin_constant_p (_u) && (mpfr_ulong) (_u) >= 1 && \
994 ((mpfr_ulong) (_u) & ((mpfr_ulong) (_u) - 1)) == 0 ? \
995 mpfr_mul_2si((_f), (_g), __builtin_ctzl (_u), (_r)) : \
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Ddefs.h395 } _u; member
396 #define b_expr _u._expr
397 #define b_addr _u._addr
398 #define b_const _u._const
399 #define b_error _u._error
400 #define b_list _u._list
401 #define b_prim _u._prim
402 #define b_name _u._name
403 #define b_param _u._param
404 #define b_impldo _u._impldo
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h250 } _u; member
270 } _u; member
293 } _u; member
313 } _u; member
327 #define ctt_size _u._size /* For fundamental types that have a size. */
328 #define ctt_type _u._type /* For types that reference another type. */
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h250 } _u; member
270 } _u; member
293 } _u; member
313 } _u; member
327 #define ctt_size _u._size /* For fundamental types that have a size. */
328 #define ctt_type _u._type /* For types that reference another type. */
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h168 } _u; member
185 } _u; member
190 #define ctt_size _u._size /* for fundamental types that have a size */
191 #define ctt_type _u._type /* for types that reference another type */
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h221 } _u; member
241 } _u; member
255 #define ctt_size _u._size /* For fundamental types that have a size. */
256 #define ctt_type _u._type /* For types that reference another type. */
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/include/
H A Ddlz_minimal.h
/netbsd-src/external/bsd/libbind/dist/
H A Dport_before.h.in168 union { const void *k; void *v; } _u; \
169 _u.k = konst; \
170 var = _u.v; \
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h193 } _u; member
198 #define intr_iformat _u._iformat
199 #define intr_fformat _u._fformat
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.h116 } _u; member
121 #define ctti_size _u._size
122 #define ctti_type _u._type
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dutil.h112 } _u; \
113 _u.k = konst; \
114 var = _u.v; \
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_linux.cc307 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1) in ExtractResolvFDs()
308 fds[cnt++] = statp->_u._ext.nssocks[i]; in ExtractResolvFDs()
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dutil.h
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_linux.cc309 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1) in ExtractResolvFDs()
310 fds[cnt++] = statp->_u._ext.nssocks[i]; in ExtractResolvFDs()
/netbsd-src/crypto/external/bsd/heimdal/include/
H A Droken.h162 #define rk_getpwuid_r(_u, _pw, _b, _sz, _pwd) getpwuid_r(_u, _pw, _b, _sz, _pwd) argument
/netbsd-src/external/bsd/file/dist/src/
H A Dfile.h364 } _u; member
365 #define num_mask _u._mask
366 #define str_range _u._s._count
367 #define str_flags _u._s._flags
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_linux.cpp339 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1) in ExtractResolvFDs()
340 fds[cnt++] = statp->_u._ext.nssocks[i]; in ExtractResolvFDs()
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dxcoff.c150 } _u; member
151 #define n_name _u._name
152 #define n_zeroes _u._s._zeroes
153 #define n_offset_ _u._s._offset
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dxcoff.c151 } _u; member
152 #define n_name _u._name
153 #define n_zeroes _u._s._zeroes
154 #define n_offset_ _u._s._offset
/netbsd-src/sys/dev/ic/
H A Dmpt_mpilib.h417 } _u; member
452 } _u; member
516 } _u; member
532 } _u; member
546 } _u; member
561 } _u; member
3941 } _u; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d144 union _u { union
156 _u u;

12