Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dmatchpathcon.c29 (*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()
Dlabel_internal.h127 (*myprintf) (const char *fmt, ...) hidden;
130 myprintf(fmt); \
/external/llvm/test/LTO/X86/
Druntime-library.ll24 define void @myprintf() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/
Druntime-library.ll24 define void @myprintf() {
/external/clang/test/Sema/
DMicrosoftExtensions.c169 void myprintf(const char *f, ...) { in myprintf() function
Dformat-strings.c202 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.c100 EXPORT(int)myprintf(char *fmt, ...) in myprintf() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c110 EXPORT(int)myprintf(char *fmt, ...) in myprintf() function