search for: _io_feof

Displaying 3 results from an estimated 3 matches for "_io_feof".

2004 Aug 26
6
chan_capi module
...sr/include/libio.h:442: error: syntax error before "_IO_FILE" /usr/include/libio.h:442: error: storage class specified for parameter `_IO_putc'/usr/include/libio.h:443: error: syntax error before '*' token /usr/include/libio.h:443: error: storage class specified for parameter `_IO_feof'/usr/include/libio.h:444: error: syntax error before '*' token /usr/include/libio.h:444: error: storage class specified for parameter `_IO_ferror'/usr/include/libio.h:446: error: syntax error before '*' token /usr/include/libio.h:446: error: storage class specified for param...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...*); extern int __uflow (_IO_FILE *); extern int __overflow (_IO_FILE *, int); extern wint_t __wunderflow (_IO_FILE *); extern wint_t __wuflow (_IO_FILE *); extern wint_t __woverflow (_IO_FILE *, wint_t); extern int _IO_getc (_IO_FILE *__fp); extern int _IO_putc (int __c, _IO_FILE *__fp); extern int _IO_feof (_IO_FILE *__fp) __attribute__ ((__nothrow__)); extern int _IO_ferror (_IO_FILE *__fp) __attribute__ ((__nothrow__)); extern int _IO_peekc_locked (_IO_FILE *__fp); extern void _IO_flockfile (_IO_FILE *) __attribute__ ((__nothrow__)); extern void _IO_funlockfile (_IO_FILE *) __attribute__ ((__nothro...