Searched refs:outname (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | gun.c | 539 inname is NULL or an empty string, read from stdin. If outname is NULL or 542 outname. 547 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument 566 else if (outname == NULL || *outname == 0) { 567 outname = "-"; 571 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); 574 fprintf(stderr, "gun cannot create %s\n", outname); 590 copymeta(inname, outname); /* copy attributes */ 598 if (outfile > 2) unlink(outname); 633 char *outname; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_idl.c | 661 char *tmp, *outname, *real_outname = NULL; local 687 outname = xpidl_strdup(state.basename); 689 outname = xpidl_strdup(file_basename); 733 if (strcmp(outname, "-")) { 739 real_outname = g_strdup(outname); 747 out_basename = xpidl_basename(outname); 749 out_basename = outname; 752 out_basename = outname; 782 free(outname);
|
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/ |
H A D | wpng.c | 126 char *inname = NULL, outname[256]; local 327 /* make outname from inname */ 331 strcpy(outname, inname); 332 strcpy(outname+len, ".png"); 335 strncpy(outname, inname, len); 336 strcpy(outname+len, ".png"); 338 /* check if outname already exists; if not, open */ 339 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) { 341 outname); 344 } else if (!(wpng_info.outfile = fopen(outname, "w [all...] |
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngtest.c | 104 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname)); 599 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) argument 644 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH); 647 if ((fpout = fopen(outname, "wb")) == NULL) 650 fprintf(STDERR, "Could not open output file %s\n", outname); 698 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); 722 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); 1229 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH); 1232 if ((fpout = fopen(outname, "rb")) == NULL) 1235 fprintf(STDERR, "Could not find file %s\n", outname); 1301 static PNG_CONST char *outname = "pngout/png"; variable 1304 static PNG_CONST char *outname = "pngout.png"; variable [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | depcomp | 240 outname="$stripped.o" 244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | main.c | 1130 outname( char *fs ) function 1132 outname( fs ) 1154 require(fs!=NULL&&*fs!='\0', "outname: NULL filename"); 1161 require(strlen(buf) + 2 < (size_t)MaxFileName, "outname: filename too big"); 1578 if ( STRICMP(outname(FileStr[i]), class_c_file)==0 ) 1580 if ( strcmp(outname(FileStr[i]), class_c_file)==0 ) 1584 outname(FileStr[i])));
|
H A D | proto.h | 391 extern char * outname( char * ); 672 extern char * outname();
|
H A D | gen.c | 3379 /* MR6 */ output = fopen(OutMetaName(outname(FileStr[q->file])), "w"); 3384 special_fopen_actions(OutMetaName(outname(FileStr[q->file]))); /* MR1 */
|
Completed in 97 milliseconds