Searched defs:__dest (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/gcclibs/libssp/ssp/ |
| HD | string.h | 61 __memcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, in __memcpy_ichk() 73 __memmove_ichk (void *__dest, const void *__src, size_t __len) in __memmove_ichk() 84 __mempcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, in __mempcpy_ichk() 96 __memset_ichk (void *__dest, int __ch, size_t __len) in __memset_ichk() 116 __strcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __strcpy_ichk() 127 __stpcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __stpcpy_ichk() 138 __strncpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src, in __strncpy_ichk() 150 __strcat_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __strcat_ichk() 161 __strncat_ichk (char *__restrict__ __dest, const char *__restrict__ __src, in __strncat_ichk()
|
| /NextBSD/contrib/libc++/src/support/ |
| D | atomic_support.h | 55 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store()
|
| /NextBSD/contrib/libstdc++/include/ext/ |
| D | bitmap_allocator.h | 181 iterator __dest = this->end(); in insert() local
|
| /NextBSD/contrib/libstdc++/include/bits/ |
| D | locale_facets.h | 1098 do_widen(const char* __lo, const char* __hi, char_type* __dest) const in do_widen() 1151 char, char* __dest) const in do_narrow()
|
| D | stl_algo.h | 1577 _ForwardIterator __dest = __first; in unique() local 1618 _ForwardIterator __dest = __first; in unique() local
|