Searched refs:ntfs_log_handler (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | logging.h | 37 typedef int (ntfs_log_handler)(const char *function, const char *file, int line, typedef 41 void ntfs_log_set_handler(ntfs_log_handler *handler 45 ntfs_log_handler ntfs_log_handler_syslog __attribute__((format(printf, 6, 0))); 46 ntfs_log_handler ntfs_log_handler_fprintf __attribute__((format(printf, 6, 0))); 47 ntfs_log_handler ntfs_log_handler_null __attribute__((format(printf, 6, 0))); 48 ntfs_log_handler ntfs_log_handler_stdout __attribute__((format(printf, 6, 0))); 49 ntfs_log_handler ntfs_log_handler_outerr __attribute__((format(printf, 6, 0))); 50 ntfs_log_handler ntfs_log_handler_stderr __attribute__((format(printf, 6, 0)));
|
/third_party/ntfs-3g/libntfs-3g/ |
D | logging.c | 74 ntfs_log_handler *handler BROKEN_GCC_FORMAT_ATTRIBUTE; 288 void ntfs_log_set_handler(ntfs_log_handler *handler) in ntfs_log_set_handler()
|