Searched refs:style (Results 1 - 25 of 112) sorted by path

12345

/freebsd-current/contrib/bc/scripts/
H A Dformat.sh48 clang-format -i --style=file "$f"
/freebsd-current/contrib/bmake/mk/
H A Dmanifest.mk18 # generate mtree style manifest supported by makefs in FreeBSD
H A Dsys.mk77 # might be an old style
/freebsd-current/contrib/bmake/unit-tests/
H A Darchive.mk7 # archive handling. That's why it deviates from the tutorial style of
H A Dexport-env.mk13 # gmake style export goes further; affects nothing but the environment
H A Dopt-debug-errors-jobs.mk30 # It is a common style to align the continuation backslashes at the right
H A Dvar-op-expand.mk234 # includes a '=', the modifier would be interpreted as a SysV-style
H A Dvarmod.mk10 # * `strict`: the parsing style used by most modifiers:
19 # Omitting this colon is bad style.
/freebsd-current/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-current/contrib/elftoolchain/libelftc/
H A Delftc_demangle.c39 is_mangled(const char *s, unsigned int style) argument
42 switch (style) {
43 case ELFTC_DEM_ARM: return (is_cpp_mangled_ARM(s) ? style : 0);
44 case ELFTC_DEM_GNU2: return (is_cpp_mangled_gnu2(s) ? style : 0);
45 case ELFTC_DEM_GNU3: return (is_cpp_mangled_gnu3(s) ? style : 0);
48 /* No style or invalid style spcified, try to guess. */
61 demangle(const char *s, unsigned int style, unsigned int rc) argument
65 switch (style) {
79 unsigned int style, r local
[all...]
/freebsd-current/contrib/elftoolchain/size/
H A Dsize.c73 static enum output_style style = STYLE_BERKELEY; variable in typeref:enum:output_style
140 style = STYLE_SYSV;
143 style = STYLE_BERKELEY;
164 style = STYLE_SYSV;
166 style = STYLE_BERKELEY;
233 if (style == STYLE_BERKELEY) {
366 if (raw_size != 0 && style == STYLE_SYSV) {
386 if (style == STYLE_SYSV) {
407 if (style == STYLE_SYSV) {
416 if (style
[all...]
/freebsd-current/contrib/expat/doc/
H A DMakefile.am59 style.css \
H A DMakefile.in352 style.css \
/freebsd-current/contrib/kyua/admin/
H A DMakefile.am.inc29 PHONY_TARGETS += check-style
30 check-style:
31 @$(srcdir)/admin/check-style.sh \
36 EXTRA_DIST += admin/check-style-common.awk \
37 admin/check-style-cpp.awk \
38 admin/check-style-make.awk \
39 admin/check-style-man.awk \
40 admin/check-style-shell.awk \
41 admin/check-style.sh
H A Dtravis-build.sh85 make check-style
/freebsd-current/contrib/libcbor/
H A Dclang-format.sh10 clang-format $@ -style=file -i ${SOURCES}
/freebsd-current/contrib/libpcap/
H A Dconfigure4008 // See if C++-style comments work.
4934 # as it will generate a warning with -Wold-style-definition, meaning
5043 # as it will generate a warning with -Wold-style-definition, meaning
5121 # +We, and doesn't handle GCC-style -W flags, so we
5122 # don't want to try using GCC-style -W flags.
5132 # so, and doesn't handle GCC-style -W flags, so we
5133 # don't want to try using GCC-style -W flags.
5168 # so, and doesn't handle GCC-style -W flags, so we
5169 # don't want to try using GCC-style -W flags.
5214 # as it will generate a warning with -Wold-style
[all...]
/freebsd-current/contrib/libxo/libxo/
H A Dlibxo.c340 * A place to parse printf-style format flags for each field
426 * xo_style is used to retrieve the current style. When we're built
1862 * @param style Style of output desired (XO_STYLE_* value)
1868 xo_create (xo_style_t style, xo_xof_flags_t flags) argument
1875 xop->xo_style = style;
1878 xop->xo_style = style; /* Reset style (see LIBXO_OPTIONS) */
1889 * @param style Style of output desired (XO_STYLE_* value)
1895 xo_create_to_file (FILE *fp, xo_style_t style, xo_xof_flags_t flags) argument
1897 xo_handle_t *xop = xo_create(style, flag
1986 xo_set_style(xo_handle_t *xop, xo_style_t style) argument
2157 int style = xo_name_to_style(name); local
2265 int style = -1, new_style, rc = 0; local
3316 int style = (flags & XFF_XML) ? XO_STYLE_XML : xo_style(xop); local
[all...]
H A Dxo.h152 xo_create (xo_style_t style, xo_xof_flags_t flags);
155 xo_create_to_file (FILE *fp, xo_style_t style, xo_xof_flags_t flags);
168 xo_set_style (xo_handle_t *xop, xo_style_t style);
174 xo_set_style_name (xo_handle_t *xop, const char *style);
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js1372 div.innerHTML = " <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/><nav></nav>";
1400 // Get the style information from getAttribute
1402 style: /top/.test( a.getAttribute("style") ),
1411 opacity: /^0.55/.test( a.style.opacity ),
1413 // Verify style float existence
1415 cssFloat: !!a.style.cssFloat,
1490 div.style.width = div.style.paddingLeft = "1px";
1516 testElement.style[
[all...]
H A Djquery.qtip.js148 'class': [ NAMESPACE, CLASS_DEFAULT, options.style.classes, NAMESPACE + '-pos-' + options.position.my.abbrev() ].join(' '),
149 'width': options.style.width || '',
150 'height': options.style.height || '',
379 if('style' in opts && invalidOpt(opts.style)) {
380 opts.style = { classes: opts.style };
452 '^style.classes$': function(obj, o, v, p) {
455 '^style.width|height': function(obj, o, v) {
458 '^style
[all...]
/freebsd-current/contrib/libxo/xohtml/
H A Dxohtml.js50 style: "qtip-tipped"
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dlimits.inc11 // [fp.style], floating-point type properties
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h67 /// Invalid dump style.
224 /// \a style lets the user choose.
229 /// \param[in] style
230 /// The display style for the address.
233 /// The display style for the address.
257 Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
H A DAddressRange.h173 /// range, and \a style lets the user choose how the base address gets
179 /// \param[in] style
180 /// The display style for the address.
190 Dump(Stream *s, Target *target, Address::DumpStyle style,

Completed in 341 milliseconds

12345