• 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

2341 	      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;
2542 xrealloc (params, (paramcount + 1) * sizeof (struct param));
2543 params[paramcount].type = type;
2544 params[paramcount].value = value;
2545 paramcount++;
2575 if (!check_params (&list, paramcount, params, 4, IIIC,
2586 if (!check_params (&list, paramcount, params, 1, I,
2592 if (paramcount == 0
2593 || (paramcount == 1 && params[0].type == PT_NIL))
2602 if (!check_params (&list, paramcount, params, 4, ICCI,
2613 if (!check_params (&list, paramcount, params, 5, IICCI,
2624 if (!check_params (&list, paramcount, params, 0, NULL,
2641 if (!check_params (&list, paramcount, params, 5, IIICC,
2653 if (!check_params (&list, paramcount, params, 7, IIIICCC,
2664 if (!check_params (&list, paramcount, params, 4, IIIC,
2675 if (!check_params (&list, paramcount, params, 5, IIICC,
2686 if (!check_params (&list, paramcount, params, 0, NULL,
2702 if (!check_params (&list, paramcount, params, 1, I,
2713 if (!check_params (&list, paramcount, params, 0, NULL,
2722 if (!check_params (&list, paramcount, params, 3, IIC,
2731 if (!check_params (&list, paramcount, params, 1, I,
2739 if (paramcount == 0
2740 || (paramcount >= 1 && params[0].type == PT_NIL))
2742 else if (paramcount >= 1 && params[0].type == PT_INTEGER)
2789 if (!check_params (&list, paramcount, params, 0, NULL,
2810 if (!check_params (&list, paramcount, params, 0, NULL,
2844 if (!check_params (&list, paramcount, params, 0, NULL,
2869 if (!check_params (&list, paramcount, params, 0, NULL,
2934 if (!check_params (&list, paramcount, params, 0, NULL,
3023 if (!check_params (&list, paramcount, params, 1, I,
3032 if (!(paramcount >= 1 && params[0].type != PT_NIL))
3109 if (!check_params (&list, paramcount, params, 0, NULL,
3122 if (!check_params (&list, paramcount, params, 1, I,
3226 if (!check_params (&list, paramcount, params, 0, NULL,
3239 if (!check_params (&list, paramcount, params, 3, THREE,
3269 if (!check_params (&list, paramcount, params, 1, I,
3278 if (!check_params (&list, paramcount, params, 0, NULL,