Home
last modified time | relevance | path

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

12345678910>>...20

/openbsd-src/gnu/usr.bin/perl/ext/VMS-Filespec/lib/VMS/
H A DFilespec.pm251 my($fspec,$defaults) = @_;
256 $defaults = [] unless $defaults;
257 $defaults = [ $defaults ] unless ref($defaults) && ref($defaults) eq 'ARRAY';
276 foreach ((@$defaults,$ENV{'DEFAULT'})) {
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfigure.target19 # 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 model to use for "C" headers, defaults to c_std.
28 # defaults to no.
31 # defaults to target (as per config.guess)
34 # defaults to cpu_include_dir
40 # (defaults to empty in acinclude.m4)
43 # If the defaults will not work for your platform, you need only change the
59 # Here we override defaults and catch more general cases due to naming
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dsymbols.rst20 DebugSymbols.framework also has global defaults that can be modified to allow
23 defaults is **com.apple.DebugSymbols**, and the defaults can be read, written
24 or modified using the **defaults** shell command:
28 % defaults read com.apple.DebugSymbols
29 % defaults write com.apple.DebugSymbols KEY ...
30 % defaults delete com.apple.DebugSymbols KEY
32 The following is a list of the defaults key value setting pairs that can
46 % defaults write com.apple.DebugSymbols DBGFileMappedPaths -string /path/to/uuidmap1
47 % defaults write com.apple.DebugSymbols DBGFileMappedPaths -array /path/to/uuidmap1
60 % defaults write com.apple.DebugSymbols DBGShellCommands -string /path/to/script1
[all …]
/openbsd-src/usr.bin/tmux/
H A Dpopup.c40 struct grid_cell defaults; member
142 memcpy(&ttyctx->defaults, &pd->defaults, sizeof ttyctx->defaults); in popup_init_ctx_cb()
221 struct grid_cell defaults; in popup_draw_cb() local
239 memcpy(&defaults, &pd->defaults, sizeof defaults); in popup_draw_cb()
240 if (defaults.fg == 8) in popup_draw_cb()
241 defaults in popup_draw_cb()
[all...]
H A Dtty.c1127 tty_clear_line(struct tty *tty, const struct grid_cell *defaults, u_int py, in tty_clear_line()
1141 if (c->overlay_check == NULL && !tty_fake_bce(tty, defaults, bg)) { in tty_clear_line()
1188 tty_clear_line(tty, &ctx->defaults, ry, x, rx, bg); in tty_clamp_area()
1255 tty_clear_area(struct tty *tty, const struct grid_cell *defaults, u_int py, in tty_clear_area()
1269 if (c->overlay_check == NULL && !tty_fake_bce(tty, defaults, bg)) { in tty_clear_area()
1322 tty_clear_line(tty, defaults, yy, px, nx, bg); in tty_clear_pane_area()
1333 tty_clear_area(tty, &ctx->defaults, y, ry, x, rx, bg); in tty_draw_pane()
1346 &ctx->defaults, ctx->palette); in tty_draw_pane()
1350 tty_draw_line(tty, s, i, py, rx, x, ry, &ctx->defaults, in tty_check_codeset()
1430 u_int atx, u_int aty, const struct grid_cell *defaults, in tty_draw_line()
1120 tty_clear_line(struct tty * tty,const struct grid_cell * defaults,u_int py,u_int px,u_int nx,u_int bg) tty_clear_line() argument
1248 tty_clear_area(struct tty * tty,const struct grid_cell * defaults,u_int py,u_int ny,u_int px,u_int nx,u_int bg) tty_clear_area() argument
1421 tty_draw_line(struct tty * tty,struct screen * s,u_int px,u_int py,u_int nx,u_int atx,u_int aty,const struct grid_cell * defaults,struct colour_palette * palette) tty_draw_line() argument
2202 tty_cell(struct tty * tty,const struct grid_cell * gc,const struct grid_cell * defaults,struct colour_palette * palette,struct hyperlinks * hl) tty_cell() argument
2552 tty_attributes(struct tty * tty,const struct grid_cell * gc,const struct grid_cell * defaults,struct colour_palette * palette,struct hyperlinks * hl) tty_attributes() argument
3030 tty_default_attributes(struct tty * tty,const struct grid_cell * defaults,struct colour_palette * palette,u_int bg,struct hyperlinks * hl) tty_default_attributes() argument
[all...]
H A Dkey-bindings.c347 static const char *const defaults[] = { in key_bindings_init() local
652 for (i = 0; i < nitems(defaults); i++) { in key_bindings_init()
653 pr = cmd_parse_from_string(defaults[i], NULL); in key_bindings_init()
656 fatalx("bad default key: %s", defaults[i]);
/openbsd-src/usr.bin/ssh/
H A Dssh_config4 # ssh_config(5) for more information. This file provides defaults for
14 # configuration file, and defaults at the end.
16 # Site-wide defaults for some commonly used options. For a comprehensive
17 # list of available options, their meanings and defaults, please see the
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dsort.t139 use sort qw( defaults stable );
143 use sort qw( defaults stable );
163 use sort qw(defaults stable);
190 use sort qw(defaults);
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dselftest_lrc.c968 u32 *defaults; in store_context() local
980 defaults = shmem_pin_map(ce->engine->default_state); in store_context()
981 if (!defaults) { in store_context()
989 hw = defaults; in store_context()
1022 igt_hexdump(defaults, PAGE_SIZE); in store_context()
1042 shmem_unpin_map(ce->engine->default_state, defaults); in store_context()
1139 u32 *defaults; in load_context() local
1151 defaults = shmem_pin_map(ce->engine->default_state); in load_context()
1152 if (!defaults) { in load_context()
1159 hw = defaults; in load_context()
[all …]
H A Dsysfs_engines.c196 return sysfs_emit(buf, "%lu\n", engine->defaults.max_busywait_duration_ns); in max_spin_default()
250 return sysfs_emit(buf, "%lu\n", engine->defaults.timeslice_duration_ms); in timeslice_default()
301 return sysfs_emit(buf, "%lu\n", engine->defaults.stop_timeout_ms); in stop_default()
358 return sysfs_emit(buf, "%lu\n", engine->defaults.preempt_timeout_ms); in preempt_timeout_default()
413 return sysfs_emit(buf, "%lu\n", engine->defaults.heartbeat_interval_ms); in heartbeat_default()
H A Dselftest_engine_heartbeat.c17 engine->defaults.heartbeat_interval_ms); in reset_heartbeat()
406 engine->defaults.heartbeat_interval_ms; in st_engine_heartbeat_enable()
428 engine->defaults.heartbeat_interval_ms; in st_engine_heartbeat_enable_no_pm()
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DSelect.pm578 my %defaults = ();
579 my $pod_parser = Pod::Select->new(%defaults);
587 %opts = (%defaults, %{$_});
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dmethod-2.m26 /* { dg-warning "defaults to id" "" { target *-*-* } 25 } */
28 /* { dg-warning "defaults to id" "" { target *-*-* } 27 } */
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dtrap.t29 # defaults are okay?
30 is($class->config("trap_nan"), 0, 'trap_nan defaults to 0');
31 is($class->config("trap_inf"), 0, 'trap_inf defaults to 0');
H A Dconfig.t23 my %defaults = (
49 my %table = (%defaults, 'class' => $class);
/openbsd-src/gnu/llvm/llvm/docs/
H A DPackaging.rst32 defaults to enabled regardless of the optimization setting, but it slows
37 ``make``'s environment. This defaults to disabled when optimizing, so you
43 ``make``'s environment. This defaults to enabled when not in a
/openbsd-src/gnu/llvm/lld/cmake/modules/
H A DCMakeLists.txt9 "Path for CMake subdirectory for LLD (defaults to '${CMAKE_INSTALL_PACKAGEDIR}/lld')")
15 "Path for CMake subdirectory for LLVM (defaults to '${CMAKE_INSTALL_PACKAGEDIR}/llvm')")
/openbsd-src/usr.sbin/unbound/doc/
H A DREADME.DNS6444 The NAT64 prefix defaults to the DNS64 prefix, which in turn defaults to the
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DProjectMap.py201 defaults = project._field_defaults
204 for field, default_value in defaults.items():
/openbsd-src/gnu/llvm/clang/cmake/modules/
H A DCMakeLists.txt10 "Path for CMake subdirectory for Clang (defaults to '${CMAKE_INSTALL_PACKAGEDIR}/clang')")
16 "Path for CMake subdirectory for LLVM (defaults to '${CMAKE_INSTALL_PACKAGEDIR}/llvm')")
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dmeta-obj.t265 'as_string with no arguments defaults to version 2 and JSON',
271 'as_string using version 2 defaults to JSON',
277 'as_string using version 1.4 defaults to YAML',
/openbsd-src/usr.sbin/dvmrpd/
H A Dparse.y191 | defaults
194 defaults : LASTMEMBERQUERYCNT NUMBER {
341 | defaults nl
359 | defaults nl
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dhash.t576 my ($hash, $key, $printable, $message, $defaults) = @_;
587 my $h1 = {@$defaults};
588 my $h2 = {@$defaults};
597 $HV_STORE_IS_CRAZY = undef unless @$defaults;
/openbsd-src/gnu/usr.bin/perl/cpan/Socket/t/
H A Dip_mreq.t31 is( (unpack_ip_mreq pack_ip_mreq "\xe0\0\0\1")[1], INADDR_ANY, 'pack_ip_mreq interface defaults to …

12345678910>>...20