Searched refs:printf_comp_t (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/stdio/
H A Dxprintf_exec.c34 printf_comp_t __restrict pc, ...)
51 dxprintf_exec(int fd, printf_comp_t __restrict pc, ...)
69 printf_comp_t __restrict pc, ...)
87 printf_comp_t __restrict pc, ...)
104 xprintf_exec(printf_comp_t __restrict pc, ...)
122 printf_comp_t __restrict pc, va_list ap)
133 vdxprintf_exec(int fd, printf_comp_t __restrict pc,
146 printf_comp_t __restrict pc, va_list ap)
158 printf_comp_t __restrict pc, va_list ap)
169 vxprintf_exec(printf_comp_t __restric
[all...]
H A Dxprintf_comp.c34 free_printf_comp(printf_comp_t pc)
54 printf_comp_t
58 printf_comp_t restrict pc;
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dprintf.h231 typedef struct _printf_compiled *printf_comp_t; typedef in typeref:struct:_printf_compiled
235 void free_printf_comp(printf_comp_t __pc)
237 printf_comp_t new_printf_comp(printf_domain_t __restrict __domain,
244 printf_comp_t __restrict __pc, ...)
247 int dxprintf_exec(int __fd, printf_comp_t __restrict __pc, ...)
251 printf_comp_t __restrict __pc, ...)
255 printf_comp_t __restrict __pc, ...)
258 int xprintf_exec(printf_comp_t __restrict __pc, ...)
263 printf_comp_t __restrict __pc, va_list __ap)
266 int vdxprintf_exec(int __fd, printf_comp_t __restric
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf_private.h67 int __v2printf(printf_comp_t restrict pc, printf_domain_t restrict domain, FILE * restrict fp, locale_t restrict loc, const char * restrict fmt0, va_list ap);
68 int __xvprintf(printf_comp_t restrict pc, printf_domain_t restrict domain, FILE * restrict fp, locale_t restrict loc, const char * restrict fmt0, va_list ap);
160 #define XPRINTF_PLAIN ((printf_comp_t)-1)
162 int __printf_comp(printf_comp_t restrict, printf_domain_t restrict);
163 int __printf_exec(printf_comp_t restrict, FILE * restrict, va_list);
H A Dlocal.h55 extern int _vasprintf(printf_comp_t __restrict, printf_domain_t __restrict,
58 extern int _vdprintf(printf_comp_t __restrict, printf_domain_t __restrict,
60 extern int _vsnprintf(printf_comp_t __restrict, printf_domain_t __restrict,
H A Dvasprintf.c41 _vasprintf(printf_comp_t __restrict pc, printf_domain_t __restrict domain, char ** __restrict str, locale_t __restrict loc, const char * __restrict fmt, __va_list ap)
H A Dvdprintf.c42 _vdprintf(printf_comp_t __restrict pc, printf_domain_t __restrict domain, int fd, locale_t __restrict loc, const char * __restrict fmt, va_list ap)
H A Dvsnprintf.c46 _vsnprintf(printf_comp_t __restrict pc, printf_domain_t __restrict domain, char * __restrict str, size_t n, locale_t __restrict loc, const char * __restrict fmt, __va_list ap)
H A Dxprintf.c437 __printf_comp(printf_comp_t restrict pc, printf_domain_t restrict domain)
771 __printf_exec(printf_comp_t restrict pc, FILE * restrict fp, va_list ap)
914 __v2printf(printf_comp_t restrict pc, printf_domain_t restrict domain, FILE * restrict fp, locale_t restrict loc, const char * restrict fmt, va_list ap)
962 * We don't need to lock the printf_comp_t mutex, since the
963 * printf_comp_t was just created on the stack, and is private.
999 __v3printf(printf_comp_t restrict pc, printf_domain_t restrict domain, FILE * restrict fp, locale_t restrict loc, const char * restrict fmt, va_list ap)
1032 __xvprintf(printf_comp_t restrict pc, printf_domain_t restrict domain, FILE * restrict fp, locale_t restrict loc, const char * restrict fmt0, va_list ap)

Completed in 144 milliseconds