Searched defs:output (Results 51 - 75 of 103) sorted by relevance

12345

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dosdep.h200 ConnectionOutputPtr output; member in struct:_osComm
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c443 static FILE *output=NULL; local
449 output = fopen( "winelog.txt", "w" );
452 if (output) vfprintf( output, format, args );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dosdep.h198 ConnectionOutputPtr output; member in struct:_osComm
/vbox/src/libs/libxml2-2.6.31/
H A DtestHTML.c378 unsigned char output[40]; local
383 outlen = sizeof output - 1;
384 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
385 output[outlen] = 0;
386 fprintf(stdout, "%s", (char *) output);
421 unsigned char output[40]; local
424 htmlEncodeEntities(output, &outlen, ch, &inlen, 0);
425 output[outlen] = 0;
427 fprintf(stdout, "SAX.characters(%s, %d)\n", output, len);
442 unsigned char output[4 local
477 char output[40]; local
[all...]
H A DtestSAX.c655 char output[40]; local
662 output[i] = ch[i];
663 output[i] = 0;
665 fprintf(stdout, "SAX.characters(%s, %d)\n", output, len);
697 char output[40]; local
704 output[i] = ch[i];
705 output[i] = 0;
706 fprintf(stdout, "SAX.ignorableWhitespace(%s, %d)\n", output, len);
H A DdebugXML.c42 FILE *output; /* the output file */ member in struct:_xmlDebugCtxt
64 ctxt->output = stdout;
142 if ((ctxt->output != NULL) && (ctxt->depth > 0)) {
144 fprintf(ctxt->output, &ctxt->shift[100 - 2 * ctxt->depth]);
146 fprintf(ctxt->output, ctxt->shift);
427 fprintf(ctxt->output, "(NULL)");
434 fputc(' ', ctxt->output);
436 fprintf(ctxt->output, "#%X", str[i]);
438 fputc(str[i], ctxt->output);
1343 xmlDebugDumpString(FILE * output, const xmlChar * str) argument
1374 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) argument
1394 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1414 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth) argument
1435 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) argument
1456 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) argument
1478 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth) argument
1499 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1520 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1541 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd) argument
1571 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
1657 xmlLsOneNode(FILE *output, xmlNodePtr node) argument
2798 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
H A Dnanoftp.c2067 FILE *output; local
2088 output = fopen("/tmp/tstdata", "w");
2089 if (output != NULL) {
2090 if (xmlNanoFTPGet(ctxt, ftpData, (void *) output, tstfile) < 0)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp49 ** the output to a one line status:PASS or FAIL,all of the printf statements
73 static PRFileDesc *output; variable
206 if (debug_mode) PR_fprintf(output, "Starting work on %s\n", filename);
274 if (debug_mode) PR_fprintf(output, "Ending work on %s\n", filename);
306 ** Characteristic output (from IRIX)
352 output = PR_GetSpecialFD(PR_StandardOutput);
362 if (debug_mode) PR_fprintf(output,
370 PR_fprintf(output,
413 if (debug_mode) PR_fprintf(output,
423 if (debug_mode) PR_fprintf(output,
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Daccept.c50 ** the output to a one line status:PASS or FAIL,all of the printf statements
94 static PRFileDesc *output; variable
117 PR_fprintf(output, "@%s:%d ", file, line);
118 PR_fprintf(output, msg);
132 PR_fprintf(output, "timeout callback called okay\n");
158 PR_fprintf(output, "client: unable to create socket\n");
169 PR_fprintf(output,
181 PR_fprintf(output,
193 PR_fprintf(output, ".");
198 PR_fprintf(output, "\
[all...]
H A Dlltest.c74 #define ReportProgress(m) if (verboseMode) PR_fprintf(output, (m));
79 static PRFileDesc* output = NULL; variable
129 PR_fprintf(output, "%s: failed: %s\n", what, how );
139 PR_fprintf(output, "Expected: 0x%llx Got: 0x%llx\n", expected, got );
823 PR_fprintf(output, "You get help.\n");
834 output = PR_GetSpecialFD(PR_StandardError);
852 PR_fprintf(output, "FAIL\n");\
856 PR_fprintf(output, "PASS\n");\
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c396 static FILE *output=NULL; local
402 output = fopen( "winelog.txt", "w" );
405 if (output) vfprintf( output, format, args );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c443 static FILE *output=NULL; local
449 output = fopen( "winelog.txt", "w" );
452 if (output) vfprintf( output, format, args );
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Derror.c274 static void outputChromiumMessage( FILE *output, char *str ) argument
276 fprintf( output, "%s%s%s%s\n", str,
281 fflush( output );
553 static FILE *output; local
619 output = fopen( fname, "w" );
620 if (!output)
634 output = stderr;
715 outputChromiumMessage( output, txt );
717 if (!output
719 || output
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp71 isolatin1_to_utf16(const char **input, PRUint32 *inputLeft, PRUnichar **output, PRUint32 *outputLeft) argument
74 **output = (unsigned char) **input;
77 (*output)++;
83 utf16_to_isolatin1(const PRUnichar **input, PRUint32 *inputLeft, char **output, PRUint32 *outputLeft) argument
86 **output = (unsigned char) **input;
89 (*output)++;
122 char **output,
126 res = iconv(converter, ICONV_INPUT(input), inputLeft, output, outputLeft);
257 PRUnichar **output, PRUint32 *outputLeft);
259 char **output, PRUint3
119 xp_iconv(iconv_t converter, const char **input, size_t *inputLeft, char **output, size_t *outputLeft) argument
344 char *output = dummy_output; local
353 char *output = dummy_output; local
438 NativeToUnicode(const char **input, PRUint32 *inputLeft, PRUnichar **output, PRUint32 *outputLeft) argument
510 UnicodeToNative(const PRUnichar **input, PRUint32 *inputLeft, char **output, PRUint32 *outputLeft) argument
656 NativeToUnicode(const char **input, PRUint32 *inputLeft, PRUnichar **output, PRUint32 *outputLeft) argument
697 UnicodeToNative(const PRUnichar **input, PRUint32 *inputLeft, char **output, PRUint32 *outputLeft) argument
741 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
777 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
837 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
844 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
869 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
898 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
957 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
996 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
1227 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
1233 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
1257 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
1264 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Crtc.h286 * Called to allow the output a chance to create properties after the
290 (*create_resources)(xf86OutputPtr output);
293 * Turns the output on/off, or sets intermediate power levels if available.
296 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
300 (*dpms)(xf86OutputPtr output,
304 * Saves the output's state for restoration on VT switch.
307 (*save)(xf86OutputPtr output);
310 * Restore's the output's state at VT switch.
313 (*restore)(xf86OutputPtr output);
316 * Callback for testing a video mode for a given output
519 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Crtc.h298 * Called to allow the output a chance to create properties after the
302 (*create_resources)(xf86OutputPtr output);
305 * Turns the output on/off, or sets intermediate power levels if available.
308 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
312 (*dpms)(xf86OutputPtr output,
316 * Saves the output's state for restoration on VT switch.
319 (*save)(xf86OutputPtr output);
322 * Restore's the output's state at VT switch.
325 (*restore)(xf86OutputPtr output);
328 * Callback for testing a video mode for a given output
531 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Crtc.h311 * Called to allow the output a chance to create properties after the
315 (*create_resources)(xf86OutputPtr output);
318 * Turns the output on/off, or sets intermediate power levels if available.
321 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
325 (*dpms)(xf86OutputPtr output,
329 * Saves the output's state for restoration on VT switch.
332 (*save)(xf86OutputPtr output);
335 * Restore's the output's state at VT switch.
338 (*restore)(xf86OutputPtr output);
341 * Callback for testing a video mode for a given output
544 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_debug.c977 static char output[15]; /* YYYYMMDDHHMMSS and null */ local
984 sprintf(output, "%04d%02d%02d%02d%02d%02d",
987 return (output);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Crtc.h388 * Called to allow the output a chance to create properties after the
392 (*create_resources) (xf86OutputPtr output);
395 * Turns the output on/off, or sets intermediate power levels if available.
398 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
402 (*dpms) (xf86OutputPtr output, int mode);
405 * Saves the output's state for restoration on VT switch.
408 (*save) (xf86OutputPtr output);
411 * Restore's the output's state at VT switch.
414 (*restore) (xf86OutputPtr output);
417 * Callback for testing a video mode for a given output
664 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Crtc.h388 * Called to allow the output a chance to create properties after the
392 (*create_resources) (xf86OutputPtr output);
395 * Turns the output on/off, or sets intermediate power levels if available.
398 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
402 (*dpms) (xf86OutputPtr output, int mode);
405 * Saves the output's state for restoration on VT switch.
408 (*save) (xf86OutputPtr output);
411 * Restore's the output's state at VT switch.
414 (*restore) (xf86OutputPtr output);
417 * Callback for testing a video mode for a given output
664 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Crtc.h348 * Called to allow the output a chance to create properties after the
352 (*create_resources)(xf86OutputPtr output);
355 * Turns the output on/off, or sets intermediate power levels if available.
358 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
362 (*dpms)(xf86OutputPtr output,
366 * Saves the output's state for restoration on VT switch.
369 (*save)(xf86OutputPtr output);
372 * Restore's the output's state at VT switch.
375 (*restore)(xf86OutputPtr output);
378 * Callback for testing a video mode for a given output
610 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Crtc.h368 * Called to allow the output a chance to create properties after the
372 (*create_resources)(xf86OutputPtr output);
375 * Turns the output on/off, or sets intermediate power levels if available.
378 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
382 (*dpms)(xf86OutputPtr output,
386 * Saves the output's state for restoration on VT switch.
389 (*save)(xf86OutputPtr output);
392 * Restore's the output's state at VT switch.
395 (*restore)(xf86OutputPtr output);
398 * Callback for testing a video mode for a given output
633 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Crtc.h368 * Called to allow the output a chance to create properties after the
372 (*create_resources)(xf86OutputPtr output);
375 * Turns the output on/off, or sets intermediate power levels if available.
378 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
382 (*dpms)(xf86OutputPtr output,
386 * Saves the output's state for restoration on VT switch.
389 (*save)(xf86OutputPtr output);
392 * Restore's the output's state at VT switch.
395 (*restore)(xf86OutputPtr output);
398 * Callback for testing a video mode for a given output
633 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Crtc.h368 * Called to allow the output a chance to create properties after the
372 (*create_resources)(xf86OutputPtr output);
375 * Turns the output on/off, or sets intermediate power levels if available.
378 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
382 (*dpms)(xf86OutputPtr output,
386 * Saves the output's state for restoration on VT switch.
389 (*save)(xf86OutputPtr output);
392 * Restore's the output's state at VT switch.
395 (*restore)(xf86OutputPtr output);
398 * Callback for testing a video mode for a given output
633 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Crtc.h368 * Called to allow the output a chance to create properties after the
372 (*create_resources)(xf86OutputPtr output);
375 * Turns the output on/off, or sets intermediate power levels if available.
378 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
382 (*dpms)(xf86OutputPtr output,
386 * Saves the output's state for restoration on VT switch.
389 (*save)(xf86OutputPtr output);
392 * Restore's the output's state at VT switch.
395 (*restore)(xf86OutputPtr output);
398 * Callback for testing a video mode for a given output
633 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]

Completed in 135 milliseconds

12345