Searched refs:myprintf (Results 1 – 8 of 8) sorted by relevance
/external/selinux/libselinux/src/ |
D | matchpathcon.c | 29 (*myprintf) (const char *fmt,...) = &default_printf; variable 34 myprintf = f ? f : &default_printf; in set_matchpathcon_printf() 127 myprintf("%s: line %u has invalid context %s\n", path, in default_canoncon() 130 myprintf("%s: invalid context %s\n", path, *context); in default_canoncon() 224 myprintf in matchpathcon_filespec_add() 255 myprintf("%s: insufficient memory for file label entry for %s\n", in matchpathcon_filespec_add() 286 myprintf in matchpathcon_filespec_eval() 386 myprintf("symlink_realpath(%s) strdup() failed: %s\n", in realpath_not_final() 407 myprintf("symlink_realpath(%s) realpath() failed: %s\n", in realpath_not_final() 415 myprintf("symlink_realpath(%s) failed: Filename too long \n", in realpath_not_final()
|
D | label_internal.h | 127 (*myprintf) (const char *fmt, ...) hidden; 130 myprintf(fmt); \
|
/external/llvm/test/LTO/X86/ |
D | runtime-library.ll | 24 define void @myprintf() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/ |
D | runtime-library.ll | 24 define void @myprintf() {
|
/external/clang/test/Sema/ |
D | MicrosoftExtensions.c | 169 void myprintf(const char *f, ...) { in myprintf() function
|
D | format-strings.c | 202 void __attribute__((format(printf,1,3))) myprintf(const char*, int blah, ...); 205 myprintf("%d", 17, 18); // okay in test_myprintf()
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.c | 100 EXPORT(int)myprintf(char *fmt, ...) in myprintf() function
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 110 EXPORT(int)myprintf(char *fmt, ...) in myprintf() function
|