| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | Path.h | 82 friend const_iterator begin(StringRef path, Style style); 107 friend reverse_iterator rbegin(StringRef path, Style style); 122 const_iterator begin(StringRef path, Style style = Style::native); 132 reverse_iterator rbegin(StringRef path, Style style = Style::native); 155 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native); 170 Style style = Style::native); 196 Style style = Style::native); 202 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native); 211 Style style = Style::native); 228 void append(SmallVectorImpl<char> &path, Style style, const Twine &a, [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | Path.cpp | 40 inline Style real_style(Style style) { in real_style() argument 41 if (style != Style::native) in real_style() 42 return style; in real_style() 43 if (is_style_posix(style)) in real_style() 49 inline const char *separators(Style style) { in separators() argument 50 if (is_style_windows(style)) in separators() 55 inline char preferred_separator(Style style) { in preferred_separator() argument 56 if (real_style(style) == Style::windows) in preferred_separator() 61 StringRef find_first_component(StringRef path, Style style) { in find_first_component() argument 71 if (is_style_windows(style)) { in find_first_component() [all …]
|
| /openbsd/src/usr.bin/dig/lib/dns/ |
| D | masterdump.c | 63 dns_master_style_t style; member 155 totext_ctx_init(const dns_master_style_t *style, dns_totext_ctx_t *ctx) { in totext_ctx_init() argument 158 REQUIRE(style->tab_width != 0); in totext_ctx_init() 160 ctx->style = *style; in totext_ctx_init() 168 if ((ctx->style.flags & DNS_STYLEFLAG_MULTILINE) != 0) { in totext_ctx_init() 182 if ((ctx->style.flags & DNS_STYLEFLAG_COMMENTDATA) != 0) { in totext_ctx_init() 190 result = indent(&col, ctx->style.rdata_column, in totext_ctx_init() 191 ctx->style.tab_width, &buf); in totext_ctx_init() 224 if ((result = indent(&column, ctx->style.col, \ 225 ctx->style.tab_width, target)) \ [all …]
|
| /openbsd/src/gnu/usr.bin/perl/ext/B/t/ |
| D | concise.t | 89 like ($@, qr/expecting 3 style-format args/, 99 like ($@, qr/style 'junk' already exists, choose a new name/, 110 like ($@, qr/expecting 3 style-format args/, 241 for $style (@styles) { 245 $walker->($style, $mode); 246 $combos{"$style$mode"} = $sample; 260 for $style (@styles) { 263 $walker->($mode, $style); 264 $combos{"$mode$style"} = $sample; 269 for $style (@styles) { [all …]
|
| /openbsd/src/gnu/usr.bin/perl/lib/ |
| D | Benchmark.pm | 591 my ($self, $style) = @_; 592 $style = "" unless defined $style; 594 return $self->cpu_c if $style eq 'nop'; 595 return $self->cpu_p if $style eq 'noc'; 640 my($tr, $style, $f) = @_; 650 $style ||= $Default_Style; 651 return '' if $style eq 'none'; 652 $style = ($ct>0) ? 'all' : 'noc' if $style eq 'auto'; 653 my $s = "@t $style"; # default for unknown style 656 $r,$pu,$ps,$cu,$cs,$tt) if $style eq 'all'; [all …]
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | LibFormat.rst | 7 as some basic style discussions. 31 formatting. A list of options can be found under :ref:`style-options`. 33 The style options are described in :doc:`ClangFormatStyleOptions`. 41 The style options describe specific formatting options that can be used in 42 order to make `ClangFormat` comply with different style guides. Currently, 43 several style guides are hard-coded: 47 /// Returns a format style complying with the LLVM coding standards: 51 /// Returns a format style complying with Google's C++ style guide: 55 /// Returns a format style complying with Chromium's style guide: 59 /// Returns a format style complying with the GNU coding standards: [all …]
|
| D | ClangFormat.rst | 63 Can be used with -style option. 64 --fallback-style=<string> - The name of the predefined style used as a 66 -style=file, but can not find the .clang-format 68 Use -fallback-style=none to skip formatting. 94 --qualifier-alignment=<string> - If set, overrides the qualifier alignment style 95 determined by the QualifierAlignment style flag 97 determined by the SortIncludes style flag 98 --style=<string> - Set coding style. <string> can be: 101 2. 'file' to load style configuration from a 105 --fallback-style. [all …]
|
| /openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/ |
| D | Dumper.xs | 76 Style *style); 651 AV *postav, const I32 level, SV *apad, Style *style) in DD_dump() argument 674 if (style->maxrecursed) in DD_dump() 693 if (SvOBJECT(SvRV(val)) && style->freezer && in DD_dump() 694 SvPOK(style->freezer) && SvCUR(style->freezer) && in DD_dump() 695 gv_fetchmeth(SvSTASH(SvRV(val)), SvPVX_const(style->freezer), in DD_dump() 696 SvCUR(style->freezer), -1) != NULL) in DD_dump() 700 i = perl_call_method(SvPVX_const(style->freezer), G_EVAL|G_VOID|G_DISCARD); in DD_dump() 727 if (style->purity && level > 0) { in DD_dump() 808 if (!style->purity && style->maxdepth > 0 && level >= style->maxdepth) { in DD_dump() [all …]
|
| /openbsd/src/usr.bin/tail/ |
| D | tail.c | 57 enum STYLE style; in main() local 78 if (style) \ in main() 87 style = (forward); \ in main() 93 style = (backward); \ in main() 99 style = NOTSET; in main() 130 if (style == FBYTES) in main() 131 style = RBYTES; in main() 132 else if (style == FLINES) in main() 133 style = RLINES; in main() 140 if (style == NOTSET) { in main() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-aux-info.c | 111 gen_formal_list_for_type (fntype, style) in gen_formal_list_for_type() argument 113 formals_style style; 118 if (style != ansi) 231 gen_formal_list_for_func_def (fndecl, style) in gen_formal_list_for_func_def() argument 233 formals_style style; 243 if (*formal_list && ((style == ansi) || (style == k_and_r_names))) 245 this_formal = gen_decl (formal_decl, 0, style); 246 if (style == k_and_r_decls) 252 if (style == ansi) 259 if ((style == ansi) || (style == k_and_r_names)) [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-aux-info.c | 112 gen_formal_list_for_type (tree fntype, formals_style style) in gen_formal_list_for_type() argument 117 if (style != ansi) in gen_formal_list_for_type() 229 gen_formal_list_for_func_def (tree fndecl, formals_style style) in gen_formal_list_for_func_def() argument 239 if (*formal_list && ((style == ansi) || (style == k_and_r_names))) in gen_formal_list_for_func_def() 241 this_formal = gen_decl (formal_decl, 0, style); in gen_formal_list_for_func_def() 242 if (style == k_and_r_decls) in gen_formal_list_for_func_def() 248 if (style == ansi) in gen_formal_list_for_func_def() 255 if ((style == ansi) || (style == k_and_r_names)) in gen_formal_list_for_func_def() 302 gen_type (const char *ret_val, tree t, formals_style style) in gen_type() argument 324 ret_val = gen_type (ret_val, TREE_TYPE (t), style); in gen_type() [all …]
|
| /openbsd/src/lib/libc/gen/ |
| D | authenticate.c | 323 auth_usercheck(char *name, char *style, char *type, char *password) in auth_usercheck() argument 341 if (style == NULL && (style = strchr(name, ':')) != NULL) in auth_usercheck() 342 *style++ = '\0'; in auth_usercheck() 360 if ((style = login_getstyle(lc, style, type)) == NULL) { in auth_usercheck() 376 as = auth_verify(as, style, name, lc->lc_class, (char *)NULL); in auth_usercheck() 383 auth_userokay(char *name, char *style, char *type, char *password) in auth_userokay() argument 387 as = auth_usercheck(name, style, type, password); in auth_userokay() 394 auth_userchallenge(char *name, char *style, char *type, char **challengep) in auth_userchallenge() argument 412 if (style == NULL && (style = strchr(name, ':')) != NULL) in auth_userchallenge() 413 *style++ = '\0'; in auth_userchallenge() [all …]
|
| /openbsd/src/gnu/llvm/llvm/docs/_static/ |
| D | LoopOptWG_invite.ics | 35 …style type="text/css">\ntable {\n border-collapse: separate; width =100%; border: 0; border-spacin…
|
| /openbsd/src/usr.bin/mandoc/ |
| D | mandoc.css | 3 * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). 23 /* Some browsers set border-color in a browser style for tbody, 101 .Bl-bullet { list-style-type: disc; 104 .Bl-dash { list-style-type: none; 108 .Bl-item { list-style-type: none; 121 font-style: normal; 166 .Rs { font-style: normal; 169 .RsB { font-style: italic; 173 .RsI { font-style: italic; 175 .RsJ { font-style: italic; [all …]
|
| /openbsd/src/gnu/llvm/lld/docs/ |
| D | partitions.dot | 5 main [style=filled,fillcolor=lightblue]; 6 f1 [style=filled,fillcolor=lightsalmon]; 7 f2 [style=filled,fillcolor=palegreen]; 8 f3 [style=filled,fillcolor=lightblue]; 9 f4 [style=filled,fillcolor=lightsalmon]; 10 f5 [style=filled,fillcolor=lightblue]; 11 f6 [style=filled,fillcolor=palegreen];
|
| /openbsd/src/regress/usr.bin/mandoc/tbl/layout/ |
| D | font.out_html | 1 <table class="tbl" style="border-style: solid;"> 2 <tr style="border-bottom-style: solid;"> 4 <td style="text-align: right;">roman</td> 8 <td style="text-align: right;"><i>italic</i></td>
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/ |
| D | Simple.pm | 172 my $style = lc($args{Style}); 173 if ($style eq 'maketext') { 178 elsif ($style eq 'gettext') { 200 die "Unknown Style: $style"; 210 my $style = lc($args{Style}); 211 if ($style eq 'maketext') { 221 elsif ($style eq 'gettext') { 225 die "Unknown Style: $style";
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | CoverageMappingFormat.rst | 90 …-html:`<pre class='highlight' style='line-height:initial;'><span>int main(int argc, const char *ar… 91 <span style='background-color:#4A789C'> </span> 92 …<span style='background-color:#4A789C'> if (argc > 1) </span><span style='background-color:#85… 93 <span style='background-color:#85C1F5'> printf("%s\n", argv[1]); </span> 94 …<span style='background-color:#85C1F5'> }</span><span style='background-color:#4A789C'> else </sp… 95 <span style='background-color:#F6D55D'> printf("\n"); </span> 96 …<span style='background-color:#F6D55D'> }</span><span style='background-color:#4A789C'> … 97 <span style='background-color:#4A789C'> return 0; </span> 98 <span style='background-color:#4A789C'>}</span> 107 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main() </span><span style… [all …]
|
| /openbsd/src/libexec/login_radius/ |
| D | login_radius.c | 90 char *class, *service, *style, *username, *password, *emsg; in main() local 137 if ((style = strrchr(__progname, '/'))) in main() 138 ++style; in main() 140 style = __progname; in main() 142 if (strncmp(style, "login_", 6) == 0) in main() 143 style += 6; in main() 145 if (!cleanstring(style)) in main() 182 c = raddauth(username, class, style, in main()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | xhtml15.t | 13 my $style = 'http://amazingpants.com/style.css'; 14 $parser->html_css($style); 16 like $results, qr/ href="$style" /, 'CSS is correct when link is passed in'; 19 my $link = qq{<link rel="stylesheet" href="$style" type="text/css">}; 22 like $results, qr/ href="$style" /, 'CSS is correct when <link> is passed in';
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | rcparse.y | 47 static unsigned long style; variable 342 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU; 350 style = 0; 367 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU; 377 style = 0; 394 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU; 405 style = 0; 431 dialog.style |= WS_CAPTION; 432 style |= WS_CAPTION; 442 dialog.style = style; [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | rcparse.y | 48 static unsigned long style; variable 344 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU; 352 style = 0; 369 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU; 379 style = 0; 396 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU; 407 style = 0; 433 dialog.style |= WS_CAPTION; 434 style |= WS_CAPTION; 444 dialog.style = style; [all …]
|
| /openbsd/src/usr.bin/su/ |
| D | su.c | 66 char *class = NULL, *style = NULL, *p; in main() local 82 if (style) in main() 84 style = optarg; in main() 95 if (style) in main() 97 style = "passwd"; in main() 195 style = p; /* XXX overrides -a flag */ in main() 223 verify_user(username, pwd, style, lc, as) == 0) in main() 378 verify_user(char *from, struct passwd *pwd, char *style, in verify_user() argument 390 if ((pwd == NULL || pwd->pw_uid != 0 || style == NULL || in verify_user() 391 strcmp(style, LOGIN_DEFSTYLE) != 0) && in verify_user() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | FileSpec.cpp | 46 bool PathStyleIsPosix(FileSpec::Style style) { in PathStyleIsPosix() argument 47 return llvm::sys::path::is_style_posix(style); in PathStyleIsPosix() 50 const char *GetPathSeparators(FileSpec::Style style) { in GetPathSeparators() argument 51 return llvm::sys::path::get_separator(style).data(); in GetPathSeparators() 54 char GetPreferredPathSeparator(FileSpec::Style style) { in GetPreferredPathSeparator() argument 55 return GetPathSeparators(style)[0]; in GetPreferredPathSeparator() 58 void Denormalize(llvm::SmallVectorImpl<char> &path, FileSpec::Style style) { in Denormalize() argument 59 if (PathStyleIsPosix(style)) in Denormalize() 70 FileSpec::FileSpec(llvm::StringRef path, Style style) : m_style(style) { in FileSpec() argument 71 SetFile(path, style); in FileSpec() [all …]
|
| /openbsd/src/usr.bin/dig/lib/dns/include/dns/ |
| D | masterdump.h | 120 const dns_master_style_t *style, 137 const dns_master_style_t *style, 141 dns_master_stylecreate2(dns_master_style_t **style, unsigned int flags, 147 dns_master_styledestroy(dns_master_style_t **style);
|