Home
last modified time | relevance | path

Searched defs:_res (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/crypto/heimdal/base/
H A Dheimbase.h61 #define heim_builtin_expect(_op,_res) __builtin_expect(_op,_res) argument
63 #define heim_builtin_expect(_op,_res) (_op) argument
/freebsd-12.1/lib/libc/resolv/
H A Dres_state.c46 struct __res_state _res; variable
/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmx_cpufunc.h202 uint64_t _res; member
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c71 struct __res_state _res; variable
/freebsd-12.1/include/
H A Dresolv.h284 #define _res (*__res_state()) macro
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c2066 int _res = wpa_drv_get_ssid(wpa_s, ssid_buf); in wpa_supplicant_ctrl_iface_status() local