Searched refs:style (Results 101 - 125 of 158) sorted by relevance

1234567

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dworkqueue.c468 svn_subst_eol_style_t style; local
531 SVN_ERR(svn_wc__get_translate_info(&style, &eol,
555 if (svn_subst_translation_required(style, eol, keywords,
910 svn_subst_eol_style_t style; local
929 SVN_ERR(svn_wc__get_translate_info(&style, &eol,
1280 non skel conflict. Fetch all the information we can to create a new style
H A Dwc-metadata.sql367 /* ### JF: For an old-style move, "copyfrom" info stores its source, but a
434 repository-normal format to working copy format with EOL style
444 and EOL style. This value is used in the change detection heuristic
642 working copies that were never updated by 1.7.0+ style clients */
H A Dprops.c595 svn_diff_conflict_display_style_t style;
613 style = svn_diff_conflict_display_modified_original_latest;
622 style,
2122 /* Before we can canonicalize svn:eol-style we need to know svn:mime-type,
2190 _("Unrecognized line ending style '%s' for '%s'"),
593 svn_diff_conflict_display_style_t style; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp401 void LineTable::Dump(Stream *s, Target *target, Address::DumpStyle style, argument
408 line_entry.Dump(s, target, prev_file != line_entry.original_file, style,
/freebsd-12-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh169 This software is distributed under a BSD-style license.
/freebsd-12-stable/contrib/ipfilter/ipsend/
H A Ddlcommon.c1307 dlstyle(style)
1308 long style;
1312 switch (style) {
1316 (void) sprintf(stylebuf, "unknown provider style 0x%x", style);
/freebsd-12-stable/contrib/binutils/ld/
H A Dlexsup.c780 enum demangling_styles style; local
782 style = cplus_demangle_name_to_style (optarg);
783 if (style == unknown_demangling)
784 einfo (_("%F%P: unknown demangling style `%s'"),
787 cplus_demangle_set_style (style);
/freebsd-12-stable/sys/mips/mips/
H A Dswtch.S68 .set noreorder # Noreorder is default style!
H A Dsupport.S99 .set noreorder # Noreorder is default style!
744 .set noreorder # Noreorder is default style!
/freebsd-12-stable/stand/lua/
H A Ddrawer.lua213 -- If we don't have a framespec for the current frame style, just don't
430 -- All of the keys appearing below must be set for any menu frame style
/freebsd-12-stable/share/examples/
H A DMakefile93 bsd-style-copyright \
/freebsd-12-stable/contrib/libstdc++/scripts/
H A Dmake_graph.py252 style = self.__sc.choose(cntnr)
256 tick_mark = style[0],
257 line_style = style[1])
/freebsd-12-stable/contrib/diff/src/
H A Ddiff.c434 /* Output in the old tradition style. */
900 %[-][WIDTH][.[PREC]]{doxX}LETTER printf-style spec for LETTER\n\
910 %[-][WIDTH][.[PREC]]{doxX}n printf-style spec for input line number"),
987 /* Set the output style to STYLE, diagnosing conflicts. */
989 specify_style (enum output_style style)
991 if (output_style != style)
993 output_style = style;
988 specify_style(enum output_style style) argument
/freebsd-12-stable/crypto/openssh/
H A Dauth2-pubkey.c179 authctxt->style ? ":" : "",
180 authctxt->style ? authctxt->style : "");
H A Dmonitor_wrap.c411 /* Inform the privileged process about service and style */
414 mm_inform_authserv(char *service, char *style) argument
424 (r = sshbuf_put_cstring(m, style ? style : "")) != 0)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dblame.c854 svn_subst_eol_style_t style; local
856 svn_subst_eol_style_from_value(&style, &eol, eol_style->data);
858 normalize_eols = (style == svn_subst_eol_style_native);
/freebsd-12-stable/contrib/gcc/cp/
H A Dsemantics.c3134 enum style_t { ctor, arg, pcc } style; local
3137 style = ctor;
3140 style = pcc;
3145 style = arg;
3148 if (style == ctor)
3164 if (style == arg)
3172 else if (style == pcc)
/freebsd-12-stable/contrib/libxo/libxo/
H A Dlibxo.c337 #define XFF_XML (1<<8) /* Force XML encoding style (for XPath) */
344 #define XFF_UNESCAPE (1<<14) /* Need to printf-style unescape the value */
402 * A place to parse printf-style format flags for each field
491 * xo_style is used to retrieve the current style. When we're built
1886 * @param style Style of output desired (XO_STYLE_* value)
1892 xo_create (xo_style_t style, xo_xof_flags_t flags) argument
1899 xop->xo_style = style;
1902 xop->xo_style = style; /* Reset style (see LIBXO_OPTIONS) */
1913 * @param style Styl
1919 xo_create_to_file(FILE *fp, xo_style_t style, xo_xof_flags_t flags) argument
2010 xo_set_style(xo_handle_t *xop, xo_style_t style) argument
2181 int style = xo_name_to_style(name); local
2285 int style = -1, new_style, rc = 0; local
3312 int style = (flags & XFF_XML) ? XO_STYLE_XML : xo_style(xop); local
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dcollect2.c1180 enum demangling_styles style
1182 if (style == unknown_demangling)
1183 error ("unknown demangling style '%s'", arg+11);
1185 current_demangling_style = style;
1169 enum demangling_styles style local
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dfiles.c566 their coding style.) Some systems (e.g. AIX 4.1) define
782 if (CPP_OPTION (pfile, deps.style) > !!sysp && !file->stack_count)
910 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp);
919 if (CPP_OPTION (pfile, deps.style) && ! print_dep)
/freebsd-12-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h271 /* Nonzero means handle cplusplus style comments. */
417 enum cpp_deps_style style; member in struct:cpp_options::__anon1608
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp657 FileSpec::Style style = FileSpec::GuessPathStyle(record->Name) local
659 (*m_files)[record->Number] = FileSpec(record->Name, style);
/freebsd-12-stable/contrib/mandoc/
H A Dcgi.c871 conf.style = mandoc_strdup(CSS_DIR "/mandoc.css");
887 free(conf.style);
/freebsd-12-stable/contrib/binutils/binutils/
H A Dobjdump.c191 -e, --debugging-tags Display debug information using ctags style\n\
3106 enum demangling_styles style;
3108 style = cplus_demangle_name_to_style (optarg);
3109 if (style == unknown_demangling)
3110 fatal (_("unknown demangling style `%s'"),
3113 cplus_demangle_set_style (style);
3095 enum demangling_styles style; local
/freebsd-12-stable/contrib/expat/doc/
H A DMakefile.in324 style.css \

Completed in 432 milliseconds

1234567