Searched refs:myprintf (Results 1 – 3 of 3) sorted by relevance
/third_party/selinux/libselinux/src/ |
D | matchpathcon.c | 29 (*myprintf) (const char *fmt,...) = &default_printf; variable 34 myprintf = f ? f : &default_printf; in set_matchpathcon_printf() 133 myprintf("%s: line %u has invalid context %s\n", path, in default_canoncon() 136 myprintf("%s: invalid context %s\n", path, *context); in default_canoncon() 230 myprintf in matchpathcon_filespec_add() 261 myprintf("%s: insufficient memory for file label entry for %s\n", in matchpathcon_filespec_add() 292 myprintf in matchpathcon_filespec_eval() 396 myprintf("symlink_realpath(%s) strdup() failed: %m\n", in realpath_not_final() 417 myprintf("symlink_realpath(%s) realpath() failed: %m\n", in realpath_not_final() 425 myprintf("symlink_realpath(%s) failed: Filename too long \n", in realpath_not_final()
|
D | label_internal.h | 134 (*myprintf) (const char *fmt, ...) ; 138 myprintf(fmt); \
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes_test.c | 279 EXPORT(int)myprintf(char *fmt, ...) in myprintf() function
|