Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dlabel_internal.h130 extern int myprintf_compat;
134 #define COMPAT_LOG(type, fmt...) if (myprintf_compat) \
Dmatchpathcon.c30 int myprintf_compat = 0; variable
35 myprintf_compat = 1; in set_matchpathcon_printf()