Home
last modified time | relevance | path

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

12345678910>>...53

/minix3/etc/rc.d/
H A Dbootconf.sh24 if [ -h /etc/etc.default ]; then
25 def=$(ls -ld /etc/etc.default 2>&1)
26 default="${def##*-> *etc.}"
28 default=current
30 if [ "$default" = "current" ]; then
32 default="${def##*-> *etc.}"
39 current|default|\*)
43 if [ "$name" = "$default" ]; then
56 trap "conf=$default; echo; echo Using default of $default" ALRM
57 echo -n "Which configuration [$default] ? "
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Bitcode/
H A Dlocal-linkage-default-visibility.3.4.ll4 ; local-linkage-default-visibility.3.4.ll.bc was generated by passing this file
6 ; with local linkage to default visibility.
8 @default.internal.var = internal global i32 0
9 ; CHECK: @default.internal.var = internal global i32 0
17 @default.private.var = private global i32 0
18 ; CHECK: @default.private.var = private global i32 0
28 @default.internal.alias = alias internal i32* @global
29 ; CHECK: @default.internal.alias = internal alias i32* @global
37 @default.private.alias = alias private i32* @global
38 ; CHECK: @default.private.alias = private alias i32* @global
[all …]
H A Dvisibility-styles.3.2.ll8 @default.var = default global i32 0
9 ; CHECK: @default.var = global i32 0
17 declare default void @default()
18 ; CHECK: declare void @default
/minix3/tests/crypto/libcrypto/conf/
H A Dd_conf.out50 [default] tmp_cert_dir=/tmp/eay/.ca_certs
61 [default] init5==10' again
64 [default] in\#it1=10
68 [default] HOME=/tmp/eay
70 [default] init=5
73 [default] tmp2_cert_dir=thisis/tmp/eaystuff
76 [default] init4=10'
77 [[default]]
78 [default] LOGNAME=Eric Young (home=/tmp/eay)
85 [default] init2=10
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dnarrow-switch.ll14 switch i64 %and, label %sw.default [
26 sw.default:
30 %retval.0 = phi i32 [ 24, %sw.default ], [ 123, %sw.bb2 ], [ 213, %sw.bb1 ], [ 231, %entry ]
43 switch i64 %or, label %sw.default [
55 sw.default:
59 %retval.0 = phi i32 [ 24, %sw.default ], [ 123, %sw.bb2 ], [ 213, %sw.bb1 ], [ 231, %entry ]
75 switch i72 %and, label %sw.default [
87 sw.default:
91 %retval.0 = phi i32 [ 24, %sw.default ], [ 123, %sw.bb2 ], [ 213, %sw.bb1 ], [ 231, %entry ]
110 switch i64 %tmp3, label %sw.default [
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/SimplifyCFG/
H A Dswitch-to-br.ll12 switch i32 %x, label %default [
13 i32 5, label %default
14 i32 6, label %default
15 i32 7, label %default
17 default:
30 switch i32 42, label %default [
31 i32 41, label %default
35 default:
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/
H A Dmain.py142 action="store_true", default=False)
145 type=int, action="store", default=None)
148 action="store", default=None)
152 type=str, action="append", default=[])
159 action="store_true", default=False)
162 action="store_true", default=False)
165 action="store_true", default=False)
171 action="store_false", default=True)
174 action="store_true", default=False)
177 action="store_true", default=False)
[all …]
/minix3/external/bsd/llvm/dist/clang/utils/
H A DFuzzTest204 action='store_true', dest="verbose", default=False)
206 action="store_true", dest="succinct", default=False)
211 default=0)
215 default=[])
219 default=None)
222 action="store_true", dest="log_all", default=False)
228 type=str, action="append", dest="input_files", default=[])
231 type=str, action="append", dest="filelists", default=[])
237 default="0{}[]<>\;@#$^%& ")
240 default=[])
[all …]
/minix3/external/bsd/llvm/dist/llvm/utils/Misc/
H A Dzkill146 action="store", default='INT',
150 action="store_true", default=False)
154 action="store_true", default=False)
157 action="store_true", default=False)
160 action="store_true", default=False)
163 action="store_true", default=False)
169 action="store", default=None)
172 action="store", default=None)
175 action="store", default=None)
178 action="store", type=float, default=None)
[all …]
/minix3/external/bsd/llvm/dist/clang/utils/ABITest/
H A DABITestGen.py355 type='choice', choices=('random','linear'), default='linear')
358 type=int, default=0)
361 type=int, default=0)
364 type=int, default=10000000)
367 type=int, default=1)
370 action='store_true', default=False)
373 type=int, action='append', default=[])
376 type=str, default='-')
379 type=str, default=None)
382 type=str, default=None)
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Driver/
H A Dno-objc-default-synthesize-properties.m1 // RUN: not %clang -fsyntax-only -fno-objc-default-synthesize-properties -fobjc-default-synthesize…
9 // CHECK: error: unknown argument: '-fno-objc-default-synthesize-properties'
10 // CHECK: error: unknown argument: '-fobjc-default-synthesize-properties'
/minix3/external/bsd/llvm/dist/llvm/utils/
H A Dclang-parse-diagnostics-file14 default=False, help="dump all messages.")
16 default=False, help="dump 'error' messages.")
18 default=False, help="dump 'fatal error' messages.")
20 default=False, help="dump 'ignored' messages.")
22 default=False, help="dump 'note' messages.")
24 default=False, help="dump 'warning' messages.")
/minix3/tests/lib/libcurses/tests/
H A Dassume_default_colors6 # This should be the same as the default
8 # default foreground, blue background
12 # red foreground, default background
16 # back to default
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dtail-dup-addr.ll15 br i1 %foo, label %sw.bb, label %sw.default
21 sw.bb1: ; preds = %sw.default, %sw.bb, %entry
22 store i8* blockaddress(@foo, %sw.default), i8** @p, align 8
23 br label %sw.default
25 sw.default: ; preds = %sw.bb1, %entry
/minix3/crypto/external/bsd/heimdal/dist/tests/java/
H A Dkrb5.conf.in21 default = 0-/FILE:@objdir@/messages.log
23 # Have both default and non default salting for single DES encryptes,
24 # this to check if the kdc return default salting.
/minix3/external/bsd/llvm/dist/clang/tools/scan-view/
H A Dscan-view82 '--host', dest="host", default=kDefaultHost, type="string",
85 '--port', dest="port", default=None, type="int",
87 parser.add_option("--debug", dest="debug", default=0,
90 parser.add_option("--auto-reload", dest="autoReload", default=False,
93 parser.add_option("--no-browser", dest="startBrowser", default=True,
96 parser.add_option("--allow-all-hosts", dest="onlyServeLocal", default=True,
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Ddefault-synthesize-2.m17 // default synthesis allows direct access to property ivars.
34 // default synthesized; thus causing user error.
51 // Oops, forgot to write @synthesize! will be default synthesized
66 // default synthesize property named 'var'
69 return self->_var; // compiles because 'var' is synthesized by default
80 // default synthesis of property 'var'
95 // no default synthesis. So error is expected.
110 // With default synthesis, '_object' is be the synthesized ivar not the global
H A Dbuiltin_objc_msgSend.m12 extern __attribute__((visibility("default"))) id objc_msgSendSuper(struct objc_super *super, SEL op…
15 extern __attribute__((visibility("default"))) void objc_msgSendSuper_stret(struct objc_super *super…
18 extern __attribute__((visibility("default"))) void objc_msgSend_stret(id self, SEL op, ...)
/minix3/minix/lib/liblwip/dist/doc/doxygen/
H A Dlwip.Doxyfile21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
33 # The default value is: My Project.
69 # The default value is: NO.
77 # The default value is: NO.
92 # The default value is: English.
99 # The default value is: YES.
108 # The default value is: YES.
136 # The default value is: NO.
144 # The default value is: NO.
[all …]
/minix3/external/bsd/tmux/dist/examples/
H A Dt-williams.conf76 set -g status-bg default
77 set -g status-attr default
81 set-window-option -g window-status-bg default
86 set-window-option -g window-status-current-bg default
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/XCore/
H A DshedulingPreference.ll6 switch i32 undef, label %default [
13 default:
19 %unused = phi double [ %res, %default ], [ undef, %start ]
/minix3/external/bsd/byacc/dist/test/btyacc/
H A Derr_inherit4.error4 YACC: w - line 77 of "./err_inherit4.y", wrong number of default arguments for namelist
7 YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 2 to namelist
10 YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 1 to namelist
/minix3/etc/skel/
H A Ddot.cshrc3 # This is the default .cshrc file.
27 # showing man pages. The default is "more". Another reasonable choice
28 # (included with the system by default) is "less".
31 # Set your default printer, if desired.
48 # (disabled by default, not default behavior)
/minix3/etc/
H A Dttys6 console "/usr/libexec/getty default" minix on secure
7 ttyc1 "/usr/libexec/getty default" minix on secure
8 ttyc2 "/usr/libexec/getty default" minix on secure
9 ttyc3 "/usr/libexec/getty default" minix on secure
/minix3/external/bsd/dhcp/dist/
H A Dconfigure.ac54 AS_HELP_STRING([--enable-debug],[create a debug-only version of the software (default is no).]),
56 # This is very much off by default.
85 AS_HELP_STRING([--enable-failover],[enable support for failover (default is yes)]))
86 # Failover is on by default, so define if it is not explicitly disabled.
94 AS_HELP_STRING([--enable-execute],[enable support for execute() in config (default is yes)]))
95 # execute() is on by default, so define if it is not explicitly disabled.
103 AS_HELP_STRING([--enable-tracing],[enable support for server activity tracing (default is yes)]))
104 # tracing is on by default, so define if it is not explicitly disabled.
112 AS_HELP_STRING([--enable-delayed-ack],[queues multiple DHCPACK replies (default is no)]))
120 AS_HELP_STRING([--enable-dhcpv6],[enable support for DHCPv6 (default is yes)]))
[all …]

12345678910>>...53