Searched refs:myprintf (Results 1 – 6 of 6) sorted by relevance
/external/selinux/libselinux/src/ |
D | matchpathcon.c | 73 (*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()
|
D | label_internal.h | 127 (*myprintf) (const char *fmt, ...); 130 myprintf(fmt); \
|
/external/llvm/test/LTO/X86/ |
D | runtime-library.ll | 24 define void @myprintf() {
|
/external/clang/test/Sema/ |
D | MicrosoftExtensions.c | 163 void myprintf(const char *f, ...) { in myprintf() function
|
D | format-strings.c | 172 void __attribute__((format(printf,1,3))) myprintf(const char*, int blah, ...); 175 myprintf("%d", 17, 18); // okay in test_myprintf()
|
/external/selinux/libselinux/ |
D | ChangeLog | 243 * src: matchpathcon: use myprintf not fprintf 807 * Added format attribute to myprintf in matchpathcon.c and
|