Searched refs:fprintf_l (Results 1 - 5 of 5) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFUtilities.c542 fprintf_l(file, NULL, "%c", ch);
545 fprintf_l(file, NULL, "\\u%04x", ch);
550 fprintf_l(file, NULL, "\n");
H A DCoreFoundation_Prefix.h119 #define fprintf_l(a,locale,b,...) fprintf(a, b, __VA_ARGS__) macro
312 #define fprintf_l(a,locale,b,...) fprintf(a, b, __VA_ARGS__) macro
/macosx-10.9.5/Libc-997.90.3/include/xlocale/
H A D_stdio.h29 int fprintf_l(FILE * __restrict, locale_t __restrict, const char * __restrict, ...)
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dstrftime.c114 else (void) fprintf_l(stderr, loc, "strftime format \"%s\" ",
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dfprintf.c57 fprintf_l(FILE * __restrict fp, locale_t loc, const char * __restrict fmt, ...) function

Completed in 159 milliseconds