Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/newlib/
H A D_ansi.h76 #define _DEFUN(name, arglist, args) name(args) macro
95 #define _DEFUN(name, arglist, args) name arglist args; macro
H A Dstrtoul.c158 _DEFUN (_strtoul, (nptr, endptr, base),
219 _DEFUN (strtoul, (s, ptr, base),
H A Dabs.c73 _DEFUN (abs, (i), int i)
H A Dstrnlen.c71 _DEFUN (strnlen, (str, n),
H A Dstrrchr.c71 _DEFUN (strrchr, (s, i),
H A Dstrlen.c91 size_t _DEFUN(strlen, (str), _CONST char *str)
H A Dmemcmp.c84 _DEFUN(memcmp, (m1, m2, n), _CONST _PTR m1 _AND _CONST _PTR m2 _AND size_t n)
H A Dstrcpy.c94 _DEFUN (strcpy, (dst0, src0),
H A Dmemset.c75 _PTR _DEFUN(memset, (m, c, n), _PTR m _AND int c _AND size_t n)
H A Dstrcmp.c96 int _DEFUN(strcmp, (s1, s2), _CONST char *s1 _AND _CONST char *s2)
H A Dmemcpy.c85 _DEFUN(memcpy, (dst0, src0, len0), _PTR dst0 _AND _CONST _PTR src0 _AND
H A Dstrstr.c81 _DEFUN (strstr, (searchee, lookfor),
H A Dstrncmp.c96 _DEFUN (strncmp, (s1, s2, n),
H A Dstrncpy.c102 _DEFUN (strncpy, (dst0, src0),
H A Dstrchr.c95 _DEFUN (strchr, (s1, i),
H A Dmemmove.c89 _DEFUN(memmove, (dst_void, src_void, length), _PTR dst_void _AND _CONST _PTR
H A Dmemchr.c105 _DEFUN(memchr, (src_void, c, length), _CONST _PTR src_void _AND int c