Lines Matching defs:in
106 specify "GENCCODE_ASSEMBLY=-a name" in the specific config/mh-* file,
107 where the name is the compiler or platform that you used in this
266 FileStream *in, *out;
269 in=T_FileStream_open(filename, "rb");
270 if(in==NULL) {
296 /* turn dashes or dots in the entry name into underscores */
311 length=T_FileStream_read(in, buffer, sizeof(buffer));
333 if(T_FileStream_error(in)) {
344 T_FileStream_close(in);
351 FileStream *in, *out;
354 in=T_FileStream_open(filename, "rb");
355 if(in==NULL) {
377 /* turn dashes or dots in the entry name into underscores */
387 TODO: Fix this once the compiler implements this feature. Keep in sync with udatamem.c
391 shared library (service program). Only strings are allowed in read-only
394 In order to prevent the beginning of the data from ever matching the
413 length=T_FileStream_read(in, buffer, sizeof(buffer));
424 /* Function renaming shouldn't be done in data */
436 (long)T_FileStream_size(in), entry);
440 length=T_FileStream_read(in, buffer, sizeof(buffer));
452 if(T_FileStream_error(in)) {
463 T_FileStream_close(in);
622 /* iSeries cannot have '-' in the .o objects. */
666 FileStream *in;
687 /* _M_IA64 should be defined in windows.h */
703 in=T_FileStream_open(filename, "rb");
704 if(in==NULL) {
708 length=T_FileStream_read(in, buffer.bytes, sizeof(buffer.bytes));
757 * *pBits is ignored in the calling code, so this need not be precise.
766 T_FileStream_close(in);
773 FileStream *in, *out;
894 /* 16-align .rodata in the .o file, just in case */
1002 /* in the common code, count entryLength from after the NUL */
1040 in=T_FileStream_open(filename, "rb");
1041 if(in==NULL) {
1045 size=T_FileStream_size(in);
1056 /* turn dashes in the entry name into underscores */
1076 /* 16-align .rodata in the .o file, just in case */
1096 /* 16-align .rodata in the .o file, just in case */
1173 length=T_FileStream_read(in, buffer, sizeof(buffer));
1186 if(T_FileStream_error(in)) {
1197 T_FileStream_close(in);