Searched refs:deprecated (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/include/ |
D | signal.h | 93 __attribute__((deprecated("use sigprocmask() or pthread_sigmask() instead"))) 96 __attribute__((deprecated("use sigaction() instead"))) __INTRODUCED_IN(26); 98 __attribute__((deprecated("use sigsuspend() instead"))) __INTRODUCED_IN(26); 100 __attribute__((deprecated("use sigprocmask() or pthread_sigmask() instead"))) 103 __attribute__((deprecated("use sigaction() instead"))) __INTRODUCED_IN(26);
|
D | stdlib.h | 64 char* mktemp(char* __template) __attribute__((deprecated("mktemp is unsafe, use mkstemp or tmpfile …
|
D | stdio.h | 156 char* gets(char* __buf) __attribute__((deprecated("gets is unsafe, use fgets instead")));
|
/bionic/tools/versioner/src/ |
D | DeclarationDatabase.h | 46 int deprecated = 0; member 50 return !(introduced || deprecated || obsoleted); in empty() 54 return std::tie(introduced, deprecated, obsoleted) == 55 std::tie(rhs.introduced, rhs.deprecated, rhs.obsoleted);
|
D | DeclarationDatabase.cpp | 164 { "deprecated_in", { &global_availability.deprecated } }, in VisitDeclaratorDecl() 351 if (av.deprecated != 0) { in to_string() 352 ss << "deprecated = " << av.deprecated << ", "; in to_string()
|
/bionic/libc/include/android/ |
D | legacy_errno_inlines.h | 39 static __inline int __attribute__((deprecated)) __set_errno(int n) { in __set_errno()
|
/bionic/libc/include/sys/ |
D | cdefs.h | 135 #define __warnattr(msg) __attribute__((deprecated(msg))) 136 #define __warnattr_real(msg) __attribute__((deprecated(msg)))
|
/bionic/tests/headers/posix/ |
D | Android.bp | 22 "-Wno-deprecated",
|
/bionic/libc/kernel/uapi/linux/usb/ |
D | functionfs.h | 57 } __attribute__((packed, deprecated));
|
/bionic/libc/malloc_hooks/ |
D | README.md | 23 On 32 bit systems, these two deprecated functions are also replaced: 56 For the two deprecated functions pvalloc and valloc, if \_\_memalign\_hook
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 30 On 32 bit systems, these two deprecated functions are also replaced:
|
D | README.md | 25 On 32 bit systems, these two deprecated functions are also replaced:
|
/bionic/tests/ |
D | Android.bp | 41 // We want to test deprecated API too. 42 "-Wno-deprecated-declarations",
|
/bionic/libc/ |
D | Android.bp | 37 "-Wno-deprecated-declarations",
|