Home
last modified time | relevance | path

Searched refs:__restrict (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/wchar/
Dwcpcpy.c41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy()
Dwmemcpy.c41 wmemcpy(wchar_t * __restrict d, const wchar_t * __restrict s, size_t n) in wmemcpy()
Dwcscpy.c40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy()
Dwcscat.c40 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscat()
Dwcpncpy.c33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcpncpy()
Dwcstok.c41 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim, in wcstok()
42 wchar_t ** __restrict last) in wcstok()
Dwcsncpy.c48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcsncpy()
Dwcsncat.c40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wcsncat()
Dwcsstr.c47 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find) in wcsstr()
Dwcsxfrm.c35 wcsxfrm(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len) in wcsxfrm()
/bionic/libc/bionic/
Dfdprintf.c34 int vfdprintf(int fd, const char * __restrict format, __va_list ap) in vfdprintf()
48 int fdprintf(int fd, const char * __restrict format, ...) in fdprintf()
/bionic/libc/include/sys/
Dcdefs.h217 #define __restrict restrict macro
220 #define __restrict /* delete __restrict when not supported */ macro