Home
last modified time | relevance | path

Searched full:defaults (Results 1 – 25 of 3166) sorted by relevance

12345678910>>...127

/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dsasl.c54 void *defaults ) in lutil_sasl_freedefs() argument
56 lutilSASLdefaults *defs = defaults; in lutil_sasl_freedefs()
79 lutilSASLdefaults *defaults; in lutil_sasl_defaults() local
81 defaults = ber_memalloc( sizeof( lutilSASLdefaults ) ); in lutil_sasl_defaults()
83 if( defaults == NULL ) return NULL; in lutil_sasl_defaults()
85 defaults->mech = mech ? ber_strdup(mech) : NULL; in lutil_sasl_defaults()
86 defaults->realm = realm ? ber_strdup(realm) : NULL; in lutil_sasl_defaults()
87 defaults->authcid = authcid ? ber_strdup(authcid) : NULL; in lutil_sasl_defaults()
88 defaults->passwd = passwd ? ber_strdup(passwd) : NULL; in lutil_sasl_defaults()
89 defaults->authzid = authzid ? ber_strdup(authzid) : NULL; in lutil_sasl_defaults()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h110 /// compute the size of an inline asm. Defaults to 4.
114 /// out in .debug_frame and .debug_line. Defaults to 1.
118 /// the current PC. Defaults to false.
122 /// to the current PC. Defaults to true.
130 /// other when on the same line. Defaults to ';'
133 /// This indicates the comment string used by the assembler. Defaults to
138 /// at the beginning of statements. Defaults to false.
150 /// asm statements. Defaults to true.
153 /// This is appended to emitted labels. Defaults to ":"
156 // Print the EH begin symbol with an assignment. Defaults to false.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCMake.rst216 14, 17, 20. LLVM Requires C++ 14 or higher. This defaults to 14.
225 targets. Case-sensitive. Defaults to *all*. Example:
234 Build LLVM tools. Defaults to ON. Targets for building each tool are generated
240 Generate build targets for the LLVM tools. Defaults to ON. You can use this
252 Build LLVM examples. Defaults to OFF. Targets for building each example are
257 Generate build targets for the LLVM examples. Defaults to ON. You can use this
261 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test
269 Generate build targets for the LLVM unit tests. Defaults to ON. You can use
274 Adds benchmarks to the list of default targets. Defaults to OFF.
277 Generate build targets for the LLVM benchmarks. Defaults to ON.
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-kdc.in193 ${kadmin} add -p foo --use-defaults foo@${R} || exit 1
194 ${kadmin} add -p foo --use-defaults foo/host.${r}@${R} || exit 1
195 ${kadmin} add -p foo --use-defaults foo@${R2} || exit 1
196 ${kadmin} add -p foo --use-defaults foo@${R3} || exit 1
197 ${kadmin} add -p foo --use-defaults foo@${R4} || exit 1
198 ${kadmin5} add -p foo --use-defaults foo@${R5} || exit 1
199 ${kadmin} add -p foo --use-defaults foo@${R6} || exit 1
200 ${kadmin} add -p foo --use-defaults foo@${R7} || exit 1
201 ${kadmin} add -p foo --use-defaults foo@${R8} || exit 1
202 ${kadmin} add -p foo --use-defaults foo@${H1} || exit 1
[all …]
H A Dcheck-canon.in75 ${kadmin} add -p foo --use-defaults foo@${R1} || exit 1
77 ${kadmin} add -p cross1 --use-defaults krbtgt/${R1}@${R2} || exit 1
78 ${kadmin} add -p cross2 --use-defaults krbtgt/${R2}@${R1} || exit 1
79 ${kadmin} add -p cross3 --use-defaults krbtgt/${R3}@${R1} || exit 1
80 ${kadmin} add -p cross4 --use-defaults krbtgt/${R1}@${R3} || exit 1
81 ${kadmin} add -p cross5 --use-defaults krbtgt/${R3}@${R2} || exit 1
82 ${kadmin} add -p cross6 --use-defaults krbtgt/${R2}@${R3} || exit 1
84 ${kadmin} add -p foo --use-defaults host/t1@${R1} || exit 1
85 ${kadmin} add -p foo --use-defaults host/t2@${R2} || exit 1
86 ${kadmin} add -p foo --use-defaults host/t3@${R3} || exit 1
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure.host19 # cpu_include_dir CPU-specific directory, defaults to cpu/generic
23 # os_include_dir OS-specific directory, defaults to os/generic.
25 # c_model the "C" header model, defaults to c_global.
28 # defaults to no.
31 # defaults to host_cpu-host_os (as per config.guess)
36 # defaults to --print-multi-directory
39 # defaults to cpu_include_dir
42 # defaults to cpu_include_dir
45 # defaults to generic.
48 # defaults to nothing.
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure.host19 # cpu_include_dir CPU-specific directory, defaults to cpu/generic
23 # os_include_dir OS-specific directory, defaults to os/generic.
25 # c_model the "C" header model, defaults to c_global.
28 # defaults to no.
31 # defaults to host_cpu-host_os (as per config.guess)
36 # defaults to --print-multi-directory
39 # defaults to cpu_include_dir
42 # defaults to cpu_include_dir
45 # defaults to generic.
48 # defaults to nothing.
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util/
H A DPod.pm98 my %defaults = ( debug => 0, section => 0, %$defaults_ref );
107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
118 my %podinfo = ( section => $defaults{section});
130 if $defaults{debug};
142 if $defaults{debug};
144 if $defaults{debug};
154 if $defaults{debug};
162 if $defaults{debug};
170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
185 if $defaults{debug};
/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dxpostdef20 $defaults{$name} = $defval;
73 $defaults{$name} = "see \"postconf -d\" output";
77 # with output from the postconf command. Leave alone any defaults
90 $defval = $defaults{$name} if (defined($defaults{$name}));
119 $defval = $defaults{$name} if (defined($defaults{$name}));
/netbsd-src/usr.sbin/pcictl/
H A Dpcictl.868 Any locator not specified defaults
83 If the bus is not specified, it defaults to the bus number of the
85 If the function is not specified, it defaults to 0.
95 If the bus is not specified, it defaults to the bus number of the
97 If the function is not specified, it defaults to 0.
117 If the bus is not specified, it defaults to the bus number of the
119 If the function is not specified, it defaults to 0.
/netbsd-src/external/bsd/pam-u2f/bin/pamu2fcfg/
H A Dcmdline.h46 …char * origin_arg; /**< @brief Origin URL to use during registration. Defaults to pam://hostname. …
47 …char * origin_orig; /**< @brief Origin URL to use during registration. Defaults to pam://hostname …
48 …const char *origin_help; /**< @brief Origin URL to use during registration. Defaults to pam://host…
49 …char * appid_arg; /**< @brief Application ID to use during registration. Defaults to pam://hostnam…
50 …char * appid_orig; /**< @brief Application ID to use during registration. Defaults to pam://hostna…
51 …const char *appid_help; /**< @brief Application ID to use during registration. Defaults to pam://h…
52 …char * type_arg; /**< @brief COSE type to use during registration (ES256 or RS256). Defaults to ES…
53 …char * type_orig; /**< @brief COSE type to use during registration (ES256 or RS256). Defaults to E…
54 …elp; /**< @brief COSE type to use during registration (ES256 or RS256). Defaults to ES256. help de…
67 …char * username_arg; /**< @brief The name of the user registering the device. Defaults to the curr…
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Util/
H A DPod.pm94 my %defaults = ( debug => 0, section => 0, %$defaults_ref );
102 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
106 my %podinfo = ( section => $defaults{section});
119 if $defaults{debug};
121 if $defaults{debug};
129 if $defaults{debug};
137 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A DINSTALL.md16 - prefix: prefix of the path where ppm is to be installed (defaults to /usr/local)
17 - ldap_subdir: OpenLDAP specific subdirectory for modules and configurations (defaults to openldap…
18 - moduledir: where the ppm module is to be deployed (defaults to $prefix/$libexecdir/$ldap_subdir)
19 - etcdir: used to compose default sysconfdir location (defaults to $prefix/etc)
20 - sysconfdir: where the ppm example policy is to be deployed (defaults to $prefix/$etcdir/$ldap_sub…
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-addr2line.rst15 tool with different defaults. The goal is to make it a drop-in replacement for
22 the base from the literal's prefix and defaults to decimal if there is no
25 - ``llvm-addr2line`` defaults not to print function names. Use `-f`_ to enable
28 - ``llvm-addr2line`` defaults not to demangle function names. Use `-C`_ to
31 - ``llvm-addr2line`` defaults not to print inlined frames. Use `-i`_ to show
/netbsd-src/etc/
H A Drc.conf9 # Load the defaults in from /etc/defaults/rc.conf (if it's readable).
12 if [ -r /etc/defaults/rc.conf ]; then
13 . /etc/defaults/rc.conf
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_032.c4 // Test for message: type of parameter '%s' defaults to 'int' [32]
11 /* expect+3: warning: type of parameter 'a' defaults to 'int' [32] */ in add()
12 /* expect+2: warning: type of parameter 'b' defaults to 'int' [32] */ in add()
13 /* expect+1: warning: type of parameter 'c' defaults to 'int' [32] */ in add()
/netbsd-src/external/bsd/openldap/dist/doc/devel/
H A Dargs48 -Y SASL Mechanism (defaults to "best")
49 -R SASL Realm (defaults to empty)
50 -O SASL Security Options (defaults to "noanonymous,noplain")
51 -U SASL Authentication Identity (defaults to USER)
52 -X SASL Authorization Identity (defaults to empty)
/netbsd-src/external/bsd/openldap/man/
H A Dslapo-memberof.545 It defaults to \fIgroupOfNames\fP.
53 It defaults to \fImember\fP.
62 It defaults to \fImemberOf\fP.
70 It defaults to the \fIrootdn\fP of the underlying database.
94 returned in case of violation. It defaults to "constraint violation",
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dmman.d341 private enum DEFAULTS = true;
344 private enum DEFAULTS = false;
351 private enum DEFAULTS = true;
353 private enum DEFAULTS = true;
355 private enum DEFAULTS = true;
357 private enum DEFAULTS = true;
360 private enum DEFAULTS = false;
367 private enum DEFAULTS = true;
369 private enum DEFAULTS = true;
371 private enum DEFAULTS = true;
[all …]
/netbsd-src/usr.sbin/wsmoused/
H A Dwsmoused.conf.5104 Defaults to
112 Defaults to
127 Defaults to
140 Defaults to 5.
178 It defaults to 0.
183 It defaults to 3.
/netbsd-src/share/mk/
H A Dbsd.kernobj.mk4 # It defaults to `${NETBSDSRCDIR}/sys'.
7 # It defaults to `arch/${MACHINE}', but may be overridden
11 # It defaults to `${KERNSRCDIR}/${KERNARCHDIR}/conf'.
16 # It defaults to `${KERNCONFDIRDEFAULT}'.
/netbsd-src/external/bsd/openldap/dist/doc/man/man5/
H A Dslapo-memberof.549 It defaults to \fIgroupOfNames\fP.
57 It defaults to \fImember\fP.
66 It defaults to \fImemberOf\fP.
74 It defaults to the \fIrootdn\fP of the underlying database.
98 returned in case of violation. It defaults to "constraint violation",
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh_config5 # ssh_config(5) for more information. This file provides defaults for
15 # configuration file, and defaults at the end.
17 # Site-wide defaults for some commonly used options. For a comprehensive
18 # list of available options, their meanings and defaults, please see the
/netbsd-src/share/man/man5/
H A Ddaily.557 .Pa /etc/defaults/daily.conf
60 .Pa /etc/defaults/daily.conf
201 Defaults to
205 .Bl -tag -width /etc/defaults/daily.conf -compact
210 .It Pa /etc/defaults/daily.conf
/netbsd-src/external/gpl2/lvm2/dist/man/
H A Dlvm.conf.578 Defaults to "/dev". Commands also accept this as a prefix on volume
84 Defaults to "/dev".
110 Defaults to "/etc/lvm/cache".
114 Defaults to 1.
178 Defaults to "/etc/lvm/archive".
183 Defaults to "/etc/lvm/backup".
199 Defaults to 10.
202 Defaults to 30.
219 Defaults to /proc.
223 Defaults to 077.

12345678910>>...127