OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thefile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
derb.c
303
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
);
/external/icu4c/tools/genrb/
derb.c
303
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
);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c
1841
char *
thefile
= file2 ? file2 : file;
local
[
all
...]
Completed in 598 milliseconds