Searched refs:thefile (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/genrb/
H A Dderb.c303 char thefile[4096], *tp; local
307 uprv_strcpy(thefile, outputDir);
308 uprv_strcat(thefile, U_FILE_SEP_STRING);
310 *thefile = 0;
312 uprv_strcat(thefile, filename);
313 tp = thefile + uprv_strlen(thefile);
322 out = fopen(thefile, "w");
324 fprintf(stderr, "%s: couldn't create %s\n", pname, thefile);

Completed in 129 milliseconds