Searched refs:style (Results 51 - 75 of 262) sorted by relevance

1234567891011

/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DINST.t53 (?:Generating\ a\ \w+?-style\ $Makefile\n)?
59 Generating\ a\ \w+?-style\ $Makefile\n
141 (?:Generating\ a\ \w+?-style\ $Makefile\n)?
147 Generating\ a\ \w+?-style\ $Makefile\n
/openbsd-current/usr.bin/login/
H A Dlogin.c133 char *style; variable
142 char *lipaddr, *script, *ripaddr, *style, *type, *fqdn; local
387 auth_clroption(as, "style");
400 if ((style = strchr(username, ':')) != NULL)
401 *style++ = '\0';
442 style = login_getstyle(lc, style, type);
443 if (!style)
476 auth_verify(as, style, NULL, lc->lc_class, NULL);
489 if (auth_setoption(as, "style", styl
[all...]
/openbsd-current/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs38 private string style = "file"; field in class:LLVM.ClangFormat.OptionPageGrid
90 [Description("Coding style, currently supports:\n" +
105 get { return style; }
106 set { style = value; }
138 "filename to look for a style config file (with 'file' style) " +
158 [Description("The name of the predefined style used as a fallback in case clang-format " +
159 "is invoked with 'file' style, but can not find the configuration file.\n" +
160 "Use 'none' fallback style to skip formatting.")]
381 string style
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drcparse.c134 /* This is used when building a style. It is modified by the
137 static unsigned long style; variable
1695 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
1703 style = 0;
1723 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
1733 style = 0;
1753 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
1764 style = 0;
1791 dialog.style |= WS_CAPTION;
1792 style |
[all...]
/openbsd-current/sys/arch/octeon/dev/
H A Dogxreg.h504 #define PKI_STYLE_BUF(style) (0x0024000ULL + (style) * 8)
520 #define PKI_CL_STYLE_CFG(cl, style) (0x00500000ULL + (cl) * 0x10000 + \
521 (style) * 8)
547 #define PKI_CL_STYLE_CFG2(cl, style) (0x00500800ULL + (cl) * 0x10000 + \
548 (style) * 8)
549 #define PKI_CL_STYLE_ALG(cl, style) (0x00501000ULL + (cl) * 0x10000 + \
550 (style) * 8)
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h71 /// \param[in] style
72 /// The style of the path
75 explicit FileSpec(llvm::StringRef path, Style style = Style::native);
193 /// Attempt to guess path style for a given path string. It returns a style,
363 /// \param[in] style
364 /// The style for the given path.
365 void SetFile(llvm::StringRef path, Style style);
377 /// The triple which is used to set the Path style.
414 // Convenience method for setting the file without changing the style
[all...]
/openbsd-current/gnu/llvm/clang/tools/clang-format/
H A Dclang-format-diff.py58 parser.add_argument('-style',
59 help='formatting style to apply (LLVM, GNU, Google, Chromium, '
61 parser.add_argument('-fallback-style',
62 help='The name of the predefined style used as a'
64 '-style=file, but can not find the .clang-format'
111 if args.style:
112 command.extend(['-style', args.style])
114 command.extend(['-fallback-style', args.fallback_style])
H A Dgit-clang-format60 clangFormat.style
129 p.add_argument('--style',
130 default=config.get('clangformat.style', None),
192 style=opts.style)
415 binary='clang-format', style=None):
449 style=style,
476 binary='clang-format', style=None, env=None):
485 if style
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm23 style => [qw( add_style set_style_standard )],
35 my %style =
65 our $stylename; # selects current style from %style
70 # they're updated from %style when $stylename changes
92 die "expecting 3 style-format args\n" unless @_ == 3;
97 die "style '$newstyle' already exists, choose a new name\n"
98 if exists $style{$newstyle};
99 die "expecting 3 style-format args\n" unless @args == 3;
100 $style{
[all...]
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dgprof.c138 * is provided by the output style options already:
456 enum demangling_styles style; local
458 style = cplus_demangle_name_to_style (optarg);
459 if (style == unknown_demangling)
462 _("%s: unknown demangling style `%s'\n"),
467 cplus_demangle_set_style (style);
602 * If user did not specify output style, try to guess something
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dgprof.c135 * is provided by the output style options already:
451 enum demangling_styles style; local
453 style = cplus_demangle_name_to_style (optarg);
454 if (style == unknown_demangling)
457 _("%s: unknown demangling style `%s'\n"),
462 cplus_demangle_set_style (style);
543 /* If user did not specify output style, try to guess something
/openbsd-current/usr.bin/ssh/
H A Dauth-passwd.c137 as = auth_usercheck(authctxt->pw->pw_name, authctxt->style, "auth-ssh",
H A Dauth2.c263 char *user = NULL, *service = NULL, *method = NULL, *style = NULL; local
277 if ((style = strchr(user, ':')) != NULL)
278 *style++ = 0;
298 authctxt->style = style ? xstrdup(style) : NULL;
299 mm_inform_authserv(service, style);
/openbsd-current/usr.sbin/ldapd/
H A Dldapd.c308 char *class = NULL, *style = NULL; local
321 if ((style = login_getstyle(lc, style, "auth-ldap")) == NULL) {
338 as = auth_verify(as, style, name, lc->lc_class, (char *)NULL);
/openbsd-current/usr.bin/mandoc/
H A Dhtml.h109 char *style; /* style-sheet URI */ member in struct:html
/openbsd-current/regress/usr.bin/ssh/misc/sk-dummy/
H A DMakefile52 CDIAGFLAGS+= -Wold-style-definition
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dpl2pm.PL51 B<pl2pm> is a tool to aid in the conversion of Perl4-style .pl
52 library files to Perl5-style library modules. Usually, your old .pl
/openbsd-current/usr.bin/tmux/
H A Dwindow-clock.c211 int colour, style; local
220 style = options_get_number(wp->window->options, "clock-mode-style");
226 if (style == 0) {
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DLineEntry.cpp71 Address::DumpStyle style,
75 if (!range.Dump(s, target, style, fallback_style))
79 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style))
70 Dump(Stream *s, Target *target, bool show_file, Address::DumpStyle style, Address::DumpStyle fallback_style, bool show_range) const argument
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dregen_lib.pl147 my $style = $args{style} ? " $args{style} " : ' ';
185 ? wrap(78, '/* ', $style, $raw) . " */\n\n"
/openbsd-current/libexec/login_radius/
H A Draddauth.c146 raddauth(char *username, char *class, char *style, char *challenge, argument
186 i = strlen(style);
187 while (v && (p = strstr(v, style)) != NULL) {
252 if (strcmp(style, "radius") != 0) {
253 if (asprintf(&userstyle, "%s:%s", username, style) == -1)
/openbsd-current/sys/arch/m88k/m88k/
H A Ddb_trace.c814 } style = Default; local
826 case 's': style = Stack ; break;
827 case 'f': style = Frame ; break;
839 if (!have_addr && style != Default) {
843 if (have_addr && style == Default)
844 style = Frame;
846 switch (style) {
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Ddemangle.exp25 ### The demangling style we last sent to GDB.
28 ### Set GDB's current demangling style to STYLE. Subsequent calls to
31 proc set_demangling_style {style} {
35 send_gdb "set demangle-style $style\n"
37 -re "set demangle-style $style\[\r\n\]+$gdb_prompt $" {
38 pass "$style: set demangle-style"
41 fail "$style
[all...]
/openbsd-current/usr.bin/dig/
H A Ddig.c369 dns_master_style_t *style = NULL; local
396 result = dns_master_stylecreate2(&style, styleflags,
400 result = dns_master_stylecreate2(&style, styleflags,
404 result = dns_master_stylecreate2(&style, styleflags,
501 style, flags, buf);
520 style, flags, buf);
530 style, flags, buf);
545 style, flags, buf);
555 style, flags, buf);
566 style, flag
[all...]
/openbsd-current/bin/md5/
H A Dmd5.c69 int style; member in struct:hash_function
358 hf->style = new_style;
452 switch (hf->style) {
470 switch (hf->style) {
639 if (hf->style == STYLE_CKSUM) {
654 if (hf->style == STYLE_MD5) {

Completed in 411 milliseconds

1234567891011