Searched refs:style (Results 126 - 150 of 168) sorted by relevance

1234567

/freebsd-10.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-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_diff.h487 * - --ignore-eol-style
824 svn_diff_conflict_display_style_t style,
/freebsd-10.0-release/share/examples/
H A DMakefile67 etc/bsd-style-copyright \
/freebsd-10.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-10.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-10.0-release/contrib/gcc/cp/
H A Dsemantics.c2978 enum style_t { ctor, arg, pcc } style; local
2981 style = ctor;
2984 style = pcc;
2989 style = arg;
2992 if (style == ctor)
3008 if (style == arg)
3016 else if (style == pcc)
/freebsd-10.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-10.0-release/contrib/gcclibs/libcpp/
H A Dfiles.c512 their coding style.) Some systems (e.g. AIX 4.1) define
713 if (CPP_OPTION (pfile, deps.style) > !!sysp && !file->stack_count)
840 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp);
849 if (CPP_OPTION (pfile, deps.style) && ! print_dep)
/freebsd-10.0-release/crypto/openssh/
H A Dmonitor_wrap.c323 /* Inform the privileged process about service and style */
326 mm_inform_authserv(char *service, char *style) argument
334 buffer_put_cstring(&m, style ? style : "");
/freebsd-10.0-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h271 /* Nonzero means handle cplusplus style comments. */
412 enum cpp_deps_style style; member in struct:cpp_options::__anon1161
/freebsd-10.0-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp158 int style[STYLES] = variable
/freebsd-10.0-release/sys/mips/mips/
H A Dswtch.S69 .set noreorder # Noreorder is default style!
H A Dsupport.S99 .set noreorder # Noreorder is default style!
846 .set noreorder # Noreorder is default style!
/freebsd-10.0-release/contrib/bmake/mk/
H A Dsys.mk119 # might be an old style
/freebsd-10.0-release/contrib/libyaml/src/
H A Dparser.c644 if ((token->data.scalar.style == YAML_PLAIN_SCALAR_STYLE && !tag)
655 token->data.scalar.style, start_mark, end_mark);
/freebsd-10.0-release/contrib/texinfo/info/
H A Dwindow.c508 window_tile_windows (int style) argument
515 do_internals = (style == TILE_INTERNALS);
/freebsd-10.0-release/contrib/top/
H A DConfigure116 man style $mansty
/freebsd-10.0-release/share/mk/
H A Dsys.mk81 CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes:N-Wno-pointer-sign:N-Wold-style-definition}
H A Dbsd.own.mk240 # Older-style variables that enabled behaviour when set.
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c1583 svn_diff_conflict_display_style_t style;
1593 style = choice == svn_wc_conflict_choose_theirs_conflict
1615 style,
2432 svn_diff_conflict_display_style_t style =
2460 style,
1582 svn_diff_conflict_display_style_t style; local
2430 svn_diff_conflict_display_style_t style = local
H A Dprops.c613 svn_diff_conflict_display_style_t style;
630 style = svn_diff_conflict_display_modified_latest;
639 style, scratch_pool));
2015 /* Before we can canonicalize svn:eol-style we need to know svn:mime-type,
2086 _("Unrecognized line ending style '%s' for '%s'"),
611 svn_diff_conflict_display_style_t style; local
H A Dwc-metadata.sql373 /* ### JF: For an old-style move, "copyfrom" info stores its source, but a
440 repository-normal format to working copy format with EOL style
450 and EOL style. This value is used in the change detection heuristic
792 working copies that were never updated by 1.7.0+ style clients */
/freebsd-10.0-release/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-10.0-release/contrib/binutils/libiberty/
H A Dcplus-dem.c265 "GNU (g++) style demangling"
271 "Lucid (lcc) style demangling"
277 "ARM style demangling"
283 "HP (aCC) style demangling"
289 "EDG style demangling"
295 "GNU (g++) V3 ABI-style demangling"
301 "Java style demangling"
307 "GNAT style demangling"
785 /* Add a routine to set the demangling style to be sure it is valid and
789 cplus_demangle_set_style (enum demangling_styles style) argument
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dcplus-dem.c265 "GNU (g++) style demangling"
271 "Lucid (lcc) style demangling"
277 "ARM style demangling"
283 "HP (aCC) style demangling"
289 "EDG style demangling"
295 "GNU (g++) V3 ABI-style demangling"
301 "Java style demangling"
307 "GNAT style demangling"
785 /* Add a routine to set the demangling style to be sure it is valid and
789 cplus_demangle_set_style (enum demangling_styles style) argument
[all...]

Completed in 194 milliseconds

1234567