Searched refs:defaults (Results 1 – 25 of 172) sorted by relevance
1234567
| /mirbsd/src/distrib/lists/x11/xetc/ |
| D | mi | 3 ./etc/X11/app-defaults 4 ./etc/X11/app-defaults/Beforelight 5 ./etc/X11/app-defaults/Bitmap 6 ./etc/X11/app-defaults/Bitmap-color 7 ./etc/X11/app-defaults/Chooser 8 ./etc/X11/app-defaults/Clock-color 9 ./etc/X11/app-defaults/Editres 10 ./etc/X11/app-defaults/Editres-color 11 ./etc/X11/app-defaults/SshAskpass 12 ./etc/X11/app-defaults/UXTerm [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/vms/ext/ |
| D | Filespec.pm | 157 my($fspec,$defaults) = @_; 162 $defaults = [] unless $defaults; 163 $defaults = [ $defaults ] unless ref($defaults) && ref($defaults) eq 'ARRAY'; 182 foreach ((@$defaults,$ENV{'DEFAULT'})) {
|
| /mirbsd/src/etc/ |
| D | login.conf | 22 auth-defaults:auth=passwd,skey:auth-sudo=passwd: 25 auth-ftp-defaults:auth-ftp=skey: 46 :tc=auth-defaults:\ 47 :tc=auth-ftp-defaults:
|
| /mirbsd/src/gnu/usr.bin/perl/ext/XS/APItest/t/ |
| D | hash.t | 178 my ($hash, $key, $printable, $message, $defaults) = @_; 186 my %h1 = @$defaults; 187 my %h2 = @$defaults; 191 $HV_STORE_IS_CRAZY = undef unless @$defaults;
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/ |
| D | Select.pm | 585 my %defaults = (); 586 my $pod_parser = new Pod::Select(%defaults); 594 %opts = (%defaults, %{$_});
|
| /mirbsd/src/usr.bin/ssh/ |
| D | ssh_config | 6 # ssh_config(5) for more information. This file provides defaults for 16 # configuration file, and defaults at the end. 18 # Site-wide defaults for some ssh_config(5) options.
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | DH_set_method.pod | 105 that will override any DH defaults set using the DH API (ie. 123 0.9.7, the handling of defaults in the ENGINE API was restructured so that this 125 the previous behaviour. The behaviour of defaults in the ENGINE API now 126 transparently overrides the behaviour of defaults in the DH API without
|
| D | DSA_set_method.pod | 119 that will override any DSA defaults set using the DSA API (ie. 137 0.9.7, the handling of defaults in the ENGINE API was restructured so that this 139 the previous behaviour. The behaviour of defaults in the ENGINE API now 140 transparently overrides the behaviour of defaults in the DSA API without
|
| D | PKCS12_create.pod | 31 can all be set to zero and sensible defaults will be used. 33 These defaults are: 40 bit RC2 encryption for certificates, triple DES
|
| D | RAND_set_rand_method.pod | 63 that will override any RAND defaults set using the RAND API (ie. 79 reverted as the ENGINE API transparently overrides RAND defaults if used,
|
| D | RSA_set_method.pod | 163 ENGINE API function, that will override any RSA defaults set using the RSA 195 version of OpenSSL 0.9.6. For 0.9.7, the handling of defaults in the ENGINE 198 behaviour of defaults in the ENGINE API now transparently overrides the 199 behaviour of defaults in the RSA API without requiring changing these
|
| D | evp.pod | 29 ciphers or digests are registered as defaults, then the various EVP functions
|
| /mirbsd/src/usr.bin/sudo/ |
| D | BUGS | 17 make a sudoers file where the "defaults" options are set after 19 the user. The work-around is to put all 'defaults' entries
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.dgux | 57 This will automatically accept all the defaults and 70 In particular with GCC-2.7.2.x accept all the defaults 77 switch. So your build will fail if you choose the defaults.
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | sort.t | 174 use sort qw(defaults _qsort); 180 use sort qw(defaults stable);
|
| /mirbsd/src/sbin/dhclient/ |
| D | clparse.c | 167 code = parse_option_decl(cfile, &config->defaults[0]); in parse_client_statement() 172 code = parse_option_decl(cfile, &config->defaults[0]); in parse_client_statement() 177 code = parse_option_decl(cfile, &config->defaults[0]); in parse_client_statement() 182 code = parse_option_decl(cfile, &config->defaults[0]); in parse_client_statement()
|
| D | dhclient.c | 1645 if (config->defaults[i].len) { in priv_script_write_params() 1654 dp = config->defaults[i].data; in priv_script_write_params() 1655 len = config->defaults[i].len; in priv_script_write_params() 1658 len = config->defaults[i].len + in priv_script_write_params() 1668 config->defaults[i].data, in priv_script_write_params() 1669 config->defaults[i].len); in priv_script_write_params() 1671 config->defaults[i].len, in priv_script_write_params() 1677 len = config->defaults[i].len + in priv_script_write_params() 1689 config->defaults[i].data, in priv_script_write_params() 1690 config->defaults[i].len); in priv_script_write_params() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/CGI/eg/ |
| D | tryit.cgi | 15 -defaults=>['eenie','minie']),
|
| D | popup.cgi | 16 -defaults=>['eenie','moe']);
|
| D | multiple_forms.cgi | 29 print $query->defaults,$query->submit('form_2','Send Form 2'),"\n";
|
| D | save_state.cgi | 23 print "<P>",$query->defaults;
|
| D | monty.cgi | 29 -defaults=>[England,Asia]);
|
| /mirbsd/src/usr.bin/sudo/lib/ |
| D | Makefile | 7 SRCS= alloc.c defaults.c fileops.c find_path.c gettime.c goodpath.c \
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/ |
| D | alpha.sc | 4 # defaults are appropriate for an Alpha running OSF/1.
|
| D | mips.sc | 4 # defaults are appropriate for a DECstation running Ultrix.
|
1234567