Home
last modified time | relevance | path

Searched refs:defaults (Results 1 – 25 of 172) sorted by relevance

1234567

/mirbsd/src/distrib/lists/x11/xetc/
Dmi3 ./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/
DFilespec.pm157 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/
Dlogin.conf22 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/
Dhash.t178 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/
DSelect.pm585 my %defaults = ();
586 my $pod_parser = new Pod::Select(%defaults);
594 %opts = (%defaults, %{$_});
/mirbsd/src/usr.bin/ssh/
Dssh_config6 # 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/
DDH_set_method.pod105 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
DDSA_set_method.pod119 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
DPKCS12_create.pod31 can all be set to zero and sensible defaults will be used.
33 These defaults are: 40 bit RC2 encryption for certificates, triple DES
DRAND_set_rand_method.pod63 that will override any RAND defaults set using the RAND API (ie.
79 reverted as the ENGINE API transparently overrides RAND defaults if used,
DRSA_set_method.pod163 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
Devp.pod29 ciphers or digests are registered as defaults, then the various EVP functions
/mirbsd/src/usr.bin/sudo/
DBUGS17 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/
DREADME.dgux57 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/
Dsort.t174 use sort qw(defaults _qsort);
180 use sort qw(defaults stable);
/mirbsd/src/sbin/dhclient/
Dclparse.c167 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()
Ddhclient.c1645 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/
Dtryit.cgi15 -defaults=>['eenie','minie']),
Dpopup.cgi16 -defaults=>['eenie','moe']);
Dmultiple_forms.cgi29 print $query->defaults,$query->submit('form_2','Send Form 2'),"\n";
Dsave_state.cgi23 print "<P>",$query->defaults;
Dmonty.cgi29 -defaults=>[England,Asia]);
/mirbsd/src/usr.bin/sudo/lib/
DMakefile7 SRCS= alloc.c defaults.c fileops.c find_path.c gettime.c goodpath.c \
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Dalpha.sc4 # defaults are appropriate for an Alpha running OSF/1.
Dmips.sc4 # defaults are appropriate for a DECstation running Ultrix.

1234567