OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdfile
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/iotest/
filetst.c
599
FILE *
stdFile
= fopen(STANDARD_TEST_FILE, "w");
604
if (
stdFile
== NULL) {
611
fwrite(testStr, sizeof(testStr[0]), expectedSize,
stdFile
);
613
fwrite("\n", sizeof(testStr[0]), 1,
stdFile
);
616
fclose(
stdFile
);
619
stdFile
= fopen(STANDARD_TEST_FILE, "r");
626
returnedCharBuffer = fgets(charBuffer, sizeof(charBuffer)/sizeof(charBuffer[0]),
stdFile
);
649
fclose(
stdFile
);
735
FILE *
stdFile
= fopen(STANDARD_TEST_FILE, "wb");
737
if (
stdFile
== NULL)
[
all
...]
/external/icu/icu4c/source/tools/makeconv/
makeconv.cpp
221
FILE *
stdfile
=argc<0 ? stderr : stdout;
local
222
fprintf(
stdfile
,
233
fprintf(
stdfile
,
Completed in 1056 milliseconds