Searched refs:ntfs_log_handler_fprintf (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | logging.c | 436 int ntfs_log_handler_fprintf(const char *function, const char *file, in ntfs_log_handler_fprintf() function 540 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args); in ntfs_log_handler_stdout() 571 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args); in ntfs_log_handler_outerr() 601 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args); in ntfs_log_handler_stderr()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | logging.h | 46 ntfs_log_handler ntfs_log_handler_fprintf __attribute__((format(printf, 6, 0))); variable
|