Home
last modified time | relevance | path

Searched refs:__warnattr (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dunistd.h31 __wur __warnattr ("read called with bigger length than size of "
62 __wur __warnattr ("pread called with bigger length than size of "
68 __wur __warnattr ("pread64 called with bigger length than size of "
136 __nonnull ((1, 2)) __wur __warnattr ("readlink called with bigger length "
169 __nonnull ((2, 3)) __wur __warnattr ("readlinkat called with bigger "
197 __wur __warnattr ("getcwd caller with bigger length than size of "
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd "
237 __warnattr ("confstr called with bigger length than size of destination "
262 __wur __warnattr ("getgroups called with bigger group count than what "
288 __nonnull ((2)) __warnattr ("ttyname_r called with bigger buflen than "
[all …]
H A Dwchar2.h36 __warnattr ("wmemcpy called with length bigger than size of destination "
66 __warnattr ("wmemmove called with length bigger than size of destination "
99 __warnattr ("wmempcpy called with length bigger than size of destination "
128 __warnattr ("wmemset called with length bigger than size of destination "
189 __warnattr ("wcsncpy called with length bigger than size of destination "
219 __warnattr ("wcpncpy called with length bigger than size of destination "
379 __wur __warnattr ("fgetws called with bigger size than length "
410 __wur __warnattr ("fgetws_unlocked called with bigger size than length "
467 __warnattr ("mbsrtowcs called with dst buffer smaller than len "
502 __warnattr ("wcsrtombs called with dst buffer smaller than len");
[all …]
H A Dstdlib.h34 __warnattr ("second argument of realpath must be either NULL or at "
61 __nonnull ((2)) __warnattr ("ptsname_r called with buflen bigger than "
110 __warnattr ("mbstowcs called with dst buffer smaller than len "
142 __warnattr ("wcstombs called with dst buffer smaller than len");
H A Dstdio2.h222 __wur __warnattr ("please use fgets or getline instead, gets can't "
241 __wur __warnattr ("fgets called with bigger size than length "
270 __wur __warnattr ("fread called with bigger size * nmemb than length "
299 __wur __warnattr ("fgets_unlocked called with bigger size than length "
331 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
H A Dsocket2.h31 __warnattr ("recv called with bigger length than size of destination "
61 __warnattr ("recvfrom called with bigger length than size of "
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dcdefs.h138 # define __warnattr(msg) __attribute__((__warning__ (msg))) macro
143 # define __warnattr(msg) macro