Lines Matching defs:in
104 specify "GENCCODE_ASSEMBLY=-a name" in the specific config/mh-* file,
105 where the name is the compiler or platform that you used in this
258 FileStream *in, *out;
261 in=T_FileStream_open(filename, "rb");
262 if(in==NULL) {
288 /* turn dashes or dots in the entry name into underscores */
303 length=T_FileStream_read(in, buffer, sizeof(buffer));
325 if(T_FileStream_error(in)) {
336 T_FileStream_close(in);
343 FileStream *in, *out;
346 in=T_FileStream_open(filename, "rb");
347 if(in==NULL) {
369 /* turn dashes or dots in the entry name into underscores */
379 TODO: Fix this once the compiler implements this feature. Keep in sync with udatamem.c
383 shared library (service program). Only strings are allowed in read-only
386 In order to prevent the beginning of the data from ever matching the
405 length=T_FileStream_read(in, buffer, sizeof(buffer));
416 /* Function renaming shouldn't be done in data */
428 (long)T_FileStream_size(in), entry);
432 length=T_FileStream_read(in, buffer, sizeof(buffer));
444 if(T_FileStream_error(in)) {
455 T_FileStream_close(in);
614 /* iSeries cannot have '-' in the .o objects. */
658 FileStream *in;
679 /* _M_IA64 should be defined in windows.h */
695 in=T_FileStream_open(filename, "rb");
696 if(in==NULL) {
700 length=T_FileStream_read(in, buffer.bytes, sizeof(buffer.bytes));
749 * *pBits is ignored in the calling code, so this need not be precise.
758 T_FileStream_close(in);
765 FileStream *in, *out;
886 /* 16-align .rodata in the .o file, just in case */
994 /* in the common code, count entryLength from after the NUL */
1032 in=T_FileStream_open(filename, "rb");
1033 if(in==NULL) {
1037 size=T_FileStream_size(in);
1048 /* turn dashes in the entry name into underscores */
1068 /* 16-align .rodata in the .o file, just in case */
1088 /* 16-align .rodata in the .o file, just in case */
1165 length=T_FileStream_read(in, buffer, sizeof(buffer));
1178 if(T_FileStream_error(in)) {
1189 T_FileStream_close(in);