Home
last modified time | relevance | path

Searched refs:__n (Results 1 – 22 of 22) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dwchar2.h26 __const wchar_t *__restrict __s2, size_t __n,
30 __const wchar_t *__restrict __s2, size_t __n),
34 __const wchar_t *__restrict __s2, size_t __n,
41 size_t __n)) in __NTH() argument
45 if (!__builtin_constant_p (__n)) in __NTH()
46 return __wmemcpy_chk (__s1, __s2, __n, in __NTH()
49 if (__n > __bos0 (__s1) / sizeof (wchar_t)) in __NTH()
50 return __wmemcpy_chk_warn (__s1, __s2, __n, in __NTH()
53 return __wmemcpy_alias (__s1, __s2, __n); in __NTH()
58 size_t __n, size_t __ns1) __THROW;
[all …]
H A Dstdio2.h53 extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag,
56 extern int __vsnprintf_chk (char *__restrict __s, size_t __n, int __flag,
62 __NTH (snprintf (char *__restrict __s, size_t __n, in __NTH() argument
65 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, in __NTH()
75 __NTH (vsnprintf (char *__restrict __s, size_t __n, in __NTH() argument
78 return __builtin___vsnprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, in __NTH()
233 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
236 (char *__restrict __s, int __n,
239 (char *__restrict __s, size_t __size, int __n,
245 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) in fgets() argument
[all …]
H A Dsocket2.h24 extern ssize_t __recv_chk (int __fd, void *__buf, size_t __n, size_t __buflen,
26 extern ssize_t __REDIRECT (__recv_alias, (int __fd, void *__buf, size_t __n,
29 (int __fd, void *__buf, size_t __n, size_t __buflen,
35 recv (int __fd, void *__buf, size_t __n, int __flags) in recv() argument
39 if (!__builtin_constant_p (__n)) in recv()
40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags); in recv()
42 if (__n > __bos0 (__buf)) in recv()
43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags); in recv()
45 return __recv_alias (__fd, __buf, __n, __flags); in recv()
48 extern ssize_t __recvfrom_chk (int __fd, void *__restrict __buf, size_t __n,
[all …]
H A Dstring3.h126 extern char *__stpncpy_chk (char *__dest, __const char *__src, size_t __n,
130 size_t __n), stpncpy);
133 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) in __NTH() argument
136 && (!__builtin_constant_p (__n) || __n <= __bos (__dest))) in __NTH()
137 return __stpncpy_chk (__dest, __src, __n, __bos (__dest)); in __NTH()
138 return __stpncpy_alias (__dest, __src, __n); in __NTH()
H A Dmathcalls.h293 __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
302 __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
364 __MATHCALL (scalb,, (_Mdouble_ __x, _Mdouble_ __n));
H A Dstdio.h116 getline (char **__lineptr, size_t *__n, FILE *__stream) in getline() argument
118 return __getdelim (__lineptr, __n, '\n', __stream); in getline()
H A Dstring2.h1322 extern char *__strndup (__const char *__string, size_t __n)
1329 size_t __n = (n); \
1331 if (__n < __len) \
1332 __len = __n + 1; \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstring.h39 __const void *__restrict __src, size_t __n)
43 extern void *memmove (void *__dest, __const void *__src, size_t __n)
52 int __c, size_t __n)
59 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
62 extern int memcmp (__const void *__s1, __const void *__s2, size_t __n)
66 extern void *memchr (__const void *__s, int __c, size_t __n)
77 extern void *memrchr (__const void *__s, int __c, size_t __n)
88 __const char *__restrict __src, size_t __n)
96 size_t __n) __THROW __nonnull ((1, 2));
102 extern int strncmp (__const char *__s1, __const char *__s2, size_t __n)
[all …]
H A Dwchar.h143 __const wchar_t *__restrict __src, size_t __n)
151 __const wchar_t *__restrict __src, size_t __n)
158 extern int wcsncmp (__const wchar_t *__s1, __const wchar_t *__s2, size_t __n)
168 size_t __n) __THROW;
178 size_t __n, __locale_t __loc) __THROW;
189 __const wchar_t *__restrict __s2, size_t __n) __THROW;
205 size_t __n, __locale_t __loc) __THROW;
267 extern wchar_t *wmemchr (__const wchar_t *__s, wchar_t __c, size_t __n)
272 __const wchar_t *__restrict __s2, size_t __n)
277 __const wchar_t *__restrict __s2, size_t __n) __THROW;
[all …]
H A Dstdio.h312 int __modes, size_t __n) __THROW;
600 extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
618 extern char *fgets_unlocked (char *__restrict __s, int __n,
635 size_t *__restrict __n, int __delimiter,
638 size_t *__restrict __n, int __delimiter,
648 size_t *__restrict __n,
679 size_t __n, FILE *__restrict __stream) __wur;
685 size_t __n, FILE *__restrict __s) __wur;
707 size_t __n, FILE *__restrict __stream) __wur;
709 size_t __n, FILE *__restrict __stream) __wur;
H A Dstrings.h34 extern int bcmp (__const void *__s1, __const void *__s2, size_t __n)
38 extern void bcopy (__const void *__src, void *__dest, size_t __n) __THROW;
41 extern void bzero (void *__s, size_t __n) __THROW;
58 extern int strncasecmp (__const char *__s1, __const char *__s2, size_t __n)
H A Dstdlib.h311 extern char *l64a (long int __n) __THROW __wur;
787 extern int mblen (__const char *__s, size_t __n) __THROW __wur;
791 __const char *__restrict __s, size_t __n) __THROW __wur;
799 __const char *__restrict __s, size_t __n) __THROW;
802 __const wchar_t *__restrict __pwcs, size_t __n)
H A Dprintf.h74 size_t __n, int *__argtypes);
96 extern size_t parse_printf_format (__const char *__restrict __fmt, size_t __n,
140 __info, size_t __n, int *__restrict __argtypes)
H A Dlibintl.h63 unsigned long int __n)
69 __const char *__msgid2, unsigned long int __n)
75 __const char *__msgid2, unsigned long int __n,
H A Dunistd.h333 extern ssize_t write (int __fd, __const void *__buf, size_t __n) __wur;
351 extern ssize_t pwrite (int __fd, __const void *__buf, size_t __n,
375 extern ssize_t pwrite64 (int __fd, __const void *__buf, size_t __n,
1086 ssize_t __n) __THROW __nonnull ((1, 2));
H A Dgrp.h178 extern int setgroups (size_t __n, __const __gid_t *__groups) __THROW;
H A Dthread_db.h441 unsigned char __n, const sigset_t *__ss);
H A Dinttypes.h298 extern intmax_t imaxabs (intmax_t __n) __THROW __attribute__ ((__const__));
H A Dlibio.h373 size_t __n);
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdlib.h108 double _EXFUN(strtod,(const char *__n, char **__end_PTR));
109 double _EXFUN(_strtod_r,(struct _reent *,const char *__n, char **__end_PTR));
110 float _EXFUN(strtof,(const char *__n, char **__end_PTR));
117 long _EXFUN(strtol,(const char *__n, char **__end_PTR, int __base));
118 long _EXFUN(_strtol_r,(struct _reent *,const char *__n, char **__end_PTR, int __base));
119 unsigned long _EXFUN(strtoul,(const char *__n, char **__end_PTR, int __base));
120 unsigned long _EXFUN(_strtoul_r,(struct _reent *,const char *__n, char **__end_PTR, int __base));
170 long long _EXFUN(strtoll,(const char *__n, char **__end_PTR, int __base));
171 long long _EXFUN(_strtoll_r,(struct _reent *, const char *__n, char **__end_PTR, int __base));
172 unsigned long long _EXFUN(strtoull,(const char *__n, char **__end_PTR, int __base));
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dsocket.h137 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
144 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
151 extern ssize_t sendto (int __fd, __const void *__buf, size_t __n,
162 extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
200 extern int listen (int __fd, int __n) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dx_tables.h151 unsigned int __i, __n; \
155 for (__i = 0, __n = 0; __i < (size); \
156 __i += __entry->next_offset, __n++) { \
158 if (__n < n) \