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

Lines Matching defs:argptr

108 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr);
870 * @argptr: pointer to the first member of the variable argument list.
878 const char *format, va_list argptr)
889 buf = xmlTextWriterVSprintf(format, argptr);
1245 * @argptr: pointer to the first member of the variable argument list.
1253 va_list argptr)
1261 buf = xmlTextWriterVSprintf(format, argptr);
1374 * @argptr: pointer to the first member of the variable argument list.
1382 const char *format, va_list argptr)
1390 buf = xmlTextWriterVSprintf(format, argptr);
1934 * @argptr: pointer to the first member of the variable argument list.
1943 const char *format, va_list argptr)
1951 buf = xmlTextWriterVSprintf(format, argptr);
2034 * @argptr: pointer to the first member of the variable argument list.
2045 const char *format, va_list argptr)
2053 buf = xmlTextWriterVSprintf(format, argptr);
2151 * @argptr: pointer to the first member of the variable argument list.
2160 va_list argptr)
2168 buf = xmlTextWriterVSprintf(format, argptr);
2251 * @argptr: pointer to the first member of the variable argument list.
2262 const char *format, va_list argptr)
2270 buf = xmlTextWriterVSprintf(format, argptr);
2497 * @argptr: pointer to the first member of the variable argument list.
2506 va_list argptr)
2514 buf = xmlTextWriterVSprintf(format, argptr);
2705 * @argptr: pointer to the first member of the variable argument list.
2713 va_list argptr)
2721 buf = xmlTextWriterVSprintf(format, argptr);
3020 * @argptr: pointer to the first member of the variable argument list.
3031 const char *format, va_list argptr)
3039 buf = xmlTextWriterVSprintf(format, argptr);
3260 * @argptr: pointer to the first member of the variable argument list.
3269 const char *format, va_list argptr)
3277 buf = xmlTextWriterVSprintf(format, argptr);
3497 * @argptr: pointer to the first member of the variable argument list.
3506 const char *format, va_list argptr)
3514 buf = xmlTextWriterVSprintf(format, argptr);
3757 * @argptr: pointer to the first member of the variable argument list.
3768 va_list argptr)
3776 buf = xmlTextWriterVSprintf(format, argptr);
4363 * @argptr: pointer to the first member of the variable argument list.
4370 xmlTextWriterVSprintf(const char *format, va_list argptr)
4385 VA_COPY(locarg, argptr);
4397 VA_COPY(locarg, argptr);