Home
last modified time | relevance | path

Searched refs:ntfs_log_handler_syslog (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dlogging.c293 if (handler == ntfs_log_handler_syslog) in ntfs_log_set_handler()
359 int ntfs_log_handler_syslog(const char *function __attribute__((unused)), in ntfs_log_handler_syslog() function
406 ntfs_log_handler_syslog(NULL, NULL, 0, in ntfs_log_early_error()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogging.h45 ntfs_log_handler ntfs_log_handler_syslog __attribute__((format(printf, 6, 0))); variable
/third_party/ntfs-3g/src/
Dntfs-3g.c4305 ntfs_log_set_handler(ntfs_log_handler_syslog); in setup_logging()
Dlowntfs-3g.c4577 ntfs_log_set_handler(ntfs_log_handler_syslog);