Home
last modified time | relevance | path

Searched refs:__restrict (Results 226 – 250 of 281) sorted by relevance

12345678910>>...12

/dragonfly/lib/libutil/
H A Defun.c129 easprintf(char ** __restrict ret, const char * __restrict format, ...) in easprintf()
H A Dlibutil.h157 int easprintf(char ** __restrict, const char * __restrict, ...)
/dragonfly/lib/libc/stdio/
H A Dvfwscanf.c425 vfwscanf_l(FILE * __restrict fp, locale_t locale, in vfwscanf_l()
426 const wchar_t * __restrict fmt, va_list ap) in vfwscanf_l()
438 vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, va_list ap) in vfwscanf()
447 __vfwscanf(FILE * __restrict fp, locale_t locale, in __vfwscanf()
448 const wchar_t * __restrict fmt, va_list ap) in __vfwscanf()
H A Dsetvbuf.c48 setvbuf(FILE * __restrict fp, char * __restrict buf, int mode, size_t size) in setvbuf()
H A Dfmemopen.c152 fmemopen(void * __restrict buf, size_t size, const char * __restrict mode) in fmemopen()
H A Dfreopen.c54 freopen(const char * __restrict file, const char * __restrict mode, FILE *fp) in freopen()
H A Ddprintf.c35 dprintf(int fd, const char * __restrict fmt, ...) in dprintf()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcstdlib187 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
189 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcstdlib190 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
192 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
/dragonfly/lib/libc/inet/
H A Dinet_pton.c51 inet_pton(int af, const char * __restrict src, void * __restrict dst) in inet_pton()
H A Dinet_ntop.c53 inet_ntop(int af, const void * __restrict src, char * __restrict dst, in inet_ntop()
/dragonfly/lib/librt/
H A Daio.c155 lio_listio(int mode, struct aiocb * __restrict const apv[__restrict_arr], in lio_listio()
156 int nent, struct sigevent * __restrict sigevp) in lio_listio()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcstdlib222 (strtoll)(const char * __restrict, char ** __restrict, int);
224 (strtoull)(const char * __restrict, char ** __restrict, int);
/dragonfly/contrib/tre/lib/
H A Dregcomp.c125 tre_regcomp(regex_t * __restrict preg, const char * __restrict regex, in tre_regcomp()
/dragonfly/contrib/dhcpcd/src/
H A Dcommon.c160 get_line(char ** __restrict buf, ssize_t * __restrict buflen) in get_line()
/dragonfly/lib/libc/net/
H A Dgetnameinfo.c74 getnameinfo(const struct sockaddr * __restrict sa, socklen_t salen, in getnameinfo()
75 char * __restrict host, size_t hostlen, char * __restrict serv, in getnameinfo()
/dragonfly/contrib/diffutils/lib/
H A Dcdefs.h380 # define __restrict restrict macro
382 # define __restrict /* Ignore */ macro
390 # define __restrict_arr __restrict
/dragonfly/contrib/grep/lib/
H A Dcdefs.h380 # define __restrict restrict macro
382 # define __restrict /* Ignore */ macro
390 # define __restrict_arr __restrict
/dragonfly/lib/libc/stdlib/
H A Drealpath.c51 realpath(const char * __restrict path, char * __restrict resolved) in realpath()
/dragonfly/lib/libthread_xu/thread/
H A Dthr_sem.c262 _sem_getvalue(sem_t * __restrict sem, int * __restrict sval) in _sem_getvalue()
338 _sem_timedwait(sem_t * __restrict sem, const struct timespec * __restrict abstime) in _sem_timedwait()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dcxxabi.h457 __upcast_result& __restrict __result) const;
526 __upcast_result& __restrict __result) const;
571 __upcast_result& __restrict __result) const;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dcxxabi.h441 __upcast_result& __restrict __result) const;
510 __upcast_result& __restrict __result) const;
555 __upcast_result& __restrict __result) const;
/dragonfly/sys/netinet/
H A Din.h579 char *inet_ntop(int, const void * __restrict, char * __restrict,
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_osdep.h165 ixgbe_bcopy(void *__restrict _src, void *__restrict _dst, int l) in ixgbe_bcopy()
/dragonfly/sys/sys/
H A Dcdefs.h286 #define __restrict macro
288 #define __restrict restrict macro
296 #define __restrict_arr __restrict

12345678910>>...12