Searched refs:style (Results 26 - 50 of 158) sorted by relevance

1234567

/freebsd-12-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c155 --format=<name> Sets the demangling style.
173 enum demangling_styles style = auto_demangling; local
215 style = auto_demangling;
218 style = cplus_demangle_name_to_style (format.data);
219 if (style == unknown_demangling)
221 printf ("FAIL at line %d: unknown demangling style %s\n",
251 style = cplus_demangle_name_to_style (fstyle);
252 if (style == unknown_demangling)
254 printf ("FAIL at line %d: unknown demangling style %s\n",
308 cplus_demangle_set_style (style);
[all...]
/freebsd-12-stable/contrib/apr-util/xml/
H A Dapr_xml.c664 static apr_size_t elem_size(const apr_xml_elem *elem, int style, argument
669 if (style == APR_XML_X2T_FULL || style == APR_XML_X2T_FULL_NS_LANG ||
670 style == APR_XML_X2T_PARSED) {
675 if (style == APR_XML_X2T_FULL_NS_LANG) {
694 else if (style == APR_XML_X2T_PARSED) {
713 else if (style == APR_XML_X2T_PARSED) {
742 else if (style == APR_XML_X2T_PARSED) {
765 else if (style == APR_XML_X2T_LANG_INNER) {
767 * This style prepend
796 write_elem(char *s, const apr_xml_elem *elem, int style, apr_array_header_t *namespaces, int *ns_map) argument
941 apr_xml_to_text(apr_pool_t * p, const apr_xml_elem *elem, int style, apr_array_header_t *namespaces, int *ns_map, const char **pbuf, apr_size_t *psize) argument
[all...]
/freebsd-12-stable/usr.bin/compress/
H A Dcompress.c75 enum {COMPRESS, DECOMPRESS} style; local
86 style = DECOMPRESS;
88 style = COMPRESS;
91 style = DECOMPRESS;
107 style = DECOMPRESS;
117 usage(style == COMPRESS);
123 switch(style) {
134 if (cat == 1 && style == COMPRESS && argc > 1)
138 switch(style) {
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_xml.h44 /** Used as style argument to svn_xml_make_open_tag() and friends. */
332 * @a style is one of the enumerated styles in @c svn_xml_open_tag_style.
337 enum svn_xml_open_tag_style style,
348 enum svn_xml_open_tag_style style,
374 enum svn_xml_open_tag_style style,
/freebsd-12-stable/contrib/binutils/binutils/
H A Drcparse.y47 /* This is used when building a style. It is modified by the
50 static unsigned long style;
358 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
366 style = 0;
383 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
393 style = 0;
410 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
421 style = 0;
447 dialog.style |= WS_CAPTION;
448 style |
[all...]
H A Daddr2line.c86 -C --demangle[=style] Demangle function names\n\
362 enum demangling_styles style;
364 style = cplus_demangle_name_to_style (optarg);
365 if (style == unknown_demangling)
366 fatal (_("unknown demangling style `%s'"),
369 cplus_demangle_set_style (style);
358 enum demangling_styles style; local
/freebsd-12-stable/usr.sbin/ntp/doc/scripts/
H A DMakefile10 misc.txt miscopt.txt monopt.txt refclock.txt special.txt style.css
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dexport-env.mk13 # gmake style export goes further; affects nothing but the environment
/freebsd-12-stable/tools/tools/editing/
H A Dfreebsd.vim27 " This is a plugin for Vim (tested with Vim v7.1) to follow the FreeBSD style(9)
38 " FreeBSD mapping to switch current buffer to style(9). This is generally '\f'.
42 " Ignore indents caused by parentheses in FreeBSD style.
58 " Follow the FreeBSD style(9).
/freebsd-12-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh196 local style="$1"
199 if [ "${style}" = "dynamic" ] ; then
411 style=recursing
416 style=dynamic
419 style=static
485 gen_resolvconf_conf "${style}" | unexpand >"${tmp_resolvconf_conf}"
/freebsd-12-stable/usr.sbin/sesutil/
H A Dsesutil.c75 static void sesutil_print(int *style, const char *fmt, ...) __printflike(2,3);
332 sesutil_print(int *style, const char *fmt, ...) argument
336 if (*style == PRINT_STYLE_DASHED) {
339 *style = PRINT_STYLE_DASHED_2;
340 } else if (*style == PRINT_STYLE_CSV) {
342 *style = PRINT_STYLE_CSV_2;
345 if (*style == PRINT_STYLE_DASHED_2)
347 else if (*style == PRINT_STYLE_CSV_2)
352 if (*style == PRINT_STYLE_DASHED_2)
357 print_extra_status(int eletype, u_char *cstat, int style) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp148 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, argument
156 switch (style) {
162 m_base_addr.Dump(s, target, style, fallback_style);
/freebsd-12-stable/contrib/apr/file_io/unix/
H A Dfilepath.c306 APR_DECLARE(apr_status_t) apr_filepath_encoding(int *style, apr_pool_t *p)
309 *style = APR_FILEPATH_ENCODING_UTF8;
311 *style = APR_FILEPATH_ENCODING_LOCALE;
/freebsd-12-stable/contrib/elftoolchain/size/
H A Dsize.c70 static enum output_style style = STYLE_BERKELEY; variable in typeref:enum:output_style
135 style = STYLE_SYSV;
138 style = STYLE_BERKELEY;
159 style = STYLE_SYSV;
161 style = STYLE_BERKELEY;
206 if (style == STYLE_BERKELEY) {
337 if (raw_size != 0 && style == STYLE_SYSV) {
357 if (style == STYLE_SYSV) {
378 if (style == STYLE_SYSV) {
387 if (style
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h174 /// range, and \a style lets the user choose how the base address gets
180 /// \param[in] style
181 /// The display style for the address.
191 Dump(Stream *s, Target *target, Address::DumpStyle style,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h50 /// \param[in] style
51 /// The display style for the section offset address.
55 /// using \a style. File and load addresses may be unresolved
61 bool Dump(Stream *s, Target *target, bool show_file, Address::DumpStyle style,
/freebsd-12-stable/contrib/mandoc/
H A Dmanpath.c160 free(conf->output.style);
233 "includes", "man", "paper", "style", "indent", "width",
287 if (conf->style != NULL) {
288 oldval = mandoc_strdup(conf->style);
291 conf->style = mandoc_strdup(cp);
H A Dhtml.h103 char *style; /* style-sheet URI */ member in struct:html
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dtranslate.h43 eol style. Set *EOL to
82 svn_wc__get_translate_info(svn_subst_eol_style_t *style,
/freebsd-12-stable/tools/regression/capsicum/syscalls/
H A DMakefile10 CFLAGS+= -Wold-style-definition -Wno-pointer-sign
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dquotearg.c103 /* Basic quoting style. */
104 enum quoting_style style; member in struct:quoting_options
107 quoting style would not normally require them to be quoted. */
124 /* Correspondences to quoting style names. */
151 /* Get the value of O's quoting style. If O is null, use the default. */
155 return (o ? o : &default_quoting_options)->style;
159 set the value of the quoting style to S. */
163 (o ? o : &default_quoting_options)->style = s;
195 non-quoting-style part of O to control quoting.
204 style specifie
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c64 svn_subst_eol_style_from_value(svn_subst_eol_style_t *style,
72 if (style)
73 *style = svn_subst_eol_style_none;
78 if (style)
79 *style = svn_subst_eol_style_native;
84 if (style)
85 *style = svn_subst_eol_style_fixed;
90 if (style)
91 *style = svn_subst_eol_style_fixed;
96 if (style)
63 svn_subst_eol_style_from_value(svn_subst_eol_style_t *style, const char **eol, const char *value) argument
108 svn_subst_translation_required(svn_subst_eol_style_t style, const char *eol, apr_hash_t *keywords, svn_boolean_t special, svn_boolean_t force_eol_check) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h70 /// \param[in] style
71 /// The style of the path
74 explicit FileSpec(llvm::StringRef path, Style style = Style::native);
192 /// Attempt to guess path style for a given path string. It returns a style,
349 /// \param[in] style
350 /// The style for the given path.
351 void SetFile(llvm::StringRef path, Style style);
363 /// The triple which is used to set the Path style.
400 // Convenience method for setting the file without changing the style
[all...]
/freebsd-12-stable/crypto/openssh/regress/unittests/
H A DMakefile.inc35 CDIAGFLAGS+= -Wold-style-definition
/freebsd-12-stable/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh44 astyle --quiet --style=bsd -k3 $out/$i.orig.c $out/$i.new.c

Completed in 318 milliseconds

1234567