Home
last modified time | relevance | path

Searched refs:__new (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/
H A Dstring.h38 char *__new = (char *) __builtin_alloca (__len); \
39 (char *) memcpy (__new, __old, __len); \
49 char *__new = (char *) __builtin_alloca (__len + 1); \
50 __new[__len] = '\0'; \
51 (char *) memcpy (__new, __old, __len); \
/haiku/src/libs/stdc++/legacy/
H A Dfstream.cc47 init(filebuf::__new()); in __fb_init()
75 init(filebuf::__new()); in fstreambase()
H A Dfilebuf.cc48 filebuf* filebuf::__new() in __new() function in filebuf
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h166 extern int rename (__const char *__old, __const char *__new) __THROW;
/haiku/headers/cpp/
H A Dstreambuf.h434 static filebuf *__new();