Searched refs:style (Results 76 - 100 of 262) sorted by relevance

1234567891011

/openbsd-current/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp175 /// Append components to path, applying style.
177 llvm::sys::path::Style style) {
178 auto component = llvm::sys::path::begin(components, style);
181 llvm::sys::path::is_separator(*component->data(), style))
243 // We must normalize the orig_spec again using the host's path style,
176 AppendPathComponents(FileSpec &path, llvm::StringRef components, llvm::sys::path::Style style) argument
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Doptree_concise.t311 # new relative style, added by set_up_relative_test()
323 # add a new style, and a callback which adds an 'extra' property
330 my ($h, $op, $format, $level, $style) = @_;
341 # 2 style specific behaviors
342 if ($style eq 'relative') {
346 elsif ($style eq 'scope') {
357 checkOptree ( name => 'callback used, independent of style',
379 checkOptree ( name => "new 'relative' style, -exec mode",
/openbsd-current/gnu/gcc/libcpp/
H A Dmakedepend.c143 options->deps.style = DEPS_USER;
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dwindow.h153 extern void window_tile_windows (int style);
/openbsd-current/lib/libc/gen/
H A Dauth_subr.c94 char *style; /* style of authentication used */ member in struct:auth_session_t
289 free(as->style);
299 * The name and style must have already been specified
307 if (as == NULL || as->style == NULL || as->name == NULL ||
311 len = snprintf(path, sizeof(path), _PATH_AUTHPROG "%s", as->style);
320 auth_call(as, path, as->style, "-s", "challenge", "--", as->name,
426 return (as->style);
503 if (value == as->style)
508 free(as->style);
[all...]
H A Dlogin_cap.c156 login_getstyle(login_cap_t *lc, char *style, char *atype) argument
164 if (style && strcmp(style, "s/key") == 0)
165 style = "skey";
199 if (!style)
200 style = authtypes[0];
202 while (*authtypes && strcmp(style, *authtypes))
/openbsd-current/sys/arch/loongson/loongson/
H A Dlocore.S40 .set noreorder # Noreorder is default style!
/openbsd-current/usr.bin/tmux/
H A Doptions.c58 struct style style; member in struct:options_entry
909 struct style *
922 return (&o->style);
926 style_set(&o->style, &grid_default_cell);
931 if (style_parse(&o->style, &grid_default_cell, expanded) != 0) {
937 if (style_parse(&o->style, &grid_default_cell, s) != 0)
940 return (&o->style);
947 struct style sy;
962 xasprintf(cause, "invalid style
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DScheduler.pm60 glob-style pattern matching and recursive definitions, so you can also express
66 Values must be either strings with possible glob-style matching, or arrayrefs
117 =head3 Glob-style pattern matching for rules
119 We implement our own glob-style pattern matching. Here are the patterns it supports:
/openbsd-current/share/man/man9/
H A DMakefile43 style.9 syscall.9 sysctl_int.9 \
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_OS2.pm38 Define TO_UNIX to convert OS2 linefeeds to Unix style.
/openbsd-current/gnu/usr.bin/perl/dist/lib/
H A Dlib_pm.PL248 paths, as it does now for Mac OS (where Unix-style or Mac-style paths
249 work, and Unix-style paths are converted properly to Mac-style paths
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DAddress.cpp406 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, argument
412 if (!section_sp && style != DumpStyleResolvedPointerDescription)
413 style = DumpStyleLoadAddress;
427 switch (style) {
463 if (style == DumpStyleModuleWithFileAddress && section_sp)
665 const bool show_module = (style == DumpStyleResolvedDescription);
669 (style != DumpStyleResolvedDescriptionNoFunctionArguments);
670 const bool show_function_name = (style != DumpStyleNoFunctionName);
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp235 llvm::sys::path::Style style = working_dir.String.startswith("/") local
238 if (llvm::sys::path::is_absolute(file_name.String, style))
/openbsd-current/regress/usr.bin/ssh/unittests/
H A DMakefile.inc55 CDIAGFLAGS+= -Wold-style-definition
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DINST_PREFIX.t57 (?:Generating\ a\ \w+?-style\ $Makefile\n)?
63 Generating\ a\ \w+?-style\ $Makefile\n
89 (?:Generating\ a\ \w+?-style\ $Makefile\n)?
95 Generating\ a\ \w+?-style\ $Makefile\n
/openbsd-current/usr.bin/dig/lib/dns/include/dns/
H A Dmessage.h282 const dns_master_style_t *style,
289 const dns_master_style_t *style,
303 *\li 'style' is a valid master dump style.
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm180 my %DISPLAY_FORMAT = ('style' => 'cartesian',
1432 $display_format{style} = shift;
1443 $self->{display_format}->{style};
1451 $DISPLAY_FORMAT{style};
1467 my $style = $z->display_format;
1469 $style = $DISPLAY_FORMAT{style} unless defined $style;
1471 return $z->_stringify_polar if $style =~ /^p/i;
1919 style
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-opts.c167 OPT("Wold-style-cast", CL_CXX, OPT_Wold_style_cast) \
675 cpp_opts->deps.style = (code == OPT_M ? DEPS_SYSTEM: DEPS_USER);
682 cpp_opts->deps.style = (code == OPT_MD ? DEPS_SYSTEM: DEPS_USER);
1389 if (cpp_opts->deps.style == DEPS_NONE)
1491 if (cpp_opts->deps.style != DEPS_NONE)
1531 cpp_opts->deps.style = DEPS_USER;
1537 cpp_opts->deps.style = DEPS_SYSTEM;
1591 /* If we don't know what style of dependencies to output, complain
1593 if (deps_seen && cpp_opts->deps.style == DEPS_NONE)
/openbsd-current/gnu/gcc/gcc/
H A Dc-opts.c345 cpp_opts->deps.style = (code == OPT_M ? DEPS_SYSTEM: DEPS_USER);
352 cpp_opts->deps.style = (code == OPT_MD ? DEPS_SYSTEM: DEPS_USER);
989 if (cpp_opts->deps.style == DEPS_NONE)
1210 if (cpp_opts->deps.style != DEPS_NONE)
1250 cpp_opts->deps.style = DEPS_USER;
1256 cpp_opts->deps.style = DEPS_SYSTEM;
1310 /* If we don't know what style of dependencies to output, complain
1312 if (deps_seen && cpp_opts->deps.style == DEPS_NONE)
/openbsd-current/gnu/lib/libiberty/include/
H A Ddemangle.h58 they now both behave identically. The resulting style is actual the
59 union of both. I.E. either style recognizes both "__pt__" and "__rf__"
60 for operator "->", even though the first is lucid style and the second
61 is ARM style. (FIXME?) */
91 /* Some macros to test what demangling style is active. */
129 cplus_demangle_set_style (enum demangling_styles style);
149 in the G++ V3 ABI demangling style. Specifically, return an `enum
163 in the G++ V3 ABI demangling style. Specifically, return an `enum
/openbsd-current/gnu/gcc/include/
H A Ddemangle.h67 they now both behave identically. The resulting style is actual the
68 union of both. I.E. either style recognizes both "__pt__" and "__rf__"
69 for operator "->", even though the first is lucid style and the second
70 is ARM style. (FIXME?) */
100 /* Some macros to test what demangling style is active. */
138 cplus_demangle_set_style (enum demangling_styles style);
158 in the G++ V3 ABI demangling style. Specifically, return an `enum
172 in the G++ V3 ABI demangling style. Specifically, return an `enum
/openbsd-current/gnu/usr.bin/binutils/include/
H A Ddemangle.h56 they now both behave identically. The resulting style is actual the
57 union of both. I.E. either style recognizes both "__pt__" and "__rf__"
58 for operator "->", even though the first is lucid style and the second
59 is ARM style. (FIXME?) */
89 /* Some macros to test what demangling style is active. */
127 cplus_demangle_set_style PARAMS ((enum demangling_styles style));
147 in the G++ V3 ABI demangling style. Specifically, return an `enum
161 in the G++ V3 ABI demangling style. Specifically, return an `enum
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Ddemangle.h58 they now both behave identically. The resulting style is actual the
59 union of both. I.E. either style recognizes both "__pt__" and "__rf__"
60 for operator "->", even though the first is lucid style and the second
61 is ARM style. (FIXME?) */
91 /* Some macros to test what demangling style is active. */
129 cplus_demangle_set_style (enum demangling_styles style);
149 in the G++ V3 ABI demangling style. Specifically, return an `enum
163 in the G++ V3 ABI demangling style. Specifically, return an `enum
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Ddiff.c327 /* Make context-style output. */
375 context-style output. */
430 /* Output RCS-style diffs, like `-f' except that each command
442 /* Make context-style output and show name of last C function. */
521 /* Use side-by-side (sdiff-style) columnar output. */
540 /* sdiff-style columns output. */
793 " %[-][WIDTH][.[PREC]]{doxX}LETTER printf-style spec for LETTER",
803 " %[-][WIDTH][.[PREC]]{doxX}n printf-style spec for input line number",
865 specify_style (style)
866 enum output_style style;
[all...]

Completed in 305 milliseconds

1234567891011