Home
last modified time | relevance | path

Searched defs:__NTH (Results 1 – 18 of 18) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring3.h49 __NTH (memcpy (void *__restrict __dest, __const void *__restrict __src, in __NTH() function
56 __NTH (memmove (void *__restrict __dest, __const void *__restrict __src, in __NTH() function
64 __NTH (mempcpy (void *__restrict __dest, __const void *__restrict __src, in __NTH() function
78 __NTH (memset (void *__dest, int __ch, size_t __len)) in __NTH() function
90 __NTH (bcopy (__const void *__restrict __src, void *__restrict __dest, in __NTH() function
97 __NTH (bzero (void *__dest, size_t __len)) in __NTH() function
104 __NTH (strcpy (char *__restrict __dest, __const char *__restrict __src)) in __NTH() function
111 __NTH (stpcpy (char *__restrict __dest, __const char *__restrict __src)) in __NTH() function
119 __NTH (strncpy (char *__restrict __dest, __const char *__restrict __src, in __NTH() function
133 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) in __NTH() function
[all …]
H A Dwchar2.h40 __NTH (wmemcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, in __NTH() function
70 __NTH (wmemmove (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, in __NTH() function
103 __NTH (wmempcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, in __NTH() function
132 __NTH (wmemset (wchar_t *__restrict __s, wchar_t __c, size_t __n)) in __NTH() function
155 __NTH (wcscpy (wchar_t *__dest, __const wchar_t *__src)) in __NTH() function
170 __NTH (wcpcpy (wchar_t *__dest, __const wchar_t *__src)) in __NTH() function
193 __NTH (wcsncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) in __NTH() function
223 __NTH (wcpncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) in __NTH() function
246 __NTH (wcscat (wchar_t *__dest, __const wchar_t *__src)) in __NTH() function
263 __NTH (wcsncat (wchar_t *__dest, __const wchar_t *__src, size_t __n)) in __NTH() function
[all …]
H A Dunistd.h140 __NTH (readlink (__const char *__restrict __path, char *__restrict __buf, in __NTH() function
174 __NTH (readlinkat (int __fd, __const char *__restrict __path, in __NTH() function
201 __NTH (getcwd (char *__buf, size_t __size)) in __NTH() function
222 __NTH (getwd (char *__buf)) in __NTH() function
241 __NTH (confstr (int __name, char *__buf, size_t __len)) in __NTH() function
266 __NTH (getgroups (int __size, __gid_t __list[])) in __NTH() function
292 __NTH (ttyname_r (int __fd, char *__buf, size_t __buflen)) in __NTH() function
345 __NTH (gethostname (char *__buf, size_t __buflen)) in __NTH() function
374 __NTH (getdomainname (char *__buf, size_t __buflen)) in __NTH() function
H A Dstdlib.h38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) in __NTH() function
65 __NTH (ptsname_r (int __fd, char *__buf, size_t __buflen)) in __NTH() function
84 __NTH (wctomb (char *__s, wchar_t __wchar)) in __NTH() function
114 __NTH (mbstowcs (wchar_t *__restrict __dst, __const char *__restrict __src, in __NTH() function
145 __NTH (wcstombs (char *__restrict __dst, __const wchar_t *__restrict __src, in __NTH() function
H A Dstdio2.h32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...)) in __NTH() function
44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt, in __NTH() function
62 __NTH (snprintf (char *__restrict __s, size_t __n, in __NTH() function
75 __NTH (vsnprintf (char *__restrict __s, size_t __n, in __NTH() function
156 __NTH (asprintf (char **__restrict __ptr, __const char *__restrict __fmt, ...)) in __NTH() function
163 __NTH (__asprintf (char **__restrict __ptr, __const char *__restrict __fmt, in __NTH() function
178 __NTH (obstack_printf (struct obstack *__restrict __obstack, in __NTH() function
196 __NTH (vasprintf (char **__restrict __ptr, __const char *__restrict __fmt, in __NTH() function
209 __NTH (obstack_vprintf (struct obstack *__restrict __obstack, in __NTH() function
H A Dstdio.h126 __NTH (feof_unlocked (FILE *__stream)) in __NTH() function
133 __NTH (ferror_unlocked (FILE *__stream)) in __NTH() function
H A Dsocket.h268 __NTH (__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg)) in __NTH() function
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h451 __NTH (stat (__const char *__path, struct stat *__statbuf)) in __NTH() function
458 __NTH (lstat (__const char *__path, struct stat *__statbuf)) in __NTH() function
465 __NTH (fstat (int __fd, struct stat *__statbuf)) in __NTH() function
472 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf, in __NTH() function
481 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev)) in __NTH() function
489 __NTH (mknodat (int __fd, __const char *__path, __mode_t __mode, in __NTH() function
500 __NTH (stat64 (__const char *__path, struct stat64 *__statbuf)) in __NTH() function
507 __NTH (lstat64 (__const char *__path, struct stat64 *__statbuf)) in __NTH() function
514 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) in __NTH() function
521 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, in __NTH() function
H A Dsysmacros.h43 __NTH (gnu_dev_major (unsigned long long int __dev)) in __NTH() function
49 __NTH (gnu_dev_minor (unsigned long long int __dev)) in __NTH() function
55 __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor)) in __NTH() function
H A Dcdefs.h48 # define __NTH(fct) __attribute__ ((__nothrow__)) fct macro
52 # define __NTH(fct) fct throw () macro
55 # define __NTH(fct) fct macro
64 # define __NTH(fct) fct macro
H A Dtas.h37 __NTH (_test_and_set (int *p, int v)) in __NTH() function
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dinttypes.h332 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, in __NTH() function
345 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr, in __NTH() function
357 __NTH (wcstoimax (__const __gwchar_t *__restrict nptr, in __NTH() function
371 __NTH (wcstoumax (__const __gwchar_t *__restrict nptr, in __NTH() function
386 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, in __NTH() function
402 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr, in __NTH() function
416 __NTH (wcstoimax (__const __gwchar_t *__restrict nptr, in __NTH() function
433 __NTH (wcstoumax (__const __gwchar_t *__restrict nptr, in __NTH() function
H A Dwchar.h335 __NTH (btowc (int __c)) in __NTH() function
341 __NTH (wctob (wint_t __wc)) in __NTH() function
346 __NTH (mbrlen (__const char *__restrict __s, size_t __n, in __NTH() function
H A Dstdlib.h279 __NTH (atof (__const char *__nptr)) in __NTH() function
284 __NTH (atoi (__const char *__nptr)) in __NTH() function
289 __NTH (atol (__const char *__nptr)) in __NTH() function
298 __NTH (atoll (__const char *__nptr)) in __NTH() function
H A Dargz.h164 __NTH (__argz_next (__const char *__argz, size_t __argz_len, in __NTH() function
178 __NTH (argz_next (__const char *__argz, size_t __argz_len, in __NTH() function
H A Dargp.h41 # define __NTH(fct) fct __THROW macro
572 __NTH (__option_is_short (__const struct argp_option *__opt)) in __NTH() function
584 __NTH (__option_is_end (__const struct argp_option *__opt)) in __NTH() function
H A Dctype.h191 __NTH (tolower (int __c)) in __NTH() function
197 __NTH (toupper (int __c)) in __NTH() function
H A Dpthread.h1113 __NTH (pthread_equal (pthread_t __thread1, pthread_t __thread2)) in __NTH() function