Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdio.h163 __warnattr("tempnam is unsafe, use mkstemp or tmpfile instead");
166 __warnattr("tempnam is unsafe, use mkstemp or tmpfile instead");
/bionic/libc/include/sys/
Dcdefs.h135 #define __warnattr(msg) __attribute__((deprecated(msg))) macro