Home
last modified time | relevance | path

Searched refs:_PATH_GSS_MECH (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/lib/libgssapi/
HDgss_mech_switch.c40 #ifndef _PATH_GSS_MECH
41 #define _PATH_GSS_MECH "/etc/gss/mech" macro
202 fp = fopen(_PATH_GSS_MECH, "r"); in _gss_load_mech()
204 perror(_PATH_GSS_MECH); in _gss_load_mech()
/freebsd-head/lib/librpcsec_gss/
HDrpcsec_gss_conf.c40 #ifndef _PATH_GSS_MECH
41 #define _PATH_GSS_MECH "/etc/gss/mech" macro
190 fp = fopen(_PATH_GSS_MECH, "r"); in _rpc_gss_load_mech()
/freebsd-head/crypto/heimdal/lib/gssapi/mech/
HDgss_mech_switch.c32 #ifndef _PATH_GSS_MECH
33 #define _PATH_GSS_MECH "/etc/gss/mech" macro
261 fp = fopen(_PATH_GSS_MECH, "r"); in _gss_load_mech()
/freebsd-head/usr.sbin/gssd/
HDgssd.c61 #ifndef _PATH_GSS_MECH
62 #define _PATH_GSS_MECH "/etc/gss/mech" macro
226 fp = fopen(_PATH_GSS_MECH, "r"); in gssd_load_mech()