Home
last modified time | relevance | path

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

12345678910>>...21

/openbsd/src/gnu/usr.bin/perl/ext/VMS-Filespec/lib/VMS/
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/
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/etc/etc.landisk/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.luna88k/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.octeon/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.macppc/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.i386/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.hppa/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.sparc64/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.loongson/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.armv7/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.alpha/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.riscv64/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.powerpc64/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/etc/etc.arm64/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/gnu/llvm/lldb/docs/use/
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/gnu/lib/libstdc++/libstdc++/
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/etc/etc.amd64/
Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd/src/usr.bin/tmux/
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.fg = palette->fg; in popup_draw_cb()
242 if (defaults.bg == 8) in popup_draw_cb()
243 defaults.bg = palette->bg; in popup_draw_cb()
253 tty_draw_line(tty, &s, 0, i, pd->sx, px, py + i, &defaults, in popup_draw_cb()
701 memcpy(&pd->defaults, &grid_default_cell, sizeof pd->defaults); in popup_display()
[all …]
Dtty.c1127 tty_clear_line(struct tty *tty, const struct grid_cell *defaults, u_int py, in tty_clear_line() argument
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_clear_pane_line()
1255 tty_clear_area(struct tty *tty, const struct grid_cell *defaults, u_int py, in tty_clear_area() argument
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_area()
1333 tty_clear_area(tty, &ctx->defaults, y, ry, x, rx, bg); in tty_clear_pane_area()
1346 &ctx->defaults, ctx->palette); in tty_draw_pane()
1350 tty_draw_line(tty, s, i, py, rx, x, ry, &ctx->defaults, in tty_draw_pane()
1430 u_int atx, u_int aty, const struct grid_cell *defaults, in tty_draw_line() argument
[all …]
/openbsd/src/usr.bin/ssh/
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/
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/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
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/
Dmethod-2.m26 /* { dg-warning "defaults to id" "" { target *-*-* } 25 } */
28 /* { dg-warning "defaults to id" "" { target *-*-* } 27 } */
/openbsd/src/etc/mtree/
DBSD.x11.dist7 app-defaults
103 app-defaults
167 app-defaults

12345678910>>...21