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

/macosx-10.10/hfs-285/fsck_hfs/
H A Dutilities.c297 void print_to_mem(int type, int mem_type, const char *fmt, const char *str, va_list ap);
299 #define DO_VPRINT 1 // types for print_to_mem
449 print_to_mem(DO_STR, IN_MEM_LOG, "fsck_hfs completed at %s\n", ctime(&t), empty_list);
635 print_to_mem(DO_STR, IN_MEM_LOG, "\nfsck_hfs started at %s", ctime(&t), empty_list);
664 print_to_mem(int type, int mem_type, const char *fmt, const char *str, va_list ap) function
775 print_to_mem(DO_VPRINT, IN_MEM_OUT, fmt, NULL, ap); \
779 print_to_mem(DO_STR, IN_MEM_OUT, fmt, str, NULL);
791 print_to_mem(DO_VPRINT, IN_MEM_LOG, fmt, NULL, ap); \
800 print_to_mem(DO_STR, IN_MEM_LOG, fmt, str, empty_list); \

Completed in 108 milliseconds