Home
last modified time | relevance | path

Searched refs:default_config (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/utils/check_cfc/
Dcheck_cfc.py314 default_config = """ variable
322 default_config += "{} = false\n".format(c)
325 config.readfp(io.BytesIO(default_config))
/openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/
Dardi.c551 ParameterConfig *default_config = NULL; in angel_RDI_open() local
552 Adp_Ioctl( DC_GET_DEFAULT_PARAMS, (void *)&default_config ); in angel_RDI_open()
553 if ( default_config != NULL ) { in angel_RDI_open()
554 ParameterOptions *default_options = config_to_options(default_config); in angel_RDI_open()
656 ParameterConfig *default_config = NULL; in angel_negotiate_defaults() local
657 Adp_Ioctl( DC_GET_DEFAULT_PARAMS, (void *)&default_config ); in angel_negotiate_defaults()
658 if ( default_config != NULL ) { in angel_negotiate_defaults()
659 ParameterOptions *default_options = config_to_options(default_config); in angel_negotiate_defaults()
/openbsd/src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
DLong.pm131 my $default_config = do {
136 sub _default_config { $default_config }