HomeSort by relevance Sort by last modified time
    Searched refs:__warnattr (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
select2.h 27 __warnattr ("bit outside of fd_set selected");
unistd.h 31 __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...]
stdlib.h 34 __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");
socket2.h 31 __warnattr ("recv called with bigger length than size of destination "
61 __warnattr ("recvfrom called with bigger length than size of "
wchar2.h 36 __warnattr ("wmemcpy called with length bigger than size of destination "
65 __warnattr ("wmemmove called with length bigger than size of destination "
97 __warnattr ("wmempcpy called with length bigger than size of destination "
126 __warnattr ("wmemset called with length bigger than size of destination "
188 __warnattr ("wcsncpy called with length bigger than size of destination "
219 __warnattr ("wcpncpy called with length bigger than size of destination "
381 __wur __warnattr ("fgetws called with bigger size than length "
412 __wur __warnattr ("fgetws_unlocked called with bigger size than length "
471 __warnattr ("mbsrtowcs called with dst buffer smaller than len "
506 __warnattr ("wcsrtombs called with dst buffer smaller than len")
    [all...]
stdio2.h 222 __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 "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
select2.h 27 __warnattr ("bit outside of fd_set selected");
unistd.h 31 __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...]
stdlib.h 34 __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");
socket2.h 31 __warnattr ("recv called with bigger length than size of destination "
61 __warnattr ("recvfrom called with bigger length than size of "
wchar2.h 36 __warnattr ("wmemcpy called with length bigger than size of destination "
65 __warnattr ("wmemmove called with length bigger than size of destination "
97 __warnattr ("wmempcpy called with length bigger than size of destination "
126 __warnattr ("wmemset called with length bigger than size of destination "
188 __warnattr ("wcsncpy called with length bigger than size of destination "
219 __warnattr ("wcpncpy called with length bigger than size of destination "
381 __wur __warnattr ("fgetws called with bigger size than length "
412 __wur __warnattr ("fgetws_unlocked called with bigger size than length "
471 __warnattr ("mbsrtowcs called with dst buffer smaller than len "
506 __warnattr ("wcsrtombs called with dst buffer smaller than len")
    [all...]
stdio2.h 222 __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 "
  /bionic/libc/include/sys/
cdefs.h 160 # define __warnattr(msg) __attribute__((deprecated(msg))) macro
167 # define __warnattr(msg) __attribute__((__warning__(msg))) macro
168 # define __warnattr_real __warnattr
183 # define __warnattr_strict(msg) /* __warnattr(msg) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 152 # define __warnattr(msg) __attribute__((__warning__ (msg))) macro
157 # define __warnattr(msg) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 152 # define __warnattr(msg) __attribute__((__warning__ (msg))) macro
157 # define __warnattr(msg) macro
  /bionic/libc/include/
stdio.h 163 __warnattr("tempnam is unsafe, use mkstemp or tmpfile instead");
166 __warnattr("tempnam is unsafe, use mkstemp or tmpfile instead");
  /external/elfutils/tests/
run-dwarf-getmacros.sh 599 __warnattr(msg) __attribute__((__warning__ (msg)))

Completed in 452 milliseconds