Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/libc/stdio/
Dgetline.c42 getline(char **__restrict buf, size_t *__restrict buflen, FILE *__restrict fp) in __weak_alias()
Dgetdelim.c57 __getdelim(char **__restrict buf, size_t *__restrict buflen, in __weak_alias()
58 int sep, FILE *__restrict fp) in __weak_alias()
145 getdelim(char **__restrict buf, size_t *__restrict buflen, in getdelim()
146 int sep, FILE *__restrict fp) in getdelim()
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcpcpy.c41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy()
Dwcscpy.c40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy()
Dwmemcpy.c41 wmemcpy(wchar_t * __restrict d, const wchar_t * __restrict s, size_t n) in wmemcpy()
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()
/bionic/libc/include/
Dsearch.h30 void *tdelete(const void * __restrict, void ** __restrict,
Dstdio.h226 ssize_t getdelim(char ** __restrict, size_t * __restrict, int,
227 FILE * __restrict);
228 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
/bionic/libc/wchar/
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/upstream-freebsd/lib/libc/stdlib/
Drealpath.c51 realpath(const char * __restrict path, char * __restrict resolved) in realpath()
/bionic/libc/include/sys/
Dcdefs.h219 #define __restrict restrict macro
222 #define __restrict /* delete __restrict when not supported */ macro