Home
last modified time | relevance | path

Searched +defs:options +defs:add (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/autofs/
H A Dautomountd.c70 struct autofs_daemon_done add; in done() local
177 char *key, *options, *fstype, *nobrowse, *retrycnt, *tmp; in handle_request() local
437 char *options = NULL; in main_automountd() local
/freebsd/contrib/xz/src/liblzma/common/
H A Dstring_conversion.c678 const uint32_t add = (uint32_t)(*p - '0'); in parse_options() local
841 void *options = lzma_alloc_zero( in parse_filter() local
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js1035 add = function( args ) { function in jQuery.Callbacks
1086 add: function() { method
2892 add: function( elem, types, handler, data, selector ) { method
6642 swap: function( elem, options, callback ) { argument
6986 function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR, argument
7267 ajax: function( url, options ) { argument
7654 add = function( key, value ) { function
7685 function buildParams( prefix, obj, traditional, add ) { argument
8669 fx: function( elem, options, prop ) { argument
8957 jQuery.fn.offset = function( options ) { argument
[all …]
/freebsd/usr.sbin/inetd/
H A Dinetd.c250 static int options; variable
2523 search_proc(pid_t pid, int add) in search_proc()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c851 size_t add = 0; in ossl_ssl_connection_new_int() local
867 size_t add = 0; in ossl_ssl_connection_new_int() local
883 size_t add = 0; in ossl_ssl_connection_new_int() local
1918 OSSL_PARAM options[2], *opts = options; in SSL_set_read_ahead() local
3007 OSSL_PARAM options[2], *opts = options; in ossl_ctrl_internal() local
6292 OSSL_PARAM options[2], *opts = options; in SSL_set_options() local
6324 OSSL_PARAM options[2], *opts = options; in SSL_clear_options() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp166 auto *options = reinterpret_cast<Elf_Mips_Options *>(buf); in writeTo() local
1823 auto add = [&](int64_t v) { encodeSLEB128(v, os); }; in updateAllocSize() local
4668 auto add = [](SyntheticSection &sec) { ctx.inputSections.push_back(&sec); }; in createSyntheticSections() local
4710 auto add = [&](SyntheticSection &sec) { in createSyntheticSections() local
/freebsd/sys/dev/ice/
H A Dice_common.c6675 struct ice_aqc_get_port_options_elem *options, in ice_aq_get_port_options()
6820 ice_lldp_fltr_add_remove(struct ice_hw *hw, u16 vsi_num, bool add) in ice_lldp_fltr_add_remove()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1361 const double add = costs[l_i + 1][r_i]; in CalculateOptimalEdits() local
5769 absl::FailureSignalHandlerOptions options; in PostFlagParsingInit() local