Searched refs:spec (Results 1 - 25 of 667) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-ycp.c42 struct spec struct
53 struct spec spec; local
54 struct spec *result;
56 spec.directives = 0;
57 spec.arg_count = 0;
63 spec.directives++;
71 while (spec.arg_count <= number)
72 spec.args_used[spec
100 struct spec *spec = (struct spec *) descr; local
108 struct spec *spec = (struct spec *) descr; local
175 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-qt.c45 struct spec struct
56 struct spec spec; local
57 struct spec *result;
59 spec.directives = 0;
60 spec.arg_count = 0;
69 spec.directives++;
73 while (spec.arg_count <= number)
74 spec.args_used[spec
97 struct spec *spec = (struct spec *) descr; local
105 struct spec *spec = (struct spec *) descr; local
164 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-tcl.c76 struct spec struct
103 struct spec spec; local
104 struct spec *result;
109 spec.directives = 0;
110 spec.numbered_arg_count = 0;
111 spec.allocated = 0;
112 spec.numbered = NULL;
121 spec.directives++;
146 *invalid_reason = INVALID_ARGNO_0 (spec
333 struct spec *spec = (struct spec *) descr; local
343 struct spec *spec = (struct spec *) descr; local
443 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-elisp.c73 struct spec struct
100 struct spec spec; local
101 struct spec *result;
104 spec.directives = 0;
105 spec.numbered_arg_count = 0;
106 spec.allocated = 0;
107 spec.numbered = NULL;
116 spec.directives++;
147 if (spec
294 struct spec *spec = (struct spec *) descr; local
304 struct spec *spec = (struct spec *) descr; local
404 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-awk.c72 struct spec struct
99 struct spec spec; local
101 struct spec *result;
103 spec.directives = 0;
104 spec.numbered_arg_count = 0;
105 spec.allocated = 0;
106 spec.numbered = NULL;
116 spec.directives++;
134 *invalid_reason = INVALID_ARGNO_0 (spec
446 struct spec *spec = (struct spec *) descr; local
456 struct spec *spec = (struct spec *) descr; local
556 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-python.c88 struct spec struct
118 struct spec spec; local
119 struct spec *result;
121 spec.directives = 0;
122 spec.named_arg_count = 0;
123 spec.unnamed_arg_count = 0;
124 spec.allocated = 0;
125 spec.named = NULL;
126 spec
369 struct spec *spec = (struct spec *) descr; local
386 struct spec *spec = (struct spec *) descr; local
549 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-librep.c70 struct spec struct
97 struct spec spec; local
98 struct spec *result;
101 spec.directives = 0;
102 spec.numbered_arg_count = 0;
103 spec.allocated = 0;
104 spec.numbered = NULL;
113 spec.directives++;
177 : INVALID_CONVERSION_SPECIFIER (spec
258 struct spec *spec = (struct spec *) descr; local
268 struct spec *spec = (struct spec *) descr; local
368 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-sh.c63 struct spec struct
91 struct spec spec; local
92 struct spec *result;
94 spec.directives = 0;
95 spec.named_arg_count = 0;
96 spec.allocated = 0;
97 spec.named = NULL;
105 spec.directives++;
191 if (spec
239 struct spec *spec = (struct spec *) descr; local
254 struct spec *spec = (struct spec *) descr; local
333 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-csharp.c53 struct spec struct
62 struct spec spec; local
63 struct spec *result;
65 spec.directives = 0;
66 spec.numbered_arg_count = 0;
81 spec.directives++;
86 xasprintf (_("In the directive number %u, '{' is not followed by an argument number."), spec.directives);
106 xasprintf (_("In the directive number %u, ',' is not followed by a number."), spec.directives);
133 ? xasprintf (_("The directive number %u ends with an invalid character '%c' instead of '}'."), spec
167 struct spec *spec = (struct spec *) descr; local
175 struct spec *spec = (struct spec *) descr; local
225 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-perl-brace.c46 struct spec struct
65 struct spec spec; local
66 struct spec *result;
68 spec.directives = 0;
69 spec.named_arg_count = 0;
70 spec.allocated = 0;
71 spec.named = NULL;
98 spec.directives++;
100 if (spec
142 struct spec *spec = (struct spec *) descr; local
157 struct spec *spec = (struct spec *) descr; local
232 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-java.c121 struct spec struct
133 static bool choice_format_parse (const char *format, struct spec *spec,
150 Extracts argument type information into spec. */
152 message_format_parse (const char *format, struct spec *spec, argument
171 spec->directives++;
203 xasprintf (_("In the directive number %u, '{' is not followed by an argument number."), spec->directives);
237 xasprintf (_("In the directive number %u, the substring \"%s\" is not a valid date/time style."), spec->directives, element);
247 xasprintf (_("In the directive number %u, \"%s\" is not followed by a comma."), spec
502 choice_format_parse(const char *format, struct spec *spec, char **invalid_reason) argument
613 struct spec spec; local
686 struct spec *spec = (struct spec *) descr; local
696 struct spec *spec = (struct spec *) descr; local
796 struct spec *spec = (struct spec *) descr; local
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dvasprintf.c209 char spec; /* Conversion specifier */ member in struct:printf_spec
227 specinfo->spec = '\0';
244 specinfo_is_valid (struct printf_spec spec) argument
246 switch (spec.spec)
255 return (spec.arg_type == NONE
256 || FLOATING_POINT_ARG_TYPE (spec.arg_type));
261 return spec.arg_type == MPFR_ARG;
266 return (spec.arg_type == NONE
267 || INTEGER_LIKE_ARG_TYPE (spec
989 mpfr_get_str_wrapper(mpfr_exp_t *exp, int base, size_t n, mpfr_srcptr op, const struct printf_spec spec) argument
1060 regular_ab(struct number_parts *np, mpfr_srcptr p, const struct printf_spec spec) argument
1284 regular_eg(struct number_parts *np, mpfr_srcptr p, const struct printf_spec spec, struct decimal_info *dec_info, int keep_trailing_zeros) argument
1417 regular_fg(struct number_parts *np, mpfr_srcptr p, const struct printf_spec spec, struct decimal_info *dec_info, int keep_trailing_zeros) argument
1717 partition_number(struct number_parts *np, mpfr_srcptr p, struct printf_spec spec) argument
2006 sprnt_fp(struct string_buffer *buf, mpfr_srcptr p, const struct printf_spec spec) argument
2114 struct printf_spec spec; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-tree.c79 name_specifier *spec)
106 strcpy (spec->buf, hw_find_string_property (aliases, alias));
107 strcat (spec->buf, device_specifier + len);
111 strcpy (spec->buf, device_specifier);
116 strcpy (spec->buf, device_specifier);
120 if (strlen (spec->buf) >= sizeof (spec->buf))
124 chp = spec->buf;
131 spec->path = chp;
143 spec
77 split_device_specifier(struct hw *current, const char *device_specifier, name_specifier *spec) argument
191 split_property_specifier(struct hw *current, const char *property_specifier, name_specifier *spec) argument
223 split_device_name(name_specifier *spec) argument
298 split_value(name_specifier *spec) argument
329 split_find_device(struct hw *current, name_specifier *spec) argument
410 split_fill_path(struct hw *current, const char *device_specifier, name_specifier *spec) argument
820 name_specifier spec; local
1164 ihandle_runtime_property_spec spec; local
1255 name_specifier spec; local
1271 name_specifier spec; local
1291 name_specifier spec; local
1304 name_specifier spec; local
1318 name_specifier spec; local
1334 name_specifier spec; local
1349 name_specifier spec; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-tree.c72 name_specifier *spec)
99 strcpy (spec->buf, hw_find_string_property (aliases, alias));
100 strcat (spec->buf, device_specifier + len);
104 strcpy (spec->buf, device_specifier);
109 strcpy (spec->buf, device_specifier);
113 if (strlen (spec->buf) >= sizeof (spec->buf))
117 chp = spec->buf;
124 spec->path = chp;
136 spec
70 split_device_specifier(struct hw *current, const char *device_specifier, name_specifier *spec) argument
184 split_property_specifier(struct hw *current, const char *property_specifier, name_specifier *spec) argument
216 split_device_name(name_specifier *spec) argument
291 split_value(name_specifier *spec) argument
322 split_find_device(struct hw *current, name_specifier *spec) argument
401 split_fill_path(struct hw *current, const char *device_specifier, name_specifier *spec) argument
811 name_specifier spec; local
1155 ihandle_runtime_property_spec spec; local
1246 name_specifier spec; local
1262 name_specifier spec; local
1282 name_specifier spec; local
1295 name_specifier spec; local
1309 name_specifier spec; local
1325 name_specifier spec; local
1340 name_specifier spec; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-riscv-elf/
H A Dattr-merge-priv-spec-failed-03.d1 #source: attr-merge-priv-spec-a.s
2 #source: attr-merge-priv-spec-d.s
3 #source: attr-merge-priv-spec-c.s
6 #warning: .*use privilege spec version 1.11.0 but the output use version 1.9.1
7 #warning: .*privilege spec version 1.9.1 can not be linked with other spec versions
H A Dattr-merge-priv-spec-failed-04.d1 #source: attr-merge-priv-spec-d.s
2 #source: attr-merge-priv-spec-a.s
3 #source: attr-merge-priv-spec-c.s
6 #warning: .*use privilege spec version 1.11.0 but the output use version 1.9.1
7 #warning: .*privilege spec version 1.9.1 can not be linked with other spec versions
H A Dattr-merge-priv-spec-failed-05.d1 #source: attr-merge-priv-spec-c.s
2 #source: attr-merge-priv-spec-d.s
3 #source: attr-merge-priv-spec-a.s
6 #warning: .*use privilege spec version 1.9.1 but the output use version 1.11.0
7 #warning: .*privilege spec version 1.9.1 can not be linked with other spec versions
H A Dattr-merge-priv-spec-failed-06.d1 #source: attr-merge-priv-spec-d.s
2 #source: attr-merge-priv-spec-c.s
3 #source: attr-merge-priv-spec-a.s
6 #warning: .*use privilege spec version 1.9.1 but the output use version 1.11.0
7 #warning: .*privilege spec version 1.9.1 can not be linked with other spec versions
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dnetstuff.cc43 parse_connection_spec_without_prefix (std::string spec, struct addrinfo *hint) argument
51 - spec[0] is '[', or
52 - the number of ':' on spec is greater than 1. */
55 && (spec[0] == '['
56 || std::count (spec.begin (),
57 spec.end (), ':') > 1)));
61 if (spec[0] == '[')
65 size_t close_bracket_pos = spec.find_first_of (']');
69 spec.c_str ());
73 const char c = spec[close_bracket_po
117 parse_connection_spec(const char *spec, struct addrinfo *hint) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dnetstuff.cc43 parse_connection_spec_without_prefix (std::string spec, struct addrinfo *hint) argument
51 - spec[0] is '[', or
52 - the number of ':' on spec is greater than 1. */
55 && (spec[0] == '['
56 || std::count (spec.begin (),
57 spec.end (), ':') > 1)));
61 if (spec[0] == '[')
65 size_t close_bracket_pos = spec.find_first_of (']');
69 spec.c_str ());
73 const char c = spec[close_bracket_po
117 parse_connection_spec(const char *spec, struct addrinfo *hint) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dtree.c79 name_specifier *spec)
103 strcpy(spec->buf, device_find_string_property(aliases, alias));
104 strcat(spec->buf, device_specifier + len);
107 strcpy(spec->buf, device_specifier);
111 strcpy(spec->buf, device_specifier);
115 if (strlen(spec->buf) >= sizeof(spec->buf))
119 chp = spec->buf;
126 spec->path = chp;
137 spec
77 split_device_specifier(device *current, const char *device_specifier, name_specifier *spec) argument
181 split_property_specifier(device *current, const char *property_specifier, name_specifier *spec) argument
210 split_device_name(name_specifier *spec) argument
277 split_value(name_specifier *spec) argument
307 split_find_device(device *current, name_specifier *spec) argument
378 split_fill_path(device *current, const char *device_specifier, name_specifier *spec) argument
805 name_specifier spec; local
1086 ihandle_runtime_property_spec spec; local
1211 name_specifier spec; local
1228 name_specifier spec; local
1249 name_specifier spec; local
1261 name_specifier spec; local
1273 name_specifier spec; local
1285 name_specifier spec; local
1297 name_specifier spec; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dtree.c68 name_specifier *spec)
92 strcpy(spec->buf, device_find_string_property(aliases, alias));
93 strcat(spec->buf, device_specifier + len);
96 strcpy(spec->buf, device_specifier);
100 strcpy(spec->buf, device_specifier);
104 if (strlen(spec->buf) >= sizeof(spec->buf))
108 chp = spec->buf;
115 spec->path = chp;
126 spec
66 split_device_specifier(device *current, const char *device_specifier, name_specifier *spec) argument
170 split_property_specifier(device *current, const char *property_specifier, name_specifier *spec) argument
199 split_device_name(name_specifier *spec) argument
266 split_value(name_specifier *spec) argument
296 split_find_device(device *current, name_specifier *spec) argument
365 split_fill_path(device *current, const char *device_specifier, name_specifier *spec) argument
792 name_specifier spec; local
1073 ihandle_runtime_property_spec spec; local
1198 name_specifier spec; local
1215 name_specifier spec; local
1236 name_specifier spec; local
1248 name_specifier spec; local
1260 name_specifier spec; local
1272 name_specifier spec; local
1284 name_specifier spec; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dread.d21 import std.format.spec : FormatSpec;
25 void skipData(Range, Char)(ref Range input, scope const ref FormatSpec!Char spec)
31 switch (spec.spec)
42 text("Format specifier not understood: %", spec.spec));
58 T unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec)
65 if (spec.spec == 's') return parse!T(input);
67 enforceFmt(find(acceptedSpecs!long, spec
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dprint-sysroot-suffix.sh50 # will replace a canonical option FOO with a %{...}-style spec pattern.
58 # Build up the final SYSROOT_SUFFIX_SPEC in $spec.
59 spec=
76 test -z "$subspec" || spec="$spec%{$subspec}"
78 if test -n "$spec"; then
80 echo "#define SYSROOT_SUFFIX_SPEC \"$spec\""
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dprint-sysroot-suffix.sh50 # will replace a canonical option FOO with a %{...}-style spec pattern.
58 # Build up the final SYSROOT_SUFFIX_SPEC in $spec.
59 spec=
76 test -z "$subspec" || spec="$spec%{$subspec}"
78 if test -n "$spec"; then
80 echo "#define SYSROOT_SUFFIX_SPEC \"$spec\""

Completed in 181 milliseconds

1234567891011>>