Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dmatchpathcon.c29 (*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()
Dlabel_internal.h134 (*myprintf) (const char *fmt, ...) ;
138 myprintf(fmt); \
/third_party/python/Modules/_ctypes/
D_ctypes_test.c279 EXPORT(int)myprintf(char *fmt, ...) in myprintf() function