• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/

Lines Matching defs:paramcount

2315 	      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 > 0; params++, paramcount--)
2457 unsigned int paramcount = 0;
2539 xrealloc (params, (paramcount + 1) * sizeof (struct param));
2540 params[paramcount].type = type;
2541 params[paramcount].value = value;
2542 paramcount++;
2572 if (!check_params (&list, paramcount, params, 4, IIIC,
2583 if (!check_params (&list, paramcount, params, 0, NULL,
2597 if (!check_params (&list, paramcount, params, 4, ICCI,
2608 if (!check_params (&list, paramcount, params, 5, IICCI,
2619 if (!check_params (&list, paramcount, params, 0, NULL,
2636 if (!check_params (&list, paramcount, params, 0, NULL,
2647 if (!check_params (&list, paramcount, params, 5, IIICC,
2659 if (!check_params (&list, paramcount, params, 7, IIIICCC,
2670 if (!check_params (&list, paramcount, params, 4, IIIC,
2685 if (!check_params (&list, paramcount, params, 1, I,
2695 if (!check_params (&list, paramcount, params, 0, NULL,
2704 if (!check_params (&list, paramcount, params, 2, II,
2713 if (!check_params (&list, paramcount, params, 1, I,
2721 if (paramcount == 0
2722 || (paramcount >= 1 && params[0].type == PT_NIL))
2724 else if (paramcount >= 1 && params[0].type == PT_INTEGER)
2771 if (!check_params (&list, paramcount, params, 0, NULL,
2792 if (!check_params (&list, paramcount, params, 0, NULL,
2813 if (!check_params (&list, paramcount, params, 0, NULL,
2847 if (!check_params (&list, paramcount, params, 0, NULL,
2872 if (!check_params (&list, paramcount, params, 0, NULL,
2937 if (!check_params (&list, paramcount, params, 0, NULL,
3026 if (!check_params (&list, paramcount, params, 1, I,
3035 if (!(paramcount >= 1 && params[0].type != PT_NIL))
3112 if (!check_params (&list, paramcount, params, 0, NULL,
3125 if (!check_params (&list, paramcount, params, 1, I,
3229 if (!check_params (&list, paramcount, params, 0, NULL,
3242 if (!check_params (&list, paramcount, params, 4, IIIC,
3289 if (!check_params (&list, paramcount, params, 0, NULL,
3302 if (!check_params (&list, paramcount, params, 3, THREE,
3332 if (!check_params (&list, paramcount, params, 1, I,
3341 if (!check_params (&list, paramcount, params, 0, NULL,
3356 if (!nocheck_params (&list, paramcount, params,