Home
last modified time | relevance | path

Searched refs:myprintf (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libselinux/src/
Dmatchpathcon.c73 (*myprintf) (const char *fmt,...) = &default_printf; variable
78 myprintf = f ? f : &default_printf; in set_matchpathcon_printf()
96 myprintf("%s: line %u has invalid context %s\n", path, in default_canoncon()
99 myprintf("%s: invalid context %s\n", path, *context); in default_canoncon()
196 myprintf in matchpathcon_filespec_add()
227 myprintf("%s: insufficient memory for file label entry for %s\n", in matchpathcon_filespec_add()
258 myprintf in matchpathcon_filespec_eval()
358 myprintf("symlink_realpath(%s) strdup() failed: %s\n", in realpath_not_final()
385 myprintf("symlink_realpath(%s) realpath() failed: %s\n", in realpath_not_final()
393 myprintf("symlink_realpath(%s) failed: Filename too long \n", in realpath_not_final()
Dlabel_internal.h127 (*myprintf) (const char *fmt, ...);
130 myprintf(fmt); \
/external/llvm/test/LTO/X86/
Druntime-library.ll24 define void @myprintf() {
/external/clang/test/Sema/
DMicrosoftExtensions.c163 void myprintf(const char *f, ...) { in myprintf() function
Dformat-strings.c172 void __attribute__((format(printf,1,3))) myprintf(const char*, int blah, ...);
175 myprintf("%d", 17, 18); // okay in test_myprintf()
/external/selinux/libselinux/
DChangeLog243 * src: matchpathcon: use myprintf not fprintf
807 * Added format attribute to myprintf in matchpathcon.c and