OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orig_paramcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c
2334
unsigned int
orig_paramcount
= paramcount;
local
2352
xasprintf (_("In the directive number %u, parameter %u is of type '%s' but a parameter of type '%s' is expected."), directives,
orig_paramcount
- paramcount + 1, "integer", "character");
2364
xasprintf (_("In the directive number %u, parameter %u is of type '%s' but a parameter of type '%s' is expected."), directives,
orig_paramcount
- paramcount + 1, "character", "integer");
format-scheme.c
2360
unsigned int
orig_paramcount
= paramcount;
local
2378
xasprintf (_("In the directive number %u, parameter %u is of type '%s' but a parameter of type '%s' is expected."), directives,
orig_paramcount
- paramcount + 1, "integer", "character");
2390
xasprintf (_("In the directive number %u, parameter %u is of type '%s' but a parameter of type '%s' is expected."), directives,
orig_paramcount
- paramcount + 1, "character", "integer");
Completed in 19 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026