/external/srec/tools/make_g2g/ |
make_g2g.c | 51 LCHAR outFilename[P_PATH_MAX]; 85 rc = ESR_CommandLineGetValue(argc, (const char **)argv, L("out"), outFilename, &len); 97 if (base==NULL || (LSTRCMP(outFilename, L(""))==0 )) 103 /* setup the default outfilename if not already set */ 104 if (!outFilename[0]) 106 LSTRCPY(outFilename,base); 108 p = LSTRCHR(outFilename,L(',')); 110 LSTRCAT(outFilename,L(".g2g")); 116 LFPRINTF(stdout,"Saving grammar as binary image %s...\n",outFilename); 117 CHKLOG(rc, SR_GrammarSave(grammar, outFilename)); [all...] |
/external/icu4c/tools/toolutil/ |
pkg_icu.h | 15 writePackageDatFile(const char *outFilename, const char *outComment,
|
pkg_genc.c | 60 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename); 561 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) { 567 *outFilename++=*destdir++; 569 if(*(outFilename-1)!=U_FILE_SEP_CHAR) { 570 *outFilename++=U_FILE_SEP_CHAR; 575 *outFilename++=*inFilename++; 583 uprv_strcpy(outFilename, optFilename); 585 uprv_strcpy(outFilename, inFilename); 587 uprv_strcat(outFilename, newSuffix); 589 char *saveOutFilename = outFilename; [all...] |
pkg_icu.cpp | 148 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { 169 pkg->writePackage(outFilename, outType, outComment);
|
/external/bluetooth/glib/ |
win32-fixup.pl | 13 my $outfilename = shift; 14 my $infilename = $outfilename . ".in"; 17 open (OUTPUT, "> $outfilename") || exit 1;
|
/build/tools/zipalign/ |
ZipAlign.cpp | 100 static int process(const char* inFileName, const char* outFileName, 106 // alignment, inFileName, outFileName, force); 109 if (strcmp(inFileName, outFileName) == 0) { 115 if (!force && access(outFileName, F_OK) == 0) { 116 fprintf(stderr, "Output file '%s' exists\n", outFileName); 124 if (zout.open(outFileName, 135 inFileName, outFileName);
|
/external/icu4c/tools/icupkg/ |
icupkg.cpp | 62 "\tinfilename [outfilename]\n", 85 "outfilename) for a non-package ICU data file.\n" 223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; 282 outFilename=argv[2]; 287 outFilename=NULL; 289 outFilename=inFilename; 346 pkg->extractItem(destPath, outFilename, 0, outType); 447 if(outFilename==NULL || outFilename[0]==0) { 468 outFilename=outFilenameBuffer [all...] |
icupkg.8.in | 56 .BI "outfilename" 86 outfilename) for a non-package ICU data file.
|
/dalvik/libdex/ |
CmdUtils.c | 35 const char* outFileName, bool quiet) 53 fd = open(outFileName, O_WRONLY | O_CREAT | O_EXCL, 0600); 56 outFileName, strerror(errno)); 84 unlink(outFileName);
|
CmdUtils.h | 65 const char* outFileName, bool quiet);
|
/external/icu4c/tools/genbrk/ |
genbrk.cpp | 129 const char *outFileName; 156 outFileName = options[4].value; 185 sprintf(msg, "genbrk writes dummy %s because of UCONFIG_NO_BREAK_ITERATION, see uconfig.h", outFileName); 189 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); 312 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); 315 outFileName, u_errorName(status)); 330 fprintf(stderr, "Error writing to output file \"%s\"\n", outFileName);
|
/external/icu4c/tools/gencfu/ |
gencfu.cpp | 133 const char *outFileName; 161 outFileName = options[5].value; 193 sprintf(msg, "gencfu writes dummy %s because of UCONFIG_NO_REGULAR_EXPRESSIONS, see uconfig.h", outFileName); 197 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); 265 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); 268 outFileName, u_errorName(status)); 283 fprintf(stderr, "gencfu: Error writing to output file \"%s\"\n", outFileName);
|
/external/icu4c/tools/genctd/ |
genctd.cpp | 127 const char *outFileName; 153 outFileName = options[3].value; 183 sprintf(msg, "genctd writes dummy %s because of UCONFIG_NO_BREAK_ITERATION, see uconfig.h", outFileName); 187 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); 363 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); 366 outFileName, u_errorName(status)); 381 fprintf(stderr, "Error writing to output file \"%s\"\n", outFileName);
|
/external/jpeg/ |
jpegtran.c | 39 static char * outfilename; /* for -outfile switch */ variable 132 outfilename = NULL; 146 outfilename = NULL; /* -outfile applies to just one input file */ 234 outfilename = argv[argn]; /* save it away for later use */ 385 if (outfilename == NULL) { 391 outfilename = argv[file_index+1]; 419 if (outfilename != NULL) { 420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 421 fprintf(stderr, "%s: can't open %s\n", progname, outfilename);
|
cjpeg.c | 137 static char * outfilename; /* for -outfile switch */ variable 230 outfilename = NULL; 240 outfilename = NULL; /* -outfile applies to just one input file */ 317 outfilename = argv[argn]; /* save it away for later use */ 515 if (outfilename == NULL) { 521 outfilename = argv[file_index+1]; 549 if (outfilename != NULL) { 550 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 551 fprintf(stderr, "%s: can't open %s\n", progname, outfilename);
|
djpeg.c | 86 static char * outfilename; /* for -outfile switch */ variable 178 outfilename = NULL; 188 outfilename = NULL; /* -outfile applies to just one input file */ 315 outfilename = argv[argn]; /* save it away for later use */ 480 if (outfilename == NULL) { 486 outfilename = argv[file_index+1]; 514 if (outfilename != NULL) { 515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 516 fprintf(stderr, "%s: can't open %s\n", progname, outfilename);
|
/external/srec/tools/dictTest/ |
dictTest.c | 115 LCHAR outfilename[MAX_LINE_LENGTH]; local 148 *outfilename = 0; 171 LSTRCPY(outfilename, argv[++i]); 285 if (*outfilename) /* output file */ 287 if ((fout = fopen(outfilename,"w")) == NULL) 289 LPRINTF("Could not open file: %s\n",outfilename);
|
/external/bzip2/ |
bzip2recover.c | 63 Char outFileName[BZ_MAX_FILENAME]; 313 inFileName[0] = outFileName[0] = 0; 470 outFileName[k] = 0; 471 strcpy (outFileName, inFileName); 472 split = strrchr (outFileName, BZ_SPLIT_SYM); 474 split = outFileName; 479 ofs = split - outFileName; 482 strcat (outFileName, inFileName + ofs); 484 if ( !endsInBz2(outFileName)) strcat ( outFileName, ".bz2" ) [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
main.c | 67 char *infilename = NULL, *outfilename = NULL; variable 290 outfilename = outfile_path; 293 prev_stdout = freopen( outfilename, "w", stdout ); 296 lerrsf( _( "could not create %s" ), outfilename ); 373 outfilename ); 377 outfilename ); 379 else if ( unlink( outfilename ) ) 381 outfilename ); 471 fprintf( stderr, " -o%s", outfilename ); 755 outfilename = arg + i + 1 [all...] |
/build/tools/kcm/ |
kcm.cpp | 64 const char* outfilename = argv[2]; local 201 int out = open(outfilename, O_RDWR|O_CREAT|O_TRUNC, 0664); 203 fprintf(stderr, "kcm: error opening file for write: %s\n", outfilename); 261 fprintf(stderr, "kcm: fatal error writing to file: %s\n", outfilename); 263 unlink(outfilename);
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 282 LCHAR outfilename[P_PATH_MAX] = L(""); local 316 LSTRCPY(outfilename, argv[i]); 342 if (*outfilename) 344 if ((fout = pfopen(outfilename, "w")) == NULL) 346 pfprintf(PSTDOUT, "Could not open file: %s\n", outfilename);
|
/external/icu4c/tools/makeconv/ |
makeconv.c | 194 char outFileName[UCNV_MAX_FULL_FILE_NAME_LENGTH]; 257 uprv_strcpy(outFileName, destdir); 259 outBasename = outFileName + destdirlen; 266 outBasename = outFileName; 305 uprv_strcpy(outFileName, arg); 332 fprintf(stderr, "Error creating converter for \"%s\" file for \"%s\" (%s)\n", outFileName, arg, 385 fprintf(stderr, "Error writing \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportProperties.java | 255 final String outFileName = getReportProperty (properties, type, IReportProperties.OUT_FILE, false); 259 if (outFileName != null) 261 final File fullOutFile = Files.newFile (outDirName, outFileName);
|
/external/icu4c/tools/icuswap/ |
icuswap.cpp | 73 udata_swapPackage(const char *inFilename, const char *outFilename, 88 "%csage: %s [ -h, -?, --help ] -tl|-tb|-te|--type=b|... infilename outfilename\n", 335 udata_swapPackage(const char *inFilename, const char *outFilename, 389 ds, outFilename,
|
/external/icu4c/tools/genrb/ |
wrtxml.cpp | 997 const char* language, const char* outFileName, UErrorCode *status) { 1084 if(outFileName) { 1085 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(outFileName) + 1); 1086 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(outFileName) + 1); 1087 uprv_strcpy(outputFileName,outFileName); [all...] |