Searched refs:paramcount (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-lisp.c2315 unsigned int paramcount, struct param *params,
2319 unsigned int orig_paramcount = paramcount;
2322 for (; paramcount > 0 && t_count > 0;
2323 params++, paramcount--, t_types++, t_count--)
2337 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");
2349 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");
2364 for (; paramcount > 0; params++, paramcount--)
2402 unsigned int paramcount, struct param *params,
2408 for (; paramcount >
2314 check_params(struct format_arg_list **listp, unsigned int paramcount, struct param *params, unsigned int t_count, const enum format_arg_type *t_types, unsigned int directives, char **invalid_reason) argument
2401 nocheck_params(struct format_arg_list **listp, unsigned int paramcount, struct param *params, unsigned int directives, char **invalid_reason) argument
2457 unsigned int paramcount = 0; local
[all...]
H A Dformat-scheme.c2341 unsigned int paramcount, struct param *params,
2345 unsigned int orig_paramcount = paramcount;
2348 for (; paramcount > 0 && t_count > 0;
2349 params++, paramcount--, t_types++, t_count--)
2363 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");
2375 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");
2390 for (; paramcount > 0; params++, paramcount--)
2460 unsigned int paramcount = 0; local
2542 xrealloc (params, (paramcount
2340 check_params(struct format_arg_list **listp, unsigned int paramcount, struct param *params, unsigned int t_count, const enum format_arg_type *t_types, unsigned int directives, char **invalid_reason) argument
[all...]

Completed in 98 milliseconds