Searched refs:style (Results 51 - 75 of 168) sorted by relevance

1234567

/freebsd-10.0-release/tools/regression/capsicum/syscalls/
H A DMakefile10 CFLAGS+= -Wold-style-definition -Wno-pointer-sign
/freebsd-10.0-release/crypto/openssh/
H A Dauth2.c225 char *user, *service, *method, *style = NULL; local
244 if ((style = strchr(user, ':')) != NULL)
245 *style++ = 0;
268 authctxt->style = style ? xstrdup(style) : NULL;
270 mm_inform_authserv(service, style);
/freebsd-10.0-release/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-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c912 svn_diff_conflict_display_style_t style = btn->conflict_style;
914 if (style == svn_diff_conflict_display_resolved_modified_latest)
919 style = svn_diff_conflict_display_modified_latest;
922 if (style == svn_diff_conflict_display_modified_latest ||
923 style == svn_diff_conflict_display_modified_original_latest)
929 if (style == svn_diff_conflict_display_modified_original_latest)
941 else if (style == svn_diff_conflict_display_modified)
944 else if (style == svn_diff_conflict_display_latest)
947 else /* unknown style */
1062 svn_diff_conflict_display_style_t style,
911 svn_diff_conflict_display_style_t style = btn->conflict_style; local
1052 svn_diff_mem_string_output_merge2(svn_stream_t *output_stream, svn_diff_t *diff, const svn_string_t *original, const svn_string_t *modified, const svn_string_t *latest, const char *conflict_original, const char *conflict_modified, const char *conflict_latest, const char *conflict_separator, svn_diff_conflict_display_style_t style, apr_pool_t *pool) argument
1141 svn_diff_conflict_display_style_t style = local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c63 svn_subst_eol_style_from_value(svn_subst_eol_style_t *style,
71 if (style)
72 *style = svn_subst_eol_style_none;
77 if (style)
78 *style = svn_subst_eol_style_native;
83 if (style)
84 *style = svn_subst_eol_style_fixed;
89 if (style)
90 *style = svn_subst_eol_style_fixed;
95 if (style)
62 svn_subst_eol_style_from_value(svn_subst_eol_style_t *style, const char **eol, const char *value) argument
107 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-10.0-release/contrib/atf/admin/
H A Dcheck-style.sh32 # A utility to sanity check the coding style of all source files in the
149 awk -f ${topdir}/admin/check-style-${format}.awk ${1} || err=1
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Dpile.cpp28 int pile_box::compute_metrics(int style) argument
32 col.p[i]->compute_metrics(style);
114 int matrix_box::compute_metrics(int style) argument
121 p[i]->p[j]->compute_metrics(style);
H A Dtext.cpp295 int compute_metrics(int style);
317 int prime_box::compute_metrics(int style) argument
319 int res = p->compute_metrics(style);
320 pb->compute_metrics(style);
/freebsd-10.0-release/share/man/man5/
H A DMakefile68 style.Makefile.5 \
/freebsd-10.0-release/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh44 astyle --quiet --style=bsd -k3 $out/$i.orig.c $out/$i.new.c
/freebsd-10.0-release/usr.bin/tail/
H A Dforward.c98 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument
102 switch(style) {
306 follow(file_info_t *files, enum STYLE style, off_t off) argument
324 forward(file->fp, file->file_name, style, off, &file->st);
/freebsd-10.0-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp308 struct style { struct
315 style ();
316 style (font *, int, int, int, int, color);
317 int operator == (const style &) const;
318 int operator != (const style &) const;
321 style::style() function in class:style
326 style::style(font *p, int sz, int h, int sl, int no, color c) function in class:style
331 int style
[all...]
/freebsd-10.0-release/contrib/gperf/src/
H A Doutput.cc221 Output::output_constants (struct Output_Constants& style) const
223 style.output_start ();
224 style.output_item ("TOTAL_KEYWORDS", _total_keys);
225 style.output_item ("MIN_WORD_LENGTH", _min_key_len);
226 style.output_item ("MAX_WORD_LENGTH", _max_key_len);
227 style.output_item ("MIN_HASH_VALUE", _min_hash_value);
228 style.output_item ("MAX_HASH_VALUE", _max_hash_value);
229 style.output_end ();
1919 Output_Enum style (" ");
1920 output_constants (style);
2043 Output_Defines style; local
[all...]
/freebsd-10.0-release/contrib/groff/src/devices/grops/
H A Dps.cpp487 struct style { struct
493 style();
494 style(font *, subencoding *, int, int, int);
495 int operator==(const style &) const;
496 int operator!=(const style &) const;
499 style::style() : f(0) function in class:style
503 style::style(font *p, subencoding *s, int sz, int h, int sl) function in class:style
508 int style
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dmerge.c95 - svn:eol-style
103 If svn:mime-type is considered 'binary', we ignore svn:eol-style (but
109 detranslate with the old keywords and ... eol-style
113 -> detranslate with the old eol-style and keywords
117 -> detranslate with the old keywords and new eol-style
125 Effect for svn:eol-style
127 I) On add or change of svn:eol-style, use the new value
170 svn_subst_eol_style_t style;
197 style = svn_subst_eol_style_none;
202 detranslate keywords and old eol-style */
169 svn_subst_eol_style_t style; local
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
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-10.0-release/contrib/libyaml/src/
H A Dapi.c514 * Set the canonical output style.
819 yaml_scalar_style_t style)
852 plain_implicit, quoted_implicit, style, mark, mark);
871 yaml_sequence_style_t style)
892 implicit, style, mark, mark);
926 yaml_mapping_style_t style)
947 implicit, style, mark, mark);
1196 yaml_scalar_style_t style)
1227 SCALAR_NODE_INIT(node, tag_copy, value_copy, length, style, mark, mark);
1245 yaml_char_t *tag, yaml_sequence_style_t style)
815 yaml_scalar_event_initialize(yaml_event_t *event, yaml_char_t *anchor, yaml_char_t *tag, yaml_char_t *value, int length, int plain_implicit, int quoted_implicit, yaml_scalar_style_t style) argument
869 yaml_sequence_start_event_initialize(yaml_event_t *event, yaml_char_t *anchor, yaml_char_t *tag, int implicit, yaml_sequence_style_t style) argument
924 yaml_mapping_start_event_initialize(yaml_event_t *event, yaml_char_t *anchor, yaml_char_t *tag, int implicit, yaml_mapping_style_t style) argument
1194 yaml_document_add_scalar(yaml_document_t *document, yaml_char_t *tag, yaml_char_t *value, int length, yaml_scalar_style_t style) argument
1244 yaml_document_add_sequence(yaml_document_t *document, yaml_char_t *tag, yaml_sequence_style_t style) argument
1289 yaml_document_add_mapping(yaml_document_t *document, yaml_char_t *tag, yaml_mapping_style_t style) argument
[all...]
H A Ddumper.c329 node->data.scalar.style, mark, mark);
350 node->data.sequence.style, mark, mark);
380 node->data.mapping.style, mark, mark);
/freebsd-10.0-release/contrib/libyaml/tests/
H A Drun-dumper.c33 node->data.scalar.style)) goto error;
37 node->data.sequence.style)) goto error;
41 node->data.mapping.style)) goto error;
/freebsd-10.0-release/contrib/apr-util/include/
H A Dapr_xml.h273 * @param style How to covert the XML. One of:
286 int style, apr_array_header_t *namespaces,
290 /* style argument values: */
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dmakedepend.c143 options->deps.style = DEPS_USER;
/freebsd-10.0-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h236 vdmaarc(int centerx, int centery, int radius,int startangle,int angle,int style,int arcopen) argument
243 vdmnum(style,styl));
249 int style,int arcopen)
256 vdmnum(endx,enx),vdmnum(endy,eny),vdmnum(style,styl));
248 vdmvarc(int centerx, int centery,int radius, int startx, int starty, int endx, int endy,\ int style,int arcopen) argument
/freebsd-10.0-release/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp89 int style; member in class:lj4_font
97 : font(nm), weight(0), style(0), proportional(0), typeface(0)
122 { "pclstyle", &lj4_font::style, 0, 32767 },
297 psf->style,
/freebsd-10.0-release/contrib/mdocml/
H A Dhtml.h126 char *style; /* style-sheet URI */ member in struct:html
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c132 static int converse(pam_handle_t *pamh, int style, lo_const char *text, argument
146 msg.msg_style = style;
157 static int say(pam_handle_t *pamh, int style, const char *format, ...) argument
170 status = converse(pamh, style, buffer, &resp);

Completed in 459 milliseconds

1234567