Searched defs:fprintf (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfprintf.c2 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 Dstdio.h45 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 Dext.h53 # define fprintf vbox_slirp_fprintf macro
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.h164 # define fprintf trio_fprintf macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnonblock.c74 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 Dpoll_nm.c87 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 Dthrpool_client.c71 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 Dsel_spd.c53 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 Dthrpool_server.c78 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 Dsocket.c70 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 Dosdep.h35 # 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 DCrtWrapper.c387 int fprintf (FILE *f, const char *s, ...) function
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h442 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 Dxf86_libc.h243 #undef fprintf macro
244 #define fprintf xf86fprintf macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h281 #undef fprintf macro
282 #define fprintf xf86fprintf macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h281 #undef fprintf macro
282 #define fprintf xf86fprintf macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h287 #undef fprintf macro
288 #define fprintf xf86fprintf macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h287 #undef fprintf macro
288 #define fprintf xf86fprintf macro

Completed in 114 milliseconds