Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/dflybsd-src/etc/rc.d/
H A Dbootconf21 if [ -L /etc/etc.default ]; then
22 def=`ls -ld /etc/etc.default 2>&1`
23 default="${def##*-> etc.}"
25 default=current
27 if [ "$default" = "current" ]; then
29 default="${def##*-> etc.}"
36 current|default|\*)
40 if [ "$name" = "$default" ]; then
55 trap "conf=$default; echo; echo Using default of $conf" ALRM
56 echo -n "Which configuration [$default] ? "
[all …]
/dflybsd-src/etc/
H A Dlogin.conf25 default:\
56 :tc=default:
58 :tc=default:
60 :tc=default:
62 :tc=default:
64 :tc=default:
66 :tc=default:
75 :tc=default:
83 :tc=default:
H A Dremote10 # cu call unit (default is dv)
13 # el EOL marks (default is NULL)
14 # fs frame size (default is BUFSIZ) -- used in buffering writes on
16 # ie input EOF marks (default is NULL)
17 # oe output EOF string (default is NULL)
18 # pa The parity type to use: even, odd, none, zero, one (default even)
/dflybsd-src/share/examples/etc/
H A DREADME.examples70 defaults/ - directory containing default configuration files
71 defaults/compilers.conf - default configuration for non-base compilers
72 defaults/devfs.conf - default rule file for devfs(5)
73 defaults/make.conf - system build default information
74 defaults/periodic.conf - default configuration file for periodic(8)
75 defaults/rc.conf - system configuration default info
76 defaults/uuids - default list of UUIDs and names (see uuid(3))
77 ssh/ - directory containing default ssh files
78 ssh/moduli - default prime numbers for sshd(8)
79 ssh/ssh_config - default SSH client configuration
[all …]
/dflybsd-src/contrib/file/magic/Magdir/
H A Dnim-lang10 >&0 default x
13 >>&0 default x
20 >&0 default x
23 >>&0 default x
H A Ddsf6 # Reference: https://dsd-guide.com/sites/default/files/white-papers/DSFFileFormatSpec_E.pdf
15 >0x30 default x
19 >0x38 default x
23 >0x3c default x
H A Dmsooxml35 >0x1E default x
48 >>>>>&26 default x
53 >>>>>>>&26 default x
56 >>>>>>>>>&26 default x Microsoft OOXML
57 >>>>>>>&26 default x Microsoft OOXML
58 >>>>>&26 default x Microsoft OOXML
H A Drtf35 >6 default x \b, unknown character set
50 # look again at version byte to use default clause
55 #>6 search/1 \\adeflang \b, default middle east language ID
56 >>6 search/497 \\adeflang \b, default middle east language ID
62 # else look for default language to be used when the \plain control word is encountered
63 >>6 default x
67 >>>>&0 string >0 \b, default language ID %-.4s
H A Dwordprocessors159 # probably default directory name like: "C:\WP51\"
196 >>9 default x
202 >>9 default x
210 >>9 default x
215 >>9 default x
219 >>9 default x
225 >>9 default x
233 >>9 default x
240 >>9 default x
244 >>9 default x
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Datomic43 namespace std _GLIBCXX_VISIBILITY(default)
60 atomic_bool() noexcept = default;
61 ~atomic_bool() noexcept = default;
164 atomic() noexcept = default;
165 ~atomic() noexcept = default;
293 atomic() noexcept = default;
294 ~atomic() noexcept = default;
482 atomic() noexcept = default;
483 ~atomic() noexcept = default;
501 atomic() noexcept = default;
[all …]
/dflybsd-src/crypto/openssh/
H A Dsshd_config8 # The strategy used for options in the default sshd_config shipped with
9 # OpenSSH is to specify options with their default value where
11 # default value.
23 #RekeyLimit default none
39 # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
105 # no default banner path
108 # override default of no subsystems
/dflybsd-src/etc/etc.x86_64/
H A Ddisktab11 # sc #sectors/cylinder, ns*nt default
12 # su #sectors/unit, sc*nc default
13 # se sector size, DEV_BSIZE default
14 # rm rpm, 3600 default
16 # sk sector skew per track, default 0
17 # cs sector skew per cylinder, default 0
18 # hs headswitch time, default 0
19 # ts one-cylinder seek time, default 0
20 # il sector interleave (n:1), 1 default
21 # bs boot block size, default BBSIZE
[all …]
/dflybsd-src/usr.bin/tip/
H A DNEWS6 Configurable unidialer driver compiled in by default. Builtin
7 ACU drivers no longer compiled in by default.
39 tip makefile does not create a link to cu by default.
57 Use HoneyDanber style locks by default (ASCII PIDs written to lock files).
59 Changed default uucp file lock directory to "/var/spool/locks"
60 to be consistent with default build of Taylor uucp.
/dflybsd-src/sys/tools/
H A Dmakeobjops.awk227 default = "";
235 default = extra;
236 sub(/.*DEFAULT[ ]*/, "", default);
237 sub(/[; ]+.*$/, "", default);
281 if (default == "")
282 default = "kobj_error_method";
293 printc("\t0, { &" mname "_desc, (kobjop_t)" default " }");
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Datomic44 namespace std _GLIBCXX_VISIBILITY(default)
69 atomic() noexcept = default;
70 ~atomic() noexcept = default;
194 atomic() noexcept = default;
195 ~atomic() noexcept = default;
358 atomic() noexcept = default;
359 ~atomic() noexcept = default;
551 atomic() noexcept = default;
552 ~atomic() noexcept = default;
574 atomic() noexcept= default;
[all …]
H A Dscoped_allocator42 namespace std _GLIBCXX_VISIBILITY(default)
93 __inner_type_impl() = default;
94 __inner_type_impl(const __inner_type_impl&) = default;
95 __inner_type_impl(__inner_type_impl&&) = default;
96 __inner_type_impl& operator=(const __inner_type_impl&) = default;
97 __inner_type_impl& operator=(__inner_type_impl&&) = default;
126 __inner_type_impl() = default;
127 __inner_type_impl(const __inner_type_impl&) = default;
128 __inner_type_impl(__inner_type_impl&&) = default;
129 __inner_type_impl& operator=(const __inner_type_impl&) = default;
[all …]
/dflybsd-src/stand/boot/common/
H A Dhelp.common17 To boot another kernel than the default in kernel/, change directory
111 Displays <prompt> or a default prompt, and counts down <delay> seconds
112 before attempting to boot. If <delay> is not specified, the default
122 has not already been loaded, it will be booted instead of the default
162 The EHCI kernel module is by default loaded automatically.
180 The XHCI kernel module is by default loaded automatically.
265 # Tset Sautoboot_delay DSet the default autoboot / menu delay
269 Sets the default delay in seconds for the `autoboot' and `menu'
270 commands to wait before booting. The default value is 10 seconds.
273 # Tset Sbootfile DSet the default boot file set
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/profile/
H A Ddeque34 namespace std _GLIBCXX_VISIBILITY(default)
59 deque() = default;
60 deque(const deque&) = default;
61 deque(deque&&) = default;
69 ~deque() = default;
118 operator=(const deque&) = default;
121 operator=(deque&&) = default;
H A Dforward_list38 namespace std _GLIBCXX_VISIBILITY(default)
55 forward_list() = default;
86 forward_list(const forward_list&) = default;
87 forward_list(forward_list&&) = default;
94 ~forward_list() = default;
97 operator=(const forward_list&) = default;
100 operator=(forward_list&&) = default;
/dflybsd-src/test/stress/stress2/
H A Drun.sh44 . ./default.cfg
49 for i in `ls *.cfg | grep -v default`; do
61 CONFIG=./default.cfg
/dflybsd-src/gnu/lib/gcc80/libgcov/
H A DMakefile43 gthr-default.h: gthr-posix.h
54 ${LIBGCOV_INTERFACE:S/$/.o/}: ${GCCDIR}/libgcc/libgcov-interface.c gthr-default.h
72 ${LIBGCOV_INTERFACE:S/$/.po/}: ${GCCDIR}/libgcc/libgcov-interface.c gthr-default.h
90 ${LIBGCOV_INTERFACE:S/$/.So/}: ${GCCDIR}/libgcc/libgcov-interface.c gthr-default.h
101 CLEANFILES+= auto-target.h gthr-default.h
/dflybsd-src/gnu/lib/gcc47/libgcc_eh/
H A DMakefile28 SRCS+= unwind.h md-unwind-support.h gthr-default.h
36 gthr-default.h: gthr-posix.h
39 CLEANFILES+= unwind.h md-unwind-support.h gthr-default.h
/dflybsd-src/share/examples/pf/
H A Dfaq-example317 # std_ext - the standard queue. also the default queue for
25 queue std_ext bandwidth 500Kb cbq(default borrow)
43 # std_int - the standard queue. also the default queue for outgoing
50 queue std_int bandwidth 250Kb cbq(default borrow)
68 # net_dmz_misc - all non-http traffic. this is also the default queue.
73 queue net_dmz_misc bandwidth 50% priority 1 cbq(default borrow)
86 # default deny
/dflybsd-src/contrib/gdb-7/readline/doc/
H A Drluser.texi50 Command line editing is enabled by default when using an interactive shell,
54 By default, the line editing commands are similar to those of Emacs.
337 keybindings installed by default, it is possible to use a different set
348 that variable is unset, the default is @file{~/.inputrc}. If that
349 file does not exist or cannot be read, the ultimate default is
389 change from the default Emacs-like key binding to use
419 If set to @samp{audible} (the default), Readline attempts to ring
431 @code{insert-comment} command is executed. The default value
441 The default value is -1.
447 The default value is @samp{off}.
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/common/
H A Dcommon-target.def47 /* Set default optimizations for the target. */
55 "Set target-dependent default values for @option{--param} settings, using\
78 the stack in some configurations. The default version of this hook\
86 /* True if unwinding tables should be generated by default. */
101 computed relative to GCC's internal directories, false (default) if such\

12345678910>>...32