Searched refs:_res (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-12-stable/crypto/openssh/
H A Dsshd.c2086 if ((_res.options & RES_INIT) == 0) {
/freebsd-12-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c4139 _res.retry = TimeOuts.res_retry[RES_TO_FIRST];
4140 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c2066 int _res = wpa_drv_get_ssid(wpa_s, ssid_buf); local
2067 if (_res < 0)
2070 ssid_len = _res;
/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dvmx.c2942 (struct invept_desc){ .eptp = vmx->eptp, ._res = 0 });
/freebsd-12-stable/crypto/heimdal/
H A Dconfigure17508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _res" >&5
17509 $as_echo_n "checking for _res... " >&6; }
17530 void * foo(void) { return &_res; }
17562 extern int _res;
17563 int foo(void) { return _res; }
17631 ac_fn_c_check_decl "$LINENO" "_res" "ac_cv_have_decl__res" "#include <stdio.h>

Completed in 146 milliseconds

12