Searched defs:__dest (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWobjsize-1.h4 __attribute__ ((__nothrow__)) strcpy (char *__restrict __dest, __const char *__restrict __src) argument
H A Dpr41573.c4 strcpy (char *__dest, __const char *__src) argument
H A Dpr59860.c5 strcat (char *__restrict __dest, const char *__restrict __src) argument
H A Dpr44699.c11 __inline_memcpy_chk (void *__dest, const void *__src, size_t __len) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/charset/
H A Dasm2.c11 memmove (void *__dest, __const void *__src, size_t __n) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/charset/
H A Dasm3.c11 memmove (void *__dest, __const void *__src, size_t __n) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dstrinline.c6 __mempcpy_by2 (char *__dest, __const char *__src, size_t __srclen) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr48165.C8 memcpy (void *__restrict __dest, __const void *__restrict __src, argument
H A Dpr34850.C13 void * memset (void *__dest, int __ch, size_t __len) throw () { argument
H A Dpr45877.C30 void * memcpy (void *__restrict __dest, __const void *__restrict __src, size_t __len) throw () argument
H A Dpr40991.C45 static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { } argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr47411.c6 __inline_memcpy_chk (void *__dest, const void *__src, size_t __len) argument
/haiku-buildtools/gcc/libssp/ssp/
H A Dstring.h60 __memcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, argument
72 __memmove_ichk (void *__dest, const void *__src, size_t __len) argument
83 __mempcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, argument
95 __memset_ichk (void *__dest, in argument
115 __strcpy_ichk(char *__restrict__ __dest, const char *__restrict__ __src) argument
126 __stpcpy_ichk(char *__restrict__ __dest, const char *__restrict__ __src) argument
137 __strncpy_ichk(char *__restrict__ __dest, const char *__restrict__ __src, size_t __len) argument
149 __strcat_ichk(char *__restrict__ __dest, const char *__restrict__ __src) argument
160 __strncat_ichk(char *__restrict__ __dest, const char *__restrict__ __src, size_t __len) argument
[all...]
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dgthr-win32.h384 __gthr_i486_lock_cmp_xchg(long *__dest, long __xchg, long __comperand) argument
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h163 iterator __dest = this->end(); local
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c131 __attribute__ ((__nothrow__)) __memcpy_ichk (void *__restrict __dest, __const void *__restrict __src, size_t __len) argument
134 __attribute__ ((__nothrow__)) __memmove_ichk (void *__dest, __const void *__src, size_t __len) argument
137 __attribute__ ((__nothrow__)) __strncpy_ichk (char *__restrict __dest, __const char *__restrict __src, size_t __len) argument
140 __attribute__ ((__nothrow__)) stpncpy (char *__dest, __const char *__src, size_t __n) argument
146 __attribute__ ((__nothrow__)) __strncat_ichk (char *__restrict __dest, __const char *__restrict __src, size_t __len) argument

Completed in 395 milliseconds