/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | fprintf.c | 2 Implementation of fprintf as declared in <stdio.h>. 43 NetBSD: fprintf.c,v 1.11 2003/08/07 16:43:24 agc Exp 44 fprintf.c 8.1 (Berkeley) 6/4/93 54 fprintf(FILE *fp, const char *fmt, ...) function
|
/vbox/src/recompiler/Sun/crt/ |
H A D | stdio.h | 45 DECLINLINE(int) fprintf(FILE *ignored, const char *pszFormat, ...) function 48 * since there are only a couple of cases where this fprintf implementation is used. 49 * (The macro below will deal with the majority of the fprintf calls.) */ 64 #define fprintf(logfile, ...) LogIt(LOG_INSTANCE, 0, LOG_GROUP_REM_PRINTF, (__VA_ARGS__)) macro
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | ext.h | 53 # define fprintf vbox_slirp_fprintf macro
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | trio.h | 164 # define fprintf trio_fprintf macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | nonblock.c | 74 int fprintf(FILE *stream, const char *fmt, ...) function 115 fprintf(stderr, "connect: EWOULDBLOCK, good\n"); 124 fprintf(stderr, "connect: EWOULDBLOCK, good\n"); 141 fprintf(stderr, "write: EWOULDBLOCK\n"); 144 fprintf(stderr, "write: failed\n"); 172 fprintf(stderr, "Can't create a new TCP socket\n"); 179 fprintf(stderr, "Can't bind socket\n"); 183 fprintf(stderr, "PR_GetSockName failed\n"); 188 fprintf(stderr, "Can't listen on a socket\n"); 202 fprintf(stder [all...] |
H A D | poll_nm.c | 87 int fprintf(FILE *stream, const char *fmt, ...) function 180 fprintf(stderr, "Can't create a new TCP socket\n"); 189 fprintf(stderr, "Can't bind socket\n"); 194 fprintf(stderr, "PR_GetSockName failed\n"); 203 fprintf(stderr, "Can't listen on a socket\n"); 209 fprintf(stderr, "Can't create a new TCP socket\n"); 217 fprintf(stderr, "Can't bind socket\n"); 222 fprintf(stderr, "PR_GetSockName failed\n"); 229 fprintf(stderr, "Can't listen on a socket\n"); 257 fprintf(stder [all...] |
H A D | thrpool_client.c | 71 int fprintf(FILE *stream, const char *fmt, ...) function 188 fprintf(stderr,"%s: failed to alloc buffer struct\n", program_name); 194 fprintf(stderr,"%s: failed to alloc buffer struct\n", program_name); 204 fprintf(stderr,"%s: PR_OpenTCPSocket failed\n", program_name); 211 fprintf(stderr, "PR_Connect failed: (%ld, %ld)\n", 225 fprintf(stderr,"%s: ERROR - TCP_Client:writen\n", program_name); 234 fprintf(stderr,"%s: ERROR - TCP_Client:readn\n", program_name); 242 fprintf(stderr,"%s: ERROR - data corruption\n", program_name); 251 fprintf(stderr,"%s: ERROR - PR_Shutdown\n", program_name); 297 fprintf(stder [all...] |
H A D | sel_spd.c | 53 int fprintf(FILE *stream, const char *fmt, ...) function 125 fprintf(stdout, "Thread %d EXIT\n", id); 131 fprintf(stdout, "Thread %d EXIT triggered notify\n", id); 159 fprintf(stdout, "server thread %d alive\n", *id); 165 fprintf(stderr, "Error creating buffer in server thread %d\n", *id); 171 fprintf(stderr, "Error creating socket in server thread %d\n", *id); 178 fprintf(stderr, "Error setting socket option in server thread %d\n", *id); 188 fprintf(stderr, "Error binding socket in server thread %d errno = %d\n", *id, errno); 193 fprintf(stderr, "Error listening to socket in server thread %d\n", *id); 205 fprintf(stder [all...] |
H A D | thrpool_server.c | 78 int fprintf(FILE *stream, const char *fmt, ...) function 225 fprintf(stderr,"%s: ERROR - PR_Shutdown\n", program_name); 259 fprintf(stderr,"%s: failed to alloc buffer struct\n",program_name); 328 fprintf(stderr,"%s: PR_NewTCPSocket failed\n", program_name); 346 fprintf(stderr,"%s: ERROR - PR_Bind failed\n", program_name); 353 fprintf(stderr,"%s: ERROR - PR_Listen failed\n", program_name); 359 fprintf(stderr,"%s: ERROR - PR_GetSockName failed\n", program_name); 370 fprintf(stderr,"%s: PR_NEW failed\n", program_name); 421 fprintf(stderr, 430 fprintf(stder [all...] |
H A D | socket.c | 70 int fprintf(FILE *stream, const char *fmt, ...) function 294 fprintf(stderr,"prsocket_test: failed to alloc buffer struct\n"); 305 fprintf(stderr,"prsocket_test: ERROR - Serve_Client:readn\n"); 314 fprintf(stderr,"prsocket_test: ERROR - PR_Shutdown\n"); 319 fprintf(stderr,"prsocket_test: ERROR - Serve_Client:writen\n"); 328 fprintf(stderr,"prsocket_test: ERROR - PR_Shutdown\n"); 415 fprintf(stderr,"prsocket_test: PR_NewTCPSocket failed\n"); 422 fprintf(stderr,"prsocket_test: PR_SetNetAddr failed\n"); 437 fprintf(stderr,"prsocket_test: ERROR - PR_Bind failed\n"); 444 fprintf(stder [all...] |
/vbox/src/recompiler/ |
H A D | osdep.h | 35 # define fprintf(logfile, ...) LogIt(LOG_INSTANCE, 0, LOG_GROUP_REM_PRINTF, (__VA_ARGS__)) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | CrtWrapper.c | 387 int fprintf (FILE *f, const char *s, ...) function
|
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/ |
H A D | glcore.h | 442 int (CAPI *fprintf)(__GLcontext *gc, void *stream, const char *fmt, ...); member in struct:__GLimportsRec
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 243 #undef fprintf macro 244 #define fprintf xf86fprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 281 #undef fprintf macro 282 #define fprintf xf86fprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 281 #undef fprintf macro 282 #define fprintf xf86fprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 287 #undef fprintf macro 288 #define fprintf xf86fprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 287 #undef fprintf macro 288 #define fprintf xf86fprintf macro
|