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

12345678

/freebsd-10-stable/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.c80 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument
82 if (style != REVERSE && off == 0)
86 r_reg(fp, fn, style, off, sbp);
88 switch(style) {
109 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument
138 if (style == RBYTES && --off == 0)
156 if (style == RLINES)
159 if (off == 0 && style != REVERSE) {
/freebsd-10-stable/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_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-stable/usr.bin/kdump/
H A Dmkioctls15 style="$1"
43 awk -v ioctl_includes="$ioctl_includes" -v style="$style" '
75 if (style == "print") {
107 if (style == "print") {
/freebsd-10-stable/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-stable/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-stable/usr.sbin/ntp/doc/drivers/scripts/
H A DMakefile8 FILES= footer.txt style.css
/freebsd-10-stable/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));
H A Dbox.cpp139 int script_style(int style) argument
141 return style > SCRIPT_STYLE ? style - 2 : style;
144 int cramped_style(int style) argument
146 return (style & 1) ? style - 1 : style;
471 int pointer_box::compute_metrics(int style) argument
473 int r = p->compute_metrics(style);
[all...]
/freebsd-10-stable/usr.bin/mandoc/
H A DMakefile8 FILES= example.style.css external.png style.css
/freebsd-10-stable/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-stable/contrib/subversion/subversion/libsvn_wc/
H A Dtranslate.c64 svn_subst_eol_style_t style;
72 SVN_ERR(svn_wc__get_translate_info(&style, &eol,
103 if (svn_subst_translation_required(style, eol, keywords, special, TRUE))
107 if (style == svn_subst_eol_style_native)
109 else if (style == svn_subst_eol_style_fixed)
111 else if (style != svn_subst_eol_style_none)
152 svn_subst_eol_style_t style;
159 SVN_ERR(svn_wc__get_translate_info(&style, &eol,
165 if (! svn_subst_translation_required(style, eol, keywords, special, TRUE)
206 if (style
63 svn_subst_eol_style_t style; local
151 svn_subst_eol_style_t style; local
243 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-stable/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-stable/crypto/openssh/
H A Dauth-bsdauth.c75 debug3("bsdauth_query: style %s",
76 authctxt->style ? authctxt->style : "<default>");
78 authctxt->style, "auth-ssh", &challenge);
/freebsd-10-stable/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-stable/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"
357 shape=circle color=black fillcolor=yellow style=filled
358 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
366 shape=box color=black fillcolor=lightblue style=filled
367 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
377 shape=box color=black fillcolor=lightblue style
[all...]
/freebsd-10-stable/crypto/openssh/regress/
H A Dproxy-connect.sh29 verbose "username with style protocol $p"
30 ${SSH} -$p -F $OBJ/ssh_proxy ${USER}:style@999.999.999.999 true || \
/freebsd-10-stable/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::__anon1926::__anon1931
442 yaml_scalar_style_t style; member in struct:yaml_event_s::__anon1934::__anon1940
454 yaml_sequence_style_t style; member in struct:yaml_event_s::__anon1934::__anon1941
466 yaml_mapping_style_t style; member in struct:yaml_event_s::__anon1934::__anon1942
735 yaml_scalar_style_t style; member in struct:yaml_node_s::__anon1943::__anon1944
750 yaml_sequence_style_t style; member in struct:yaml_node_s::__anon1943::__anon1945
765 yaml_mapping_style_t style; member in struct:yaml_node_s::__anon1943::__anon1947
1725 yaml_scalar_style_t style; member in struct:yaml_emitter_s::__anon1972
[all...]
/freebsd-10-stable/contrib/ntp/sntp/unity/
H A Dunity.c120 void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style) argument
122 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT)
126 else if ((style & UNITY_DISPLAY_RANGE_UINT) == UNITY_DISPLAY_RANGE_UINT)
128 UnityPrintNumberUnsigned( (_U_UINT)number & UnitySizeMask[((_U_UINT)style & (_U_UINT)0x0F) - 1] );
132 UnityPrintNumberHex((_U_UINT)number, (char)((style & 0x000F) << 1));
474 const UNITY_DISPLAY_STYLE_T style)
482 UnityPrintNumberByStyle(expected, style);
484 UnityPrintNumberByStyle(actual, style);
496 const UNITY_DISPLAY_STYLE_T style)
515 // If style i
470 UnityAssertEqualNumber(const _U_SINT expected, const _U_SINT actual, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_DISPLAY_STYLE_T style) argument
491 UnityAssertEqualIntArray(UNITY_PTR_ATTRIBUTE const void* expected, UNITY_PTR_ATTRIBUTE const void* actual, const _UU32 num_elements, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_DISPLAY_STYLE_T style) argument
703 UnityAssertFloatSpecial(const _UF actual, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_FLOAT_TRAIT_T style) argument
865 UnityAssertDoubleSpecial(const _UD actual, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_FLOAT_TRAIT_T style) argument
932 UnityAssertNumbersWithin( const _U_SINT delta, const _U_SINT expected, const _U_SINT actual, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_DISPLAY_STYLE_T style) argument
[all...]

Completed in 181 milliseconds

12345678