Home | History | Annotate | Download | only in toolutil

Lines Matching defs:in

46 All item names are stored as char * strings in one block between the ToC table
53 The data items are stored in the sorted order of their names.
124 FileStream *in, *file;
150 in = T_FileStream_stdin();
152 in = T_FileStream_open(dataFile, "r");
153 if(in == NULL) {
168 while((s != NULL && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr),
208 if(in!=T_FileStream_stdin()) {
209 T_FileStream_close(in);
213 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
223 /* determine the offsets of all basenames and files in this common one */
293 /* pad to 16-align the last file (cleaner, avoids growing .dat files in icuswap) */
477 /* turn the basename into an entry point name and store in the pathname field */