HomeSort by: relevance | last modified time | path
    Searched defs:fprintf (Results 1 - 17 of 17) sorted by relevancy

  /src/lib/libc/stdio/
fprintf.c 1 /* $NetBSD: fprintf.c,v 1.15 2019/01/23 00:05:47 mrg Exp $ */
38 static char sccsid[] = "@(#)fprintf.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: fprintf.c,v 1.15 2019/01/23 00:05:47 mrg Exp $");
51 fprintf(FILE *fp, const char *fmt, ...) function
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 152 # undef fprintf macro
155 # define fprintf fprintf_unlocked macro
  /src/bin/sh/bltin/
bltin.h 70 #define fprintf(...) _RETURN_INT(outfmt(__VA_ARGS__)) macro
  /src/external/gpl2/gettext/include/
libgnuintl.h 329 #undef fprintf macro
330 #define fprintf libintl_fprintf macro
331 extern LIBINTL_DLL_EXPORTED int fprintf (FILE *, const char *, ...);
  /src/sys/external/bsd/acpica/dist/utilities/
utprint.c 883 * FUNCTION: fprintf
895 fprintf ( function
  /src/external/bsd/kyua-testers/dist/
error_test.c 197 ATF_TC_WITHOUT_HEAD(fprintf); variable
198 ATF_TC_BODY(fprintf, tc)
394 ATF_TP_ADD_TC(tp, fprintf);
  /src/external/bsd/libc++/dist/libcxxrt/test/
test_exception.cc 9 #define fprintf(...) macro
52 ~cl() { fprintf(stderr, "cl destroyed: %d\n", i); cleanup_count++; }
70 case 2: fprintf(stderr, "Throwing int64_t\n");throw (int64_t)1;
118 fprintf(stderr, "Entering try\n");
125 fprintf(stderr, "Caught int %d in test %d\n", i, s);
131 fprintf(stderr, "Caught float %f!\n", f);
137 fprintf(stderr, "Caught struct {%d}!\n", f.i);
142 fprintf(stderr, "Caught non_pod {%d}!\n", np.x);
182 fprintf(stderr, "Caught re-thrown float\n");
191 fprintf(stderr, "Throwing 0\n")
    [all...]
  /src/external/gpl2/mkhybrid/dist/include/
mconfig.h 183 # define fprintf Xfprintf macro
  /src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.h 51 #define fprintf CALL_UTIL(fprintf) macro
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.h 51 #define fprintf CALL_UTIL(fprintf) macro
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 173 # undef fprintf macro
176 # define fprintf fprintf_unlocked macro
  /src/external/gpl3/binutils/dist/gprofng/src/
collector_module.h 56 int (*fprintf)(FILE *stream, const char *format, ...) member in struct:CollectorUtilFuncs
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collector_module.h 56 int (*fprintf)(FILE *stream, const char *format, ...) member in struct:CollectorUtilFuncs
  /src/external/bsd/openldap/include/
portable.h 1187 #define fprintf ber_pvt_fprintf macro
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 431 void *ptr = dlsym (RTLD_NEXT, "fprintf");
444 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fopen\n");
486 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT pread\n");
497 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT pwrite\n");
524 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fclose\n");
544 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fdopen\n");
564 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fgetpos\n");
584 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fsetpos\n");
591 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT open\n");
604 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fcntl\n")
2357 fprintf (FILE *stream, const char *format, ...) function
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 431 void *ptr = dlsym (RTLD_NEXT, "fprintf");
444 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fopen\n");
486 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT pread\n");
497 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT pwrite\n");
524 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fclose\n");
544 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fdopen\n");
564 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fgetpos\n");
584 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fsetpos\n");
591 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT open\n");
604 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fcntl\n")
2357 fprintf (FILE *stream, const char *format, ...) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 183 # undef fprintf macro
186 # define fprintf fprintf_unlocked macro

Completed in 45 milliseconds