Home
last modified time | relevance | path

Searched defs:__DIAGNOSE_ERROR_IF (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
H A Dstat.h35 __DIAGNOSE_ERROR_IF(mode & ~0777, "'umask' was called in invalid mode") in __DIAGNOSE_ERROR_IF() function
H A Dstdio.h80 __DIAGNOSE_ERROR_IF(size < 0, "in call to 'fgets', size should not be less than 0") in __DIAGNOSE_ERROR_IF() argument
H A Dfortify.h64 #define __DIAGNOSE_ERROR_IF(cond, msg) __attribute__((diagnose_if(cond, msg, "error"))) macro

Completed in 1 milliseconds