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

123456

/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1393 % Change the current font style to #1, remembering it in \curfontstyle.
1402 % Select #1 fonts with the current style.
1412 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1418 % We don't need math for this font style.
2213 % This produces Day Month Year style of output.
4271 % I don't think this chapter style is supported any more, so I'm not
6213 % text after an @example or the like (not that this is good style).
/freebsd-9.3-release/contrib/bind9/bin/check/
H A Dcheck-tool.c641 dns_masterformat_t fileformat, const dns_master_style_t *style,
668 result = dns_zone_dumptostream3(zone, output, fileformat, style,
640 dump_zone(const char *zonename, dns_zone_t *zone, const char *filename, dns_masterformat_t fileformat, const dns_master_style_t *style, const isc_uint32_t rawversion) argument
H A Dcheck-tool.h44 dns_masterformat_t fileformat, const dns_master_style_t *style,
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c392 dns_master_style_t *style = NULL; local
417 result = dns_master_stylecreate2(&style, styleflags,
421 result = dns_master_stylecreate2(&style, styleflags,
425 result = dns_master_stylecreate2(&style, styleflags,
430 result = dns_master_rdatasettotext(owner_name, rdataset, style, target);
432 if (style != NULL)
433 dns_master_styledestroy(&style, mctx);
448 dns_master_style_t *style = NULL; local
470 result = dns_master_stylecreate2(&style, styleflags,
474 result = dns_master_stylecreate2(&style, styleflag
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c2750 const dns_master_style_t *style = local
2861 result = dns_master_dump(mctx, db, version, style, filename);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c7001 const dns_master_style_t *style; local
7025 style = &dns_master_style_cache;
7036 style, dctx->fp,
7056 style = &dns_master_style_full;
7081 style, dctx->fp,
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c173 static const dns_master_style_t *style; variable
1890 result = dns_message_totext(msg, style, 0, buf);
3003 style = &dns_master_style_debug;
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmasterdump.h110 * The default master file style.
119 * A master file style that dumps zones to a very generic format easily
125 * A master file style that prints explicit TTL values on each
133 * A master style format designed for cache files. It prints explicit TTL
139 * A master style that prints name, ttl, class, type, and value on
147 * The style used for debugging, "dig" output, etc.
152 * The style used for dumping "key" zones.
214 const dns_master_style_t *style, FILE *f,
221 const dns_master_style_t *style, FILE *f);
226 const dns_master_style_t *style,
[all...]
H A Dmessage.h328 const dns_master_style_t *style,
335 const dns_master_style_t *style,
349 *\li 'style' is a valid master dump style.
370 dns_message_totext(dns_message_t *msg, const dns_master_style_t *style,
395 *\li 'style' is a valid master dump style.
H A Dzone.h521 const dns_master_style_t *style);
524 const dns_master_style_t *style,
528 * If the 'format' is dns_masterformat_text (RFC1035), 'style' also
529 * specifies the file style (e.g., &dns_master_style_default).
533 * format and the dns_master_style_default style.
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmasterdump.c92 dns_master_style_t style; member in struct:dns_totext_ctx
168 * A style suitable for dns_rdataset_totext().
282 totext_ctx_init(const dns_master_style_t *style, dns_totext_ctx_t *ctx) { argument
285 REQUIRE(style->tab_width != 0);
287 ctx->style = *style;
295 if ((ctx->style.flags & DNS_STYLEFLAG_MULTILINE) != 0) {
309 result = indent(&col, ctx->style.rdata_column,
310 ctx->style.tab_width, &buf);
343 if ((result = indent(&column, ctx->style
696 dns_master_rdatasettotext(dns_name_t *owner_name, dns_rdataset_t *rdataset, const dns_master_style_t *style, isc_buffer_t *target) argument
715 dns_master_questiontotext(dns_name_t *owner_name, dns_rdataset_t *rdataset, const dns_master_style_t *style, isc_buffer_t *target) argument
1296 dumpctx_create(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, FILE *f, dns_dumpctx_t **dctxp, dns_masterformat_t format, dns_masterrawheader_t *header) argument
1565 dns_master_dumptostreaminc(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, FILE *f, isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp) argument
1602 dns_master_dumptostream(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, FILE *f) argument
1612 dns_master_dumptostream2(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, dns_masterformat_t format, FILE *f) argument
1622 dns_master_dumptostream3(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, dns_masterformat_t format, dns_masterrawheader_t *header, FILE *f) argument
1682 dns_master_dumpinc(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, const char *filename, isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp) argument
1693 dns_master_dumpinc2(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, const char *filename, isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp, dns_masterformat_t format) argument
1703 dns_master_dumpinc3(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, const char *filename, isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp, dns_masterformat_t format, dns_masterrawheader_t *header) argument
1757 dns_master_dump(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, const char *filename) argument
1765 dns_master_dump2(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, const char *filename, dns_masterformat_t format) argument
1774 dns_master_dump3(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, const char *filename, dns_masterformat_t format, dns_masterrawheader_t *header) argument
1808 dns_master_dumpnodetostream(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, dns_name_t *name, const dns_master_style_t *style, FILE *f) argument
1852 dns_master_dumpnode(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, dns_name_t *name, const dns_master_style_t *style, const char *filename) argument
1912 dns_master_style_t *style; local
1934 dns_master_style_t *style; local
[all...]
H A Dmessage.c3167 const dns_master_style_t *style,
3216 style,
3221 style,
3240 const dns_master_style_t *style,
3337 result = dns_master_rdatasettotext(name, ps, style, target);
3348 result = dns_master_rdatasettotext(name, ps, style, target);
3358 dns_message_totext(dns_message_t *msg, const dns_master_style_t *style, argument
3431 style, flags, target);
3436 style, flags, target);
3440 style, flag
3166 dns_message_sectiontotext(dns_message_t *msg, dns_section_t section, const dns_master_style_t *style, dns_messagetextflag_t flags, isc_buffer_t *target) argument
3238 dns_message_pseudosectiontotext(dns_message_t *msg, dns_pseudosection_t section, const dns_master_style_t *style, dns_messagetextflag_t flags, isc_buffer_t *target) argument
[all...]
H A Dsdlz.c1042 dns_master_style_t *style = NULL; local
1067 result = dns_master_stylecreate(&style, 0, 0, 0, 0, 0, 0, 1, mctx);
1072 style, buffer);
1095 if (style != NULL)
1096 dns_master_styledestroy(&style, mctx);
H A Dzone.c9363 dumptostream(dns_zone_t *zone, FILE *fd, const dns_master_style_t *style, argument
9390 result = dns_master_dumptostream3(zone->mctx, db, version, style,
9399 const dns_master_style_t *style,
9402 return (dumptostream(zone, fd, style, format, rawversion));
9407 const dns_master_style_t *style) {
9408 return (dumptostream(zone, fd, style, format, DNS_RAWFORMAT_VERSION));
9398 dns_zone_dumptostream3(dns_zone_t *zone, FILE *fd, dns_masterformat_t format, const dns_master_style_t *style, const isc_uint32_t rawversion) argument
9406 dns_zone_dumptostream2(dns_zone_t *zone, FILE *fd, dns_masterformat_t format, const dns_master_style_t *style) argument
/freebsd-9.3-release/contrib/binutils/binutils/
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
H A Dcxxfilt.c176 enum demangling_styles style = auto_demangling; local
211 style = cplus_demangle_name_to_style (optarg);
212 if (style == unknown_demangling)
214 fprintf (stderr, "%s: unknown demangling style `%s'\n",
218 cplus_demangle_set_style (style);
253 fatal ("Internal error: no symbol alphabet for current style");
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
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
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 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 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 Dwindint.h393 /* Basic window style. */
394 unsigned int style; member in struct:rc_dialog
395 /* Extended window style. */
423 bfd_byte style[4]; member in struct:bin_dialog
453 bfd_byte style[4]; member in struct:bin_dialogex
477 /* Window style flags, from the winsup Defines.h header file. These
478 can appear in the style field of a rc_dialog or a rc_dialog_control. */
637 rc_uint_type style; member in struct:rc_dialog_control
638 /* Extended style. */
660 bfd_byte style[ member in struct:bin_dialog_control
674 bfd_byte style[4]; member in struct:bin_dialogex_control
[all...]
/freebsd-9.3-release/contrib/binutils/include/
H A Ddemangle.h67 they now both behave identically. The resulting style is actual the
68 union of both. I.E. either style recognizes both "__pt__" and "__rf__"
69 for operator "->", even though the first is lucid style and the second
70 is ARM style. (FIXME?) */
100 /* Some macros to test what demangling style is active. */
138 cplus_demangle_set_style (enum demangling_styles style);
170 in the G++ V3 ABI demangling style. Specifically, return an `enum
184 in the G++ V3 ABI demangling style. Specifically, return an `enum
/freebsd-9.3-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);
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc124 converted to the new style linker. */

Completed in 518 milliseconds

123456