Home
last modified time | relevance | path

Searched refs:_option (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/kyua/utils/cmdline/
H A Dexceptions.cpp80 _option(option_) in missing_option_argument_error()
99 return _option; in option()
114 _option(option_), in option_argument_value_error()
135 return _option; in option()
156 _option(option_) in unknown_option_error()
174 return _option; in option()
H A Dexceptions.hpp61 std::string _option; member in utils::cmdline::missing_option_argument_error
74 std::string _option; member in utils::cmdline::option_argument_value_error
95 std::string _option; member in utils::cmdline::unknown_option_error
/freebsd/usr.bin/find/
H A Dfind.h64 struct _option;
69 typedef struct _plandata *creat_f(struct _option *, char ***);
164 typedef struct _option { struct
/freebsd/contrib/openpam/include/security/
H A Dopenpam.h76 const char *_option);
84 const char *_option,
/freebsd/lib/libfigpar/
H A Dfigpar.h90 int (*_unknown)(struct figpar_config *_option,
/freebsd/contrib/nvi/common/
H A Dcommon.h38 typedef struct _option OPTION;
H A Doptions.h49 struct _option { struct
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt211 macro(check_and_add_compiler_option _option)
212 message(STATUS "Checking C compiler flag ${_option}")
213 string(REPLACE "=" "-" _temp_option_variable ${_option})
215 check_c_compiler_flag("${_option}" ${_option_variable})
217 set(C_ADDITIONAL_FLAGS "${C_ADDITIONAL_FLAGS} ${_option}")
/freebsd/contrib/libpcap/
H A DCMakeLists.txt328 macro(check_and_add_compiler_option _option)
329 message(STATUS "Checking C compiler flag ${_option}")
330 string(REPLACE "=" "-" _temp_option_variable ${_option})
332 check_c_compiler_flag("${_option}" ${_option_variable})
334 set(C_ADDITIONAL_FLAGS "${C_ADDITIONAL_FLAGS} ${_option}")
365 macro(require_and_add_compiler_option _option)
366 message(STATUS "Checking C compiler flag ${_option}")
367 string(REPLACE "=" "-" _temp_option_variable ${_option})
369 check_c_compiler_flag("${_option}" ${_option_variable})
371 set(C_ADDITIONAL_FLAGS "${C_ADDITIONAL_FLAGS} ${_option}")
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog1379 * krb5/external.c: Add _gsskrb5_set_{sec_context,cred}_option
1383 * Makefile.am: Add gss_set_{sec_context,cred}_option and sort
1385 * mech/gss_set_{sec_context,cred}_option.c: add