Home
last modified time | relevance | path

Searched refs:def_opt (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/wiimms/wiimms-iso-tools/src/ui/
H A Dui.def289 #:def_opt( "IO", "io", "GP", \
470 #:def_opt( "RAW", "raw", "C", \
503 #:def_opt( "ENC", "enc", "CP", \
526 #:def_opt( "ID", "id", "CP", \
594 #:def_opt( "IOS", "ios", "CP", \
760 #:def_opt( "MEM", "mem", "CP", \
810 #:def_opt( "WIA", "wia", "CO", \
816 #:def_opt( "FST", "fst", "C", \
5139 #:def_opt( "IO", "io", "GP", \
5370 #:def_opt( "ID", "id", "CP", \
[all …]
/dports/x11/wofi/wofi-v1.2.4/src/
H A Dconfig.c76 char* config_get(struct map* config, const char* key, char* def_opt) { in config_get() argument
79 opt = def_opt; in config_get()
84 uint8_t config_get_mnemonic(struct map* config, const char* key, char* def_opt, uint8_t num_choices… in config_get_mnemonic() argument
85 char* opt = config_get(config, key, def_opt); in config_get_mnemonic()
/dports/net/kea/kea-2.0.1/src/lib/log/tests/
H A Dlogger_example.cc110 OutputOption def_opt; // Default output option - used in main() local
141 cur_opt = def_opt; in main()
169 cur_opt = def_opt; in main()
197 cur_opt = def_opt; in main()
231 cur_opt = def_opt; in main()
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-collection.c1078 const mongoc_index_opt_t *def_opt; in _mongoc_collection_create_index_legacy() local
1086 def_opt = mongoc_index_opt_get_default (); in _mongoc_collection_create_index_legacy()
1087 opt = opt ? opt : def_opt; in _mongoc_collection_create_index_legacy()
1103 if (opt->unique != def_opt->unique) { in _mongoc_collection_create_index_legacy()
1107 if (opt->name != def_opt->name) { in _mongoc_collection_create_index_legacy()
1128 if (opt->sparse != def_opt->sparse) { in _mongoc_collection_create_index_legacy()
1137 if (opt->v != def_opt->v) { in _mongoc_collection_create_index_legacy()
1141 if (opt->weights != def_opt->weights) { in _mongoc_collection_create_index_legacy()
1202 const mongoc_index_opt_t *def_opt; in mongoc_collection_create_index_with_opts() local
1228 opt = opt ? opt : def_opt; in mongoc_collection_create_index_with_opts()
[all …]
/dports/x11/wofi/wofi-v1.2.4/inc/
H A Dconfig.h29 char* config_get(struct map* config, const char* key, char* def_opt);
31 uint8_t config_get_mnemonic(struct map* config, const char* key, char* def_opt, uint8_t num_choices…
/dports/net/ntp/ntp-4.2.8p15/sntp/libopts/
H A Dfind.c701 uint16_t * def_opt; in find_opt() local
714 def_opt = VOIDP(&(opts->specOptIdx.default_opt)); in find_opt()
715 def = *def_opt; in find_opt()
716 *def_opt = NO_EQUIVALENT; in find_opt()
718 *def_opt = (uint16_t)def; in find_opt()
/dports/archivers/sharutils/sharutils-4.15.2/libopts/
H A Dfind.c701 uint16_t * def_opt; in find_opt() local
714 def_opt = VOIDP(&(opts->specOptIdx.default_opt)); in find_opt()
715 def = *def_opt; in find_opt()
716 *def_opt = NO_EQUIVALENT; in find_opt()
718 *def_opt = (uint16_t)def; in find_opt()
/dports/devel/autogen/autogen-5.18.16/autoopts/
H A Dfind.c686 uint16_t * def_opt; in find_opt() local
699 def_opt = VOIDP(&(opts->specOptIdx.default_opt)); in find_opt()
700 def = *def_opt; in find_opt()
701 *def_opt = NO_EQUIVALENT; in find_opt()
703 *def_opt = (uint16_t)def; in find_opt()
/dports/security/gnutls/gnutls-3.6.16/src/libopts/
H A Dfind.c686 uint16_t * def_opt; in find_opt() local
699 def_opt = VOIDP(&(opts->specOptIdx.default_opt)); in find_opt()
700 def = *def_opt; in find_opt()
701 *def_opt = NO_EQUIVALENT; in find_opt()
703 *def_opt = (uint16_t)def; in find_opt()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/libopts/
H A Dfind.c701 uint16_t * def_opt; in find_opt() local
714 def_opt = VOIDP(&(opts->specOptIdx.default_opt)); in find_opt()
715 def = *def_opt; in find_opt()
716 *def_opt = NO_EQUIVALENT; in find_opt()
718 *def_opt = (uint16_t)def; in find_opt()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/LGPL/
H A Dautoopts.c515 tAoUS * def_opt; in findOptDesc() local
528 def_opt = (void *)&(pOpts->specOptIdx.default_opt); in findOptDesc()
529 def = *def_opt; in findOptDesc()
530 *def_opt = NO_EQUIVALENT; in findOptDesc()
532 *def_opt = def; in findOptDesc()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/BSD/
H A Dautoopts.c515 tAoUS * def_opt; in findOptDesc() local
528 def_opt = (void *)&(pOpts->specOptIdx.default_opt); in findOptDesc()
529 def = *def_opt; in findOptDesc()
530 *def_opt = NO_EQUIVALENT; in findOptDesc()
532 *def_opt = def; in findOptDesc()
/dports/textproc/p5-XML-Simple/XML-Simple-2.25/lib/XML/
H A DSimple.pm121 my %def_opt;
126 $def_opt{$lkey} = $val;
128 my $self = { def_opt => \%def_opt };
752 if(exists($self->{def_opt}->{$_})) {
753 $opt->{$_} = $self->{def_opt}->{$_};
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-collection.c1327 const mongoc_index_opt_t *def_opt; in mongoc_collection_create_index_with_opts() local
1350 def_opt = mongoc_index_opt_get_default (); in mongoc_collection_create_index_with_opts()
1351 opt = opt ? opt : def_opt; in mongoc_collection_create_index_with_opts()
1370 name = (opt->name != def_opt->name) ? opt->name : NULL; in mongoc_collection_create_index_with_opts()
1406 if (opt->expire_after_seconds != def_opt->expire_after_seconds) { in mongoc_collection_create_index_with_opts()
1410 if (opt->v != def_opt->v) { in mongoc_collection_create_index_with_opts()
1413 if (opt->weights && (opt->weights != def_opt->weights)) { in mongoc_collection_create_index_with_opts()
1416 if (opt->default_language != def_opt->default_language) { in mongoc_collection_create_index_with_opts()
1420 if (opt->language_override != def_opt->language_override) { in mongoc_collection_create_index_with_opts()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/handlers/
H A Dextract_module.rs367 let def_opt: Option<Definition> = match name_classify { in resolve_imports() localVariable
372 if let Some(def) = def_opt { in resolve_imports()
393 let def_opt: Option<Definition> = match name_classify { in resolve_imports() localVariable
398 if let Some(def) = def_opt { in resolve_imports()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/handlers/
H A Dextract_module.rs367 let def_opt: Option<Definition> = match name_classify { in resolve_imports() localVariable
372 if let Some(def) = def_opt { in resolve_imports()
393 let def_opt: Option<Definition> = match name_classify { in resolve_imports() localVariable
398 if let Some(def) = def_opt { in resolve_imports()
/dports/www/ilias6/ILIAS-6.14/Services/User/Settings/classes/
H A Dclass.ilPersonalSettingsGUI.php648 $def_opt = new ilRadioOption($this->lng->txt("adm_user_starting_point_inherit"), 0);
649 $def_opt->setInfo($this->lng->txt("adm_user_starting_point_inherit_info"));
650 $si->addOption($def_opt);
/dports/www/ilias/ILIAS-5.4.25/Services/User/classes/
H A Dclass.ilPersonalSettingsGUI.php696 $def_opt = new ilRadioOption($this->lng->txt("adm_user_starting_point_inherit"), 0);
697 $def_opt->setInfo($this->lng->txt("adm_user_starting_point_inherit_info"));
698 $si->addOption($def_opt);
/dports/games/brickshooter/brickshooter-0.04/
H A Dbrickshooter.c2147 int i, def_opt = OPTIONS_OPTS-1; in options_menu_loop() local
2164 selected_opt = show_menu(screen, "Options", OPTIONS_OPTS, optionsmenu, def_opt); in options_menu_loop()
2165 def_opt = selected_opt; in options_menu_loop()
2483 static int def_opt = 0; in main_menu_loop() local
2488 …selected_opt = show_menu(screen, GAME_NAME, ARRAY_SIZE(mainmenuoptions), mainmenuoptions, def_opt); in main_menu_loop()
2489 def_opt = selected_opt; in main_menu_loop()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/libsphinxclient/
H A Dsphinxclient.c2099 sphinx_excerpt_options def_opt; in sphinx_build_excerpts() local
2115 sphinx_init_excerpt_options ( &def_opt ); in sphinx_build_excerpts()
2116 opts = &def_opt; in sphinx_build_excerpts()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/libsphinxclient/
H A Dsphinxclient.c2284 sphinx_excerpt_options def_opt; in sphinx_build_excerpts() local
2300 sphinx_init_excerpt_options ( &def_opt ); in sphinx_build_excerpts()
2301 opts = &def_opt; in sphinx_build_excerpts()