Searched refs:ntfs_log_handler_fprintf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogging.c392 * ntfs_log_handler_fprintf - Basic logging handler
412 int ntfs_log_handler_fprintf(const char *function, const char *file, function
504 * Note: This function calls ntfs_log_handler_fprintf to do the main work.
516 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args);
535 * Note: This function calls ntfs_log_handler_fprintf to do the main work.
547 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args);
565 * Note: This function calls ntfs_log_handler_fprintf to do the main work.
577 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogging.h48 ntfs_log_handler ntfs_log_handler_fprintf __attribute__((format(printf, 6, 0))); variable

Completed in 42 milliseconds