Searched defs:fout (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | tpd.c | 63 static PRFileDesc *fout = NULL; variable 77 fout, "@ line %d destructor should%s have been called and was%s\n", 86 (void)PR_fprintf(fout, "'%s' in file: %s: %d\n", expr, file, line); 208 fout = PR_STDOUT; 306 fout, "%s\n",((PR_TRUE == failed) ? "FAILED" : "PASSED"));
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | tpd.cpp | 87 static PRFileDesc *fout = NULL; variable 96 fout, "@ line %d destructor should %shave been called and was%s\n", 104 (void)PR_fprintf(fout, "'%s' in file: %s: %d\n", expr, file, line); 133 fout = PR_STDOUT; 225 if (debug) PR_fprintf(fout, "Creating thread\n"); 227 if (debug) PR_fprintf(fout, "Starting thread\n"); 229 if (debug) PR_fprintf(fout, "Joining thread\n"); 231 if (debug) PR_fprintf(fout, "Joined thread\n"); 236 fout, "%s\n",((PR_TRUE == failed) ? "FAILED" : "PASSED")); 248 fout, "MyPrivateDat [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/minizip/ |
H A D | miniunz.c | 322 FILE *fout=NULL; local 411 fout=FOPEN_FUNC(write_filename,"wb"); 413 if ((fout==NULL) && ((*popt_extract_without_path)==0) && 420 fout=FOPEN_FUNC(write_filename,"wb"); 423 if (fout==NULL) 429 if (fout!=NULL) 442 if (fwrite(buf,err,1,fout)!=1) 450 if (fout) 451 fclose(fout); 484 FILE* fout local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prprf.c | 338 char fout[300]; local 358 memset(fout, 0, sizeof(fout)); 359 snprintf(fout, sizeof(fout), fin, d); 360 /* Explicitly null-terminate fout because on Windows snprintf doesn't 362 fout[sizeof(fout) - 1] = '\0'; 364 return (*ss->stuff)(ss, fout, strlen(fout)); [all...] |
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngrtran.c | 4014 double fin, fout; local 4027 fout = ((double)i + 0.5) / 256.0; 4028 fin = pow(fout, g);
|
Completed in 274 milliseconds