HomeSort by: relevance | last modified time | path
    Searched refs:spec (Results 1 - 25 of 595) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-ycp.c 42 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.arg_count++] = false
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...]
format-qt.c 45 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.arg_count++] = false
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...]
format-tcl.c 76 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.directives)
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...]
format-elisp.c 73 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.allocated == spec.numbered_arg_count
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...]
format-awk.c 72 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.directives)
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...]
format-python.c 88 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.unnamed = NULL
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...]
format-librep.c 70 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.directives, *format))
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...]
format-sh.c 63 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.allocated == spec.named_arg_count
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...]
format-csharp.c 53 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.directives, *format
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...]
format-perl-brace.c 46 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.allocated == spec.named_arg_count
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...]
  /src/external/gpl3/binutils/dist/libctf/doc/
local.mk 22 info_TEXINFOS += %D%/ctf-spec.texi
27 MAINTAINERCLEANFILES += %D%/ctf-spec.info
29 html-local: %D%/ctf-spec/index.html
30 %D%/ctf-spec/index.html: %D%/ctf-spec.texi %D%/$(am__dirstamp)
32 --split=node -I$(srcdir) --output %D%/ctf-spec $(srcdir)/%D%/ctf-spec.texi
38 %D%/ctf-spec.info:
  /src/external/gpl3/binutils/dist/libsframe/doc/
local.mk 22 info_TEXINFOS += %D%/sframe-spec.texi
27 MAINTAINERCLEANFILES += %D%/sframe-spec.info
29 html-local: %D%/sframe-spec/index.html
30 %D%/sframe-spec/index.html: %D%/sframe-spec.texi %D%/$(am__dirstamp)
32 --split=node -I$(srcdir) --output %D%/sframe-spec $(srcdir)/%D%/sframe-spec.texi
38 %D%/sframe-spec.info:
  /src/external/gpl3/binutils.old/dist/libctf/doc/
local.mk 22 info_TEXINFOS += %D%/ctf-spec.texi
27 MAINTAINERCLEANFILES += %D%/ctf-spec.info
29 html-local: %D%/ctf-spec/index.html
30 %D%/ctf-spec/index.html: %D%/ctf-spec.texi %D%/$(am__dirstamp)
32 --split=node -I$(srcdir) --output %D%/ctf-spec $(srcdir)/%D%/ctf-spec.texi
38 %D%/ctf-spec.info:
  /src/external/gpl3/binutils.old/dist/libsframe/doc/
local.mk 22 info_TEXINFOS += %D%/sframe-spec.texi
27 MAINTAINERCLEANFILES += %D%/sframe-spec.info
29 html-local: %D%/sframe-spec/index.html
30 %D%/sframe-spec/index.html: %D%/sframe-spec.texi %D%/$(am__dirstamp)
32 --split=node -I$(srcdir) --output %D%/sframe-spec $(srcdir)/%D%/sframe-spec.texi
38 %D%/sframe-spec.info:
  /src/external/gpl3/gdb.old/dist/libctf/doc/
local.mk 22 info_TEXINFOS += %D%/ctf-spec.texi
27 MAINTAINERCLEANFILES += %D%/ctf-spec.info
29 html-local: %D%/ctf-spec/index.html
30 %D%/ctf-spec/index.html: %D%/ctf-spec.texi %D%/$(am__dirstamp)
32 --split=node -I$(srcdir) --output %D%/ctf-spec $(srcdir)/%D%/ctf-spec.texi
38 %D%/ctf-spec.info:
  /src/external/gpl3/gdb.old/dist/libsframe/doc/
local.mk 22 info_TEXINFOS += %D%/sframe-spec.texi
27 MAINTAINERCLEANFILES += %D%/sframe-spec.info
29 html-local: %D%/sframe-spec/index.html
30 %D%/sframe-spec/index.html: %D%/sframe-spec.texi %D%/$(am__dirstamp)
32 --split=node -I$(srcdir) --output %D%/sframe-spec $(srcdir)/%D%/sframe-spec.texi
38 %D%/sframe-spec.info:
  /src/external/gpl3/gdb/dist/libctf/doc/
local.mk 22 info_TEXINFOS += %D%/ctf-spec.texi
27 MAINTAINERCLEANFILES += %D%/ctf-spec.info
29 html-local: %D%/ctf-spec/index.html
30 %D%/ctf-spec/index.html: %D%/ctf-spec.texi %D%/$(am__dirstamp)
32 --split=node -I$(srcdir) --output %D%/ctf-spec $(srcdir)/%D%/ctf-spec.texi
38 %D%/ctf-spec.info:
  /src/external/gpl3/gdb/dist/libsframe/doc/
local.mk 22 info_TEXINFOS += %D%/sframe-spec.texi
27 MAINTAINERCLEANFILES += %D%/sframe-spec.info
29 html-local: %D%/sframe-spec/index.html
30 %D%/sframe-spec/index.html: %D%/sframe-spec.texi %D%/$(am__dirstamp)
32 --split=node -I$(srcdir) --output %D%/sframe-spec $(srcdir)/%D%/sframe-spec.texi
38 %D%/sframe-spec.info:
  /src/external/lgpl3/mpfr/dist/src/
vasprintf.c 209 char spec; /* Conversion specifier */ member in struct:printf_spec
227 specinfo->spec = '\0';
244 specinfo_is_valid (struct printf_spec spec)
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.arg_type))
2096 struct printf_spec spec; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-tree.c 72 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->value = chp
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...]
  /src/external/gpl3/gdb/dist/sim/common/
hw-tree.c 72 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->value = chp
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...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
netstuff.cc 42 parse_connection_spec_without_prefix (std::string spec, struct addrinfo *hint)
50 - spec[0] is '[', or
51 - the number of ':' on spec is greater than 1. */
54 && (spec[0] == '['
55 || std::count (spec.begin (),
56 spec.end (), ':') > 1)));
60 if (spec[0] == '[')
64 size_t close_bracket_pos = spec.find_first_of (']');
68 spec.c_str ());
72 const char c = spec[close_bracket_pos + 1]
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
netstuff.cc 42 parse_connection_spec_without_prefix (std::string spec, struct addrinfo *hint)
50 - spec[0] is '[', or
51 - the number of ':' on spec is greater than 1. */
54 && (spec[0] == '['
55 || std::count (spec.begin (),
56 spec.end (), ':') > 1)));
60 if (spec[0] == '[')
64 size_t close_bracket_pos = spec.find_first_of (']');
68 spec.c_str ());
72 const char c = spec[close_bracket_pos + 1]
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
tree.c 68 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->value = chp
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...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
tree.c 68 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->value = chp
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...]

Completed in 83 milliseconds

1 2 3 4 5 6 7 8 91011>>