Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:T_FileStream_open

1225     FileStream *f = T_FileStream_open(fileListName, "r");
1598 if((icudtAllFile = T_FileStream_open(icudtAll, "w"))==NULL) {
1973 f = T_FileStream_open(mapFile, "w");
2041 in = T_FileStream_open(l->str, "r"); /* open files list */
2215 stream = T_FileStream_open(source,"w");
2237 fprintf(stderr, "T_FileStream_open failed to open %s for writing\n", source);