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

1234567

/freebsd-11.0-release/contrib/bmake/mk/
H A Dmanifest.mk16 # generate mtree style manifest supported by makefs in FreeBSD
/freebsd-11.0-release/sys/conf/
H A Dnewvers.sh54 b=share/examples/etc/bsd-style-copyright
/freebsd-11.0-release/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-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DLineTable.h120 /// @param[in] style
121 /// The display style for the address.
127 Address::DumpStyle style,
/freebsd-11.0-release/contrib/binutils/binutils/
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-11.0-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh224 Use the file 'name' as a 'groff' style sheet, to control
519 # If a document cover style sheet is specified ...
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dworkqueue.c467 svn_subst_eol_style_t style; local
530 SVN_ERR(svn_wc__get_translate_info(&style, &eol,
554 if (svn_subst_translation_required(style, eol, keywords,
909 svn_subst_eol_style_t style; local
928 SVN_ERR(svn_wc__get_translate_info(&style, &eol,
1279 non skel conflict. Fetch all the information we can to create a new style
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DLineTable.cpp457 LineTable::Dump (Stream *s, Target *target, Address::DumpStyle style, Address::DumpStyle fallback_style, bool show_line_ranges) argument
465 line_entry.Dump (s, target, prev_file != line_entry.file, style, fallback_style, show_line_ranges);
/freebsd-11.0-release/crypto/openssh/contrib/aix/
H A Dbuildbff.sh170 This software is distributed under a BSD-style license.
/freebsd-11.0-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp22 extern int style[]; /* line and character styles */
153 /* brushf = style of outline; size = color of fill:
381 | style of subsequent lines. Does nothing if no change is
392 if (linmod != style[--mode]) {
394 /* printf ("\\D's %du'", linmod = style[mode]); */
395 linmod = style[mode];
632 | style curve.
H A Dmain.cpp158 int style[STYLES] = variable
/freebsd-11.0-release/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-11.0-release/contrib/ipfilter/ipsend/
H A Ddlcommon.c1311 dlstyle(style)
1312 long style;
1316 switch (style) {
1320 (void) sprintf(stylebuf, "unknown provider style 0x%x", style);
/freebsd-11.0-release/sys/mips/mips/
H A Dswtch.S69 .set noreorder # Noreorder is default style!
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dblame.c849 svn_subst_eol_style_t style; local
851 svn_subst_eol_style_from_value(&style, &eol, eol_style->data);
853 normalize_eols = (style == svn_subst_eol_style_native);
/freebsd-11.0-release/crypto/openssh/
H A Dauth2-pubkey.c155 authctxt->style ? ":" : "",
156 authctxt->style ? authctxt->style : "");
H A Dmonitor_wrap.c330 /* Inform the privileged process about service and style */
333 mm_inform_authserv(char *service, char *style) argument
341 buffer_put_cstring(&m, style ? style : "");
/freebsd-11.0-release/contrib/libstdc++/scripts/
H A Dmake_graph.py252 style = self.__sc.choose(cntnr)
256 tick_mark = style[0],
257 line_style = style[1])
/freebsd-11.0-release/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-11.0-release/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-11.0-release/contrib/libxo/libxo/
H A Dlibxo.c327 #define XFF_XML (1<<8) /* Force XML encoding style (for XPath) */
334 #define XFF_UNESCAPE (1<<14) /* Need to printf-style unescape the value */
392 * A place to parse printf-style format flags for each field
474 * xo_style is used to retrieve the current style. When we're built
1849 * @style Style of output desired (XO_STYLE_* value)
1853 xo_create (xo_style_t style, xo_xof_flags_t flags) argument
1860 xop->xo_style = style;
1863 xop->xo_style = style; /* Reset style (see LIBXO_OPTIONS) */
1873 * @style Styl
1877 xo_create_to_file(FILE *fp, xo_style_t style, xo_xof_flags_t flags) argument
1963 xo_set_style(xo_handle_t *xop, xo_style_t style) argument
2098 int style = xo_name_to_style(name); local
2115 int style = -1, new_style, len, rc = 0; local
3128 int style = (flags & XFF_XML) ? XO_STYLE_XML : xo_style(xop); local
[all...]
/freebsd-11.0-release/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-11.0-release/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-11.0-release/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::__anon1435
/freebsd-11.0-release/share/examples/
H A DMakefile69 etc/bsd-style-copyright \

Completed in 239 milliseconds

1234567