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

1234567

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Ddiff_local.c202 svn_subst_eol_style_t style;
204 svn_subst_eol_style_from_value(&style, &eol, val->data);
220 svn_subst_eol_style_t style;
222 svn_subst_eol_style_from_value(&style, &eol, val->data);
200 svn_subst_eol_style_t style; local
218 svn_subst_eol_style_t style; local
H A Dblame.c711 svn_subst_eol_style_t style; local
713 svn_subst_eol_style_from_value(&style, &eol, eol_style->data);
715 normalize_eols = (style == svn_subst_eol_style_native);
/freebsd-10.0-release/crypto/openssh/
H A Dauth-passwd.c173 as = auth_usercheck(pw->pw_name, authctxt->style, "auth-ssh",
H A Dauth.h61 char *style; member in struct:Authctxt
H A Dauth2-pubkey.c131 authctxt->style ? ":" : "",
132 authctxt->style ? authctxt->style : "");
H A Dmonitor.c828 /* Allow service/style information on the auth context */
859 authctxt->style = buffer_get_string(m, NULL);
860 debug3("%s: service=%s, style=%s",
861 __func__, authctxt->service, authctxt->style);
863 if (strlen(authctxt->style) == 0) {
864 free(authctxt->style);
865 authctxt->style = NULL;
1272 authctxt->style ? ":" : "",
1273 authctxt->style ? authctxt->style
[all...]
/freebsd-10.0-release/sys/cddl/dev/dtrace/mips/
H A Ddtrace_asm.S43 .set noreorder # Noreorder is default style!
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dresrc.c849 const rc_res_id class, rc_uint_type style,
857 n->style = style;
873 rc_uint_type y, rc_uint_type style,
881 if (style == 0)
882 style = SS_ICON | WS_CHILD | WS_VISIBLE;
886 n = define_control (tid, id, x, y, 0, 0, cid, style, exstyle);
2474 fprintf (e, "STYLE 0x%x\n", dialog->style);
2526 and the style. */
2532 unsigned long style;
845 define_control(const rc_res_id iid, rc_uint_type id, rc_uint_type x, rc_uint_type y, rc_uint_type width, rc_uint_type height, const rc_res_id class, rc_uint_type style, rc_uint_type exstyle) argument
870 define_icon_control(rc_res_id iid, rc_uint_type id, rc_uint_type x, rc_uint_type y, rc_uint_type style, rc_uint_type exstyle, rc_uint_type help, rc_rcdata_item *data, rc_dialog_ex *ex) argument
2529 unsigned long style; member in struct:control_info
[all...]
H A Dresbin.c440 d->style = windres_get_32 (wrbfd, data, 4);
455 d->style = windres_get_32 (wrbfd, data + 12, 4);
481 if ((d->style & DS_SETFONT) == 0)
531 dc->style = windres_get_32 (wrbfd, data + off, 4);
542 dc->style = windres_get_32 (wrbfd, data + off + 8, 4);
1462 windres_put_32 (wrbfd, bd.style, dialog->style);
1475 windres_put_32 (wrbfd, bdx.style, dialog->style);
1489 if ((dialog->style
[all...]
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-10.0-release/contrib/libyaml/doc/html/
H A Ddoxygen.css176 font-style: italic;
456 font-style: normal;
558 font-style: normal;
606 list-style-type:none;
/freebsd-10.0-release/sys/conf/
H A Dnewvers.sh54 b=share/examples/etc/bsd-style-copyright
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DAddress.cpp365 Address::Dump (Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, DumpStyle fallback_style, uint32_t addr_size) const argument
370 if (!section_sp && style != DumpStyleResolvedPointerDescription)
371 style = DumpStyleLoadAddress;
386 switch (style)
422 if (style == DumpStyleModuleWithFileAddress && section_sp)
632 const bool show_module = (style == DumpStyleResolvedDescription);
/freebsd-10.0-release/tools/regression/fsx/
H A Dfsx.c118 int style = 0; /* -s flag */ variable
814 if (lite ? 0 : op == 3 && style == 0) /* vanilla truncate? */
867 "fsx [-dnqLOW] [-b opnum] [-c Prob] [-l flen] [-m start:end] [-o oplen] [-p progressinterval] [-r readbdy] [-s style] [-t truncbdy] [-w writebdy] [-D startingop] [-N numops] [-P dirpath] [-S seed] fname\n\
878 -s style: 1 gives smaller truncates (default 0)\n\
1007 style = getnum(optarg, &endp);
1008 if (style < 0 || style > 1)
/freebsd-10.0-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc124 converted to the new style linker. */
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dinit.c468 if (CPP_OPTION (pfile, deps.style) != DEPS_NONE)
596 if (CPP_OPTION (pfile, deps.style) != DEPS_NONE
/freebsd-10.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-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DLineTable.h116 /// @param[in] style
117 /// The display style for the address.
123 Address::DumpStyle style,
/freebsd-10.0-release/tools/tools/prstats/
H A Dprstats.pl260 set data style line
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dworkqueue.c472 svn_subst_eol_style_t style; local
536 SVN_ERR(svn_wc__get_translate_info(&style, &eol,
560 if (svn_subst_translation_required(style, eol, keywords,
941 svn_subst_eol_style_t style; local
960 SVN_ERR(svn_wc__get_translate_info(&style, &eol,
1310 non skel conflict. Fetch all the information we can to create a new style
/freebsd-10.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.
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DLineTable.cpp430 LineTable::Dump (Stream *s, Target *target, Address::DumpStyle style, Address::DumpStyle fallback_style, bool show_line_ranges) argument
438 line_entry.Dump (s, target, prev_file != line_entry.file, style, fallback_style, show_line_ranges);
/freebsd-10.0-release/crypto/openssh/contrib/aix/
H A Dbuildbff.sh170 This software is distributed under a BSD-style license.
/freebsd-10.0-release/share/mk/
H A Dbsd.sys.mk56 -Wold-style-definition
/freebsd-10.0-release/contrib/binutils/ld/
H A Dlexsup.c775 enum demangling_styles style; local
777 style = cplus_demangle_name_to_style (optarg);
778 if (style == unknown_demangling)
779 einfo (_("%F%P: unknown demangling style `%s'"),
782 cplus_demangle_set_style (style);

Completed in 180 milliseconds

1234567