Home
last modified time | relevance | path

Searched refs:ntfs_log_handler_stderr (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g.probe.c152 ntfs_log_set_handler(ntfs_log_handler_stderr); in main()
Dntfs-3g.c4362 ntfs_log_set_handler(ntfs_log_handler_stderr); in main()
Dlowntfs-3g.c4634 ntfs_log_set_handler(ntfs_log_handler_stderr);
/third_party/ntfs-3g/include/ntfs-3g/
Dlogging.h50 ntfs_log_handler ntfs_log_handler_stderr __attribute__((format(printf, 6, 0))); variable
/third_party/ntfs-3g/ntfsprogs/
Dntfscat.c410 ntfs_log_set_handler(ntfs_log_handler_stderr); in main()
Dntfscp.c856 ntfs_log_set_handler(ntfs_log_handler_stderr); in main()
Dntfsdecrypt.c1550 ntfs_log_set_handler(ntfs_log_handler_stderr); in main()
Dntfsclone.c587 ntfs_log_set_handler(ntfs_log_handler_stderr);
/third_party/ntfs-3g/libntfs-3g/
Dlogging.c595 int ntfs_log_handler_stderr(const char *function, const char *file, in ntfs_log_handler_stderr() function