| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| format-lisp.c | 2330 unsigned int paramcount, struct param *params, 2334 unsigned int orig_paramcount = paramcount; 2337 for (; paramcount > 0 && t_count > 0; 2338 params++, paramcount--, t_types++, t_count--) 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"); 2379 for (; paramcount > 0; params++, paramcount--) 2417 unsigned int paramcount, struct param *params, 2423 for (; paramcount > 0; params++, paramcount-- 2470 unsigned int paramcount = 0; local [all...] |
| format-scheme.c | 2356 unsigned int paramcount, struct param *params, 2360 unsigned int orig_paramcount = paramcount; 2363 for (; paramcount > 0 && t_count > 0; 2364 params++, paramcount--, t_types++, t_count--) 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"); 2405 for (; paramcount > 0; params++, paramcount--) 2473 unsigned int paramcount = 0; local 2545 xrealloc (params, (paramcount + 1) * sizeof (struct param)) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| comp_com.h | 56 * + paramcount * sizeof(int32_t) 67 int32_t paramcount; /* count of parameters in the section */ member in struct:__anon10275 76 * int32_t param[paramcount]; the parameters used in the messages
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| comp_com.h | 56 * + paramcount * sizeof(int32_t) 67 int32_t paramcount; /* count of parameters in the section */ member in struct:__anon11748 76 * int32_t param[paramcount]; the parameters used in the messages
|