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

1234567

/freebsd-12-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1182 /* Id for the --ignore-eol-style option, which doesn't have a short name. */
1190 { "ignore-eol-style", SVN_DIFF__OPT_IGNORE_EOL_STYLE, 0, NULL },
2322 svn_diff_conflict_display_style_t style = file_baton->conflict_style;
2324 if (style == svn_diff_conflict_display_only_conflicts)
2330 if (style == svn_diff_conflict_display_resolved_modified_latest)
2338 style = svn_diff_conflict_display_modified_latest;
2341 if (style == svn_diff_conflict_display_modified_latest ||
2342 style == svn_diff_conflict_display_modified_original_latest)
2350 if (style == svn_diff_conflict_display_modified_original_latest)
2368 else if (style
2320 svn_diff_conflict_display_style_t style = file_baton->conflict_style; local
2377 svn_diff_file_output_merge3(svn_stream_t *output_stream, svn_diff_t *diff, const char *original_path, const char *modified_path, const char *latest_path, const char *conflict_original, const char *conflict_modified, const char *conflict_latest, const char *conflict_separator, svn_diff_conflict_display_style_t style, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h64 /// Invalid dump style.
217 /// \a style lets the user choose.
222 /// \param[in] style
223 /// The display style for the address.
226 /// The display style for the address.
235 bool Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp542 HighlightStyle style; local
543 // Use the default Vim style if source highlighting is enabled.
545 style = HighlightStyle::MakeVimStyle();
548 // and suffix to our color style.
550 style.selected.Set(debugger_sp->GetStopShowColumnAnsiPrefix(),
575 h.Highlight(style, ref, column, "", *s);
/freebsd-12-stable/contrib/mandoc/
H A Dhtml.c90 {"style", HTML_NLALL | HTML_INDENT},
134 h->style = outopts->style;
189 if (h->style != NULL) {
191 h->style, "type", "text/css", "media", "all");
196 * Print a minimal embedded style sheet.
210 print_text(h, "span.Pa, span.Ad { font-style: italic; }");
693 print_word(h, "style=\"");
/freebsd-12-stable/contrib/gdb/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
/freebsd-12-stable/contrib/gcclibs/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
/freebsd-12-stable/contrib/binutils/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);
170 in the G++ V3 ABI demangling style. Specifically, return an `enum
184 in the G++ V3 ABI demangling style. Specifically, return an `enum
/freebsd-12-stable/contrib/apr/include/
H A Dapr_file_info.h414 * @param style points to a variable which receives the encoding style flag
419 APR_DECLARE(apr_status_t) apr_filepath_encoding(int *style, apr_pool_t *p);
/freebsd-12-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_asm.S40 .set noreorder # Noreorder is default style!
/freebsd-12-stable/crypto/openssh/
H A Dauth-passwd.c173 as = auth_usercheck(authctxt->pw->pw_name, authctxt->style, "auth-ssh",
H A Dauth.h67 char *style; member in struct:Authctxt
H A Dmonitor.c838 /* Allow service/style information on the auth context */
873 (r = sshbuf_get_cstring(m, &authctxt->style, NULL)) != 0)
875 debug3("%s: service=%s, style=%s",
876 __func__, authctxt->service, authctxt->style);
878 if (strlen(authctxt->style) == 0) {
879 free(authctxt->style);
880 authctxt->style = NULL;
1296 authctxt->style ? ":" : "",
1297 authctxt->style ? authctxt->style
[all...]
/freebsd-12-stable/crypto/openssh/regress/misc/kexfuzz/
H A DMakefile73 CDIAGFLAGS+= -Wold-style-definition
/freebsd-12-stable/contrib/binutils/binutils/
H A Dresrc.c849 const rc_res_id class, rc_uint_type style,
857 n->style = style;
873 rc_uint_type y, rc_uint_type style,
881 if (style == 0)
882 style = SS_ICON | WS_CHILD | WS_VISIBLE;
886 n = define_control (tid, id, x, y, 0, 0, cid, style, exstyle);
2474 fprintf (e, "STYLE 0x%x\n", dialog->style);
2526 and the style. */
2532 unsigned long style;
845 define_control(const rc_res_id iid, rc_uint_type id, rc_uint_type x, rc_uint_type y, rc_uint_type width, rc_uint_type height, const rc_res_id class, rc_uint_type style, rc_uint_type exstyle) argument
870 define_icon_control(rc_res_id iid, rc_uint_type id, rc_uint_type x, rc_uint_type y, rc_uint_type style, rc_uint_type exstyle, rc_uint_type help, rc_rcdata_item *data, rc_dialog_ex *ex) argument
2529 unsigned long style; member in struct:control_info
[all...]
H A Dresbin.c440 d->style = windres_get_32 (wrbfd, data, 4);
455 d->style = windres_get_32 (wrbfd, data + 12, 4);
481 if ((d->style & DS_SETFONT) == 0)
531 dc->style = windres_get_32 (wrbfd, data + off, 4);
542 dc->style = windres_get_32 (wrbfd, data + off + 8, 4);
1462 windres_put_32 (wrbfd, bd.style, dialog->style);
1475 windres_put_32 (wrbfd, bdx.style, dialog->style);
1489 if ((dialog->style
[all...]
H A Dnm.c1544 enum demangling_styles style;
1546 style = cplus_demangle_name_to_style (optarg);
1547 if (style == unknown_demangling)
1548 fatal (_("unknown demangling style `%s'"),
1551 cplus_demangle_set_style (style);
1530 enum demangling_styles style; local
/freebsd-12-stable/contrib/ntp/sntp/unity/
H A Dunity_internals.h419 void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style);
440 const UNITY_DISPLAY_STYLE_T style);
447 const UNITY_DISPLAY_STYLE_T style);
478 const UNITY_DISPLAY_STYLE_T style);
500 const UNITY_FLOAT_TRAIT_T style);
519 const UNITY_FLOAT_TRAIT_T style);
/freebsd-12-stable/tools/regression/fsx/
H A Dfsx.c121 int style = 0; /* -s flag */ variable
853 if (lite ? 0 : op == 3 && style == 0) /* vanilla truncate? */
908 "fsx [-dnqLOW] [-b opnum] [-c Prob] [-l flen] [-m start:end] [-o oplen] [-p progressinterval] [-r readbdy] [-s style] [-t truncbdy] [-w writebdy] [-D startingop] [-N numops] [-P dirpath] [-S seed] fname\n\
920 -s style: 1 gives smaller truncates (default 0)\n\
1060 style = getnum(optarg, &endp);
1061 if (style < 0 || style > 1)
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dinit.c480 if (CPP_OPTION (pfile, deps.style) != DEPS_NONE)
608 if (CPP_OPTION (pfile, deps.style) != DEPS_NONE
/freebsd-12-stable/contrib/bmake/mk/
H A Dmanifest.mk16 # generate mtree style manifest supported by makefs in FreeBSD
H A Dsys.mk61 # might be an old style
/freebsd-12-stable/share/mk/
H A Dbsd.opts.mk21 # The old-style YES_FOO and NO_FOO are being phased out. No new instances of them
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_diff.h515 * - --ignore-eol-style
969 svn_diff_conflict_display_style_t style,
991 svn_diff_conflict_display_style_t style,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h86 /// \param[in] style
87 /// The display style for the address.
90 void Dump(Stream *s, Target *target, Address::DumpStyle style,
/freebsd-12-stable/sys/conf/
H A Dnewvers.sh94 b=share/examples/etc/bsd-style-copyright

Completed in 321 milliseconds

1234567