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

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32919.c6 char spec; local
7 spec = (*++f);
12 _itoa_word (spec);
16 spec = 'x';
19 if (spec != 'S')
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
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
224 struct spec *spec = (struct spec *) descr; local
[all...]
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
173 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
163 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
442 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
403 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
555 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
525 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
367 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-gcc-internal.c103 struct spec struct
115 struct spec spec; local
116 struct spec *result;
118 spec.directives = 0;
119 spec.unnumbered_arg_count = 0;
120 spec.allocated = 0;
121 spec.unnumbered = NULL;
129 spec.directives++;
153 if (spec
234 struct spec *spec = (struct spec *) descr; local
244 struct spec *spec = (struct spec *) descr; local
303 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
332 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
231 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
795 struct spec *spec = (struct spec *) descr; local
[all...]
H A Dformat-pascal.c81 struct spec struct
113 struct spec *result;
331 result = (struct spec *) xmalloc (sizeof (struct spec));
347 struct spec *spec = (struct spec *) descr; local
349 if (spec->numbered != NULL)
350 free (spec->numbered);
351 free (spec);
357 struct spec *spec = (struct spec *) descr; local
456 struct spec *spec = (struct spec *) descr; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-common.h5 #define declspec(spec, name) spec int name (void)
7 # define decl(spec, name)
9 # define decl(spec, name) defpfx declspec(spec, name);
11 #define def(spec, name, ret) defpfx declspec(spec, name) { return ret; }
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/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-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dtree.c80 name_specifier *spec)
104 strcpy(spec->buf, device_find_string_property(aliases, alias));
105 strcat(spec->buf, device_specifier + len);
108 strcpy(spec->buf, device_specifier);
112 strcpy(spec->buf, device_specifier);
116 if (strlen(spec->buf) >= sizeof(spec->buf))
120 chp = spec->buf;
127 spec->path = chp;
138 spec
78 split_device_specifier(device *current, const char *device_specifier, name_specifier *spec) argument
182 split_property_specifier(device *current, const char *property_specifier, name_specifier *spec) argument
211 split_device_name(name_specifier *spec) argument
278 split_value(name_specifier *spec) argument
308 split_find_device(device *current, name_specifier *spec) argument
379 split_fill_path(device *current, const char *device_specifier, name_specifier *spec) argument
806 name_specifier spec; local
1087 ihandle_runtime_property_spec spec; local
1212 name_specifier spec; local
1229 name_specifier spec; local
1250 name_specifier spec; local
1262 name_specifier spec; local
1274 name_specifier spec; local
1286 name_specifier spec; local
1298 name_specifier spec; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/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\""
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/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-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dvasprintf.c178 char spec; /* Conversion specifier */ member in struct:printf_spec
195 specinfo->spec = '\0';
209 specinfo_is_valid (struct printf_spec spec) argument
211 switch (spec.spec)
220 return (spec.arg_type == NONE
221 || FLOATING_POINT_ARG_TYPE (spec.arg_type));
224 return spec.arg_type == MPFR_ARG;
229 return (spec.arg_type == NONE
230 || INTEGER_LIKE_ARG_TYPE (spec
964 regular_ab(struct number_parts *np, mpfr_srcptr p, const struct printf_spec spec) argument
1173 regular_eg(struct number_parts *np, mpfr_srcptr p, const struct printf_spec spec) argument
1293 regular_fg(struct number_parts *np, mpfr_srcptr p, const struct printf_spec spec) argument
1572 partition_number(struct number_parts *np, mpfr_srcptr p, struct printf_spec spec) argument
1817 sprnt_fp(struct string_buffer *buf, mpfr_srcptr p, const struct printf_spec spec) argument
1892 struct printf_spec spec; local
[all...]
/netbsd-6-1-5-RELEASE/sys/netsmb/
H A Dsmb_usr.c62 static void smb_usr_vcspec_free(struct smb_vcspec *spec);
65 smb_usr_vc2spec(struct smbioc_ossn *dp, struct smb_vcspec *spec) argument
69 memset(spec, 0, sizeof(*spec));
79 spec->sap = smb_memdupin(dp->ioc_server, dp->ioc_svlen);
80 if (spec->sap == NULL)
83 spec->lap = smb_memdupin(dp->ioc_local, dp->ioc_lolen);
84 if (spec->lap == NULL) {
85 smb_usr_vcspec_free(spec);
89 spec
108 smb_usr_vcspec_free(struct smb_vcspec *spec) argument
117 smb_usr_share2spec(struct smbioc_oshare *dp, struct smb_sharespec *spec) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Dautoconf.c172 devidentparse(const char *spec, int *count, int *lun, int *part) argument
177 if (*spec == '(') {
179 args[0] = ++spec;
180 for (i = 1; *spec && *spec != ')' && i<3; spec++) {
181 if (*spec == ',')
182 args[i++] = ++spec;
184 if (*spec != ')')
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dsym_ids.c44 char *spec; /* Parsing modifies this. */
91 sym_id_add (const char *spec, Table_Id which_table)
94 int len = strlen (spec);
99 id->spec = (char *) id + sizeof (*id);
100 strcpy (id->spec, spec);
108 /* A spec has the syntax FILENAME:(FUNCNAME|LINENUM). As a convenience
109 to the user, a spec without a colon is interpreted as:
119 parse_spec (char *spec, Sym *sym)
124 colon = strrchr (spec, '
43 char *spec; /* Parsing modifies this. */ member in struct:sym_id
90 sym_id_add(const char *spec, Table_Id which_table) argument
118 parse_spec(char *spec, Sym *sym) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20041214-1.c11 char spec; local
22 spec = (*++f);
29 spec = *f;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20041214-1.c11 char spec; local
22 spec = (*++f);
29 spec = *f;

Completed in 300 milliseconds

12345678