__new
static filebuf *__new();
init(filebuf::__new());
init(filebuf::__new());
char *__new = (char *) __builtin_alloca (__len); \
(char *) memcpy (__new, __old, __len); \
char *__new = (char *) __builtin_alloca (__len + 1); \
__new[__len] = '\0'; \
(char *) memcpy (__new, __old, __len); \
extern int rename (const char *__old, const char *__new) __THROW;
const char *__new) __THROW;