Searched refs:style (Results 1 - 25 of 168) sorted by relevance

1234567

/freebsd-10.0-release/contrib/atf/admin/
H A DMakefile.am.inc35 dist-hook: check-style
36 PHONY_TARGETS += check-style
37 check-style:
38 $(srcdir)/admin/check-style.sh
41 admin/check-style-common.awk \
42 admin/check-style-c.awk \
43 admin/check-style-cpp.awk \
44 admin/check-style-man.awk \
45 admin/check-style-shell.awk \
46 admin/check-style
[all...]
/freebsd-10.0-release/usr.bin/tail/
H A Dtail.c73 enum STYLE style; local
91 if (style) \
100 style = (forward); \
106 style = (backward); \
112 style = NOTSET;
148 * style values.
153 if (style == FBYTES)
154 style = RBYTES;
155 else if (style == FLINES)
156 style
[all...]
H A Dreverse.c79 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument
81 if (style != REVERSE && off == 0)
85 r_reg(fp, fn, style, off, sbp);
87 switch(style) {
108 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument
136 if (style == RBYTES && --off == 0)
154 if (style == RLINES)
157 if (off == 0 && style != REVERSE) {
/freebsd-10.0-release/contrib/openpam/lib/libpam/
H A Dpam_prompt.c57 int style,
66 r = pam_vprompt(pamh, style, resp, fmt, ap);
56 pam_prompt(const pam_handle_t *pamh, int style, char **resp, const char *fmt, ...) argument
H A Dopenpam_configure.c159 openpam_style_t style)
184 if (style == pam_conf_style &&
345 openpam_style_t style)
373 f, filename, style);
393 openpam_style_t style; local
401 style = pam_conf_style;
403 style = pam_d_style;
405 service, style);
419 style = pam_d_style;
421 style
154 openpam_parse_chain(pam_handle_t *pamh, const char *service, pam_facility_t facility, FILE *f, const char *filename, openpam_style_t style) argument
341 openpam_load_file(pam_handle_t *pamh, const char *service, pam_facility_t facility, const char *filename, openpam_style_t style) argument
[all...]
H A Dpam_get_authtok.c75 int pitem, r, style, twice; local
135 style = openpam_get_option(pamh, "echo_pass") ?
137 r = pam_prompt(pamh, style, &resp, "%s", prompt);
141 r = pam_prompt(pamh, style, &resp2, "Retype %s", prompt);
H A Dpam_vprompt.c58 int style,
81 msg.msg_style = style;
105 * The =style argument specifies the type of interaction requested, and
57 pam_vprompt(const pam_handle_t *pamh, int style, char **resp, const char *fmt, va_list ap) argument
/freebsd-10.0-release/usr.bin/kdump/
H A Dmkioctls15 style="$1"
42 awk -v ioctl_includes="$ioctl_includes" -v style="$style" '
71 if (style == "print") {
103 if (style == "print") {
/freebsd-10.0-release/contrib/mdocml/
H A Dstyle.css1 /* $Id: style.css,v 1.25 2011/08/26 09:03:17 kristaps Exp $ */
4 * This is an example style-sheet provided for mandoc(1) and the -Thtml
37 .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
39 .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
41 .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */
53 b.cmd { font-style: normal; } /* Command (Cm). */
54 b.config { font-style: normal; } /* Config statement (Cd). */
57 b.diag { font-style: normal; } /* Diagnostic (Bl -diag). */
62 b.flag { font-style: normal; } /* Flag (Fl, Cm). */
63 b.fname { font-style
[all...]
H A Dexample.style.css1 /* $Id: example.style.css,v 1.49 2011/12/15 12:18:57 kristaps Exp $ */
3 * This is an example style-sheet provided for mandoc(1) and the -Thtml
33 div.mandoc .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
34 div.mandoc .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
35 div.mandoc .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */
39 div.mandoc b.cmd { font-style: normal; } /* Command (Cm). */
40 div.mandoc b.config { font-style: normal; } /* Config statement (Cd). */
43 div.mandoc b.diag { font-style: normal; } /* Diagnostic (Bl -diag). */
48 div.mandoc b.flag { font-style: normal; } /* Flag (Fl, Cm). */
49 div.mandoc b.fname { font-style
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dc-aux-info.c106 source code version of a formal parameter list (of some given style) for
108 a pair of surrounding parens) as a string. Note that if the style
113 gen_formal_list_for_type (tree fntype, formals_style style)
118 if (style != ansi)
138 /* If we got to here, then we are trying to generate an ANSI style formal
141 New style prototyped ANSI formal parameter lists should in theory always
156 K&R empty parameter lists and new-style prototyped parameter lists
210 /* Generate a parameter list for a function definition (in some given style).
230 gen_formal_list_for_func_def (tree fndecl, formals_style style)
240 if (*formal_list && ((style
112 gen_formal_list_for_type(tree fntype, formals_style style) argument
229 gen_formal_list_for_func_def(tree fndecl, formals_style style) argument
302 gen_type(const char *ret_val, tree t, formals_style style) argument
473 gen_decl(tree decl, int is_func_definition, formals_style style) argument
[all...]
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Dmark.cpp54 int mark_box::compute_metrics(int style) argument
56 int res = p->compute_metrics(style);
78 int compute_metrics(int style);
104 int lineup_box::compute_metrics(int style) argument
106 int res = p->compute_metrics(style);
H A Dother.cpp51 int accent_box::compute_metrics(int style)
53 int r = p->compute_metrics(style);
55 ab->compute_metrics(style);
86 int accent_box::compute_metrics(int style) argument
88 int r = p->compute_metrics(style);
90 ab->compute_metrics(style);
187 int overline_box::compute_metrics(int style) argument
189 int r = p->compute_metrics(cramped_style(style));
246 int uaccent_box::compute_metrics(int style) argument
248 int r = p->compute_metrics(style);
350 compute_metrics(int style) argument
393 compute_metrics(int style) argument
435 compute_metrics(int style) argument
471 compute_metrics(int style) argument
502 compute_metrics(int style) argument
541 compute_metrics(int style) argument
573 compute_metrics(int style) argument
[all...]
H A Dspecial.cpp71 int special_box::compute_metrics(int style) argument
73 int r = p->compute_metrics(style);
H A Dover.cpp61 int over_box::compute_metrics(int style) argument
64 style = script_style(style);
70 int res = num->compute_metrics(style);
73 int r = den->compute_metrics(cramped_style(style));
/freebsd-10.0-release/crypto/openssh/regress/
H A Dproxy-connect.sh21 verbose "username with style"
23 ${SSH} -$p -F $OBJ/ssh_proxy ${USER}:style@999.999.999.999 true || \
/freebsd-10.0-release/usr.bin/mandoc/
H A DMakefile8 FILES= example.style.css external.png style.css
/freebsd-10.0-release/lib/libpam/modules/pam_opie/
H A Dpam_opie.c69 int style; local
116 style = PAM_PROMPT_ECHO_OFF;
118 retval = pam_prompt(pamh, style, &response,
131 style = PAM_PROMPT_ECHO_ON;
/freebsd-10.0-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c111 --format=<name> Sets the demangling style.
129 enum demangling_styles style = auto_demangling; local
167 style = auto_demangling;
170 style = cplus_demangle_name_to_style (format.data);
171 if (style == unknown_demangling)
173 printf ("FAIL at line %d: unknown demangling style %s\n",
203 style = cplus_demangle_name_to_style (fstyle);
204 if (style == unknown_demangling)
206 printf ("FAIL at line %d: unknown demangling style %s\n",
260 cplus_demangle_set_style (style);
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dtranslate.c79 svn_subst_eol_style_t style;
87 SVN_ERR(svn_wc__get_translate_info(&style, &eol,
118 if (svn_subst_translation_required(style, eol, keywords, special, TRUE))
122 if (style == svn_subst_eol_style_native)
124 else if (style == svn_subst_eol_style_fixed)
126 else if (style != svn_subst_eol_style_none)
165 svn_subst_eol_style_t style;
172 SVN_ERR(svn_wc__get_translate_info(&style, &eol,
178 if (! svn_subst_translation_required(style, eol, keywords, special, TRUE)
219 if (style
78 svn_subst_eol_style_t style; local
164 svn_subst_eol_style_t style; local
256 svn_wc__get_translate_info(svn_subst_eol_style_t *style, const char **eol, apr_hash_t **keywords, svn_boolean_t *special, svn_wc__db_t *db, const char *local_abspath, apr_hash_t *props, svn_boolean_t for_normalization, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddemangle.c35 /* Select the default C++ demangling style to use. The default is "auto",
36 which allows gdb to attempt to pick an appropriate demangling style for
37 the executable it has loaded. It can be set to a specific style ("gnu",
39 selection of the style unless you do an explicit "set demangle auto".
49 /* String name for the current demangling style. Set by the
50 "set demangle-style" command, printed as part of the output by the
51 "show demangle-style" command. */
62 /* Set current demangling style. Called by the "set demangle-style"
66 If the user has entered a string that matches a known demangling style
145 set_demangling_style(char *style) argument
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dauth-bsdauth.c68 debug3("bsdauth_query: style %s",
69 authctxt->style ? authctxt->style : "<default>");
71 authctxt->style, "auth-ssh", &challenge);
/freebsd-10.0-release/contrib/binutils/binutils/
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");
/freebsd-10.0-release/usr.sbin/bsdconfig/dot/
H A Ddot65 # begin_nodelist $shape $color $fillcolor $style
67 # Create a new multi-node list rendering nodes in a specific style described by
72 local shape="$1" color="$2" fillcolor="$3" style="$4"
81 [ "$style" ] &&
82 printf '\t\tstyle = "%s",\n' "$style"
362 shape=circle color=black fillcolor=yellow style=filled
363 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
371 shape=box color=black fillcolor=lightblue style=filled
372 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
382 shape=box color=black fillcolor=lightblue style
[all...]
/freebsd-10.0-release/contrib/libyaml/include/
H A Dyaml.h113 /** Use CR for line breaks (Mac style). */
115 /** Use LN for line breaks (Unix style). */
117 /** Use CR LN for line breaks (DOS style). */
165 /** Let the emitter choose the style. */
168 /** The plain scalar style. */
171 /** The single-quoted scalar style. */
173 /** The double-quoted scalar style. */
176 /** The literal scalar style. */
178 /** The folded scalar style. */
184 /** Let the emitter choose the style
308 yaml_scalar_style_t style; member in struct:yaml_token_s::__anon1821::__anon1826
442 yaml_scalar_style_t style; member in struct:yaml_event_s::__anon1829::__anon1835
454 yaml_sequence_style_t style; member in struct:yaml_event_s::__anon1829::__anon1836
466 yaml_mapping_style_t style; member in struct:yaml_event_s::__anon1829::__anon1837
735 yaml_scalar_style_t style; member in struct:yaml_node_s::__anon1838::__anon1839
750 yaml_sequence_style_t style; member in struct:yaml_node_s::__anon1838::__anon1840
765 yaml_mapping_style_t style; member in struct:yaml_node_s::__anon1838::__anon1842
1725 yaml_scalar_style_t style; member in struct:yaml_emitter_s::__anon1867
[all...]

Completed in 384 milliseconds

1234567