Lines Matching refs:str

751 #define	EPRINTF(str)		if (EDEBUGGING)	fas_dprintf(fas, str)
752 #define EPRINTF1(str, a) if (EDEBUGGING) fas_dprintf(fas, str, a)
753 #define EPRINTF2(str, a, b) if (EDEBUGGING) fas_dprintf(fas, str, a, b)
754 #define EPRINTF3(str, a, b, c) if (EDEBUGGING) fas_dprintf(fas, str, a, b, c)
755 #define EPRINTF4(str, a, b, c, d) \
756 if (EDEBUGGING) fas_dprintf(fas, str, a, b, c, d)
757 #define EPRINTF5(str, a, b, c, d, e) \
758 if (EDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e)
759 #define EPRINTF6(str, a, b, c, d, e, f) \
760 if (EDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e, f)
762 #define DPRINTF(str) if (DDEBUGGING) fas_dprintf(fas, str)
763 #define DPRINTF1(str, a) if (DDEBUGGING) fas_dprintf(fas, str, a)
764 #define DPRINTF2(str, a, b) if (DDEBUGGING) fas_dprintf(fas, str, a, b)
765 #define DPRINTF3(str, a, b, c) if (DDEBUGGING) fas_dprintf(fas, str, a, b, c)
766 #define DPRINTF4(str, a, b, c, d) \
767 if (DDEBUGGING) fas_dprintf(fas, str, a, b, c, d)
768 #define DPRINTF5(str, a, b, c, d, e) \
769 if (DDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e)
770 #define DPRINTF6(str, a, b, c, d, e, f) \
771 if (DDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e, f)
773 #define IPRINTF(str) if (IDEBUGGING) fas_dprintf(fas, str)
774 #define IPRINTF1(str, a) if (IDEBUGGING) fas_dprintf(fas, str, a)
775 #define IPRINTF2(str, a, b) if (IDEBUGGING) fas_dprintf(fas, str, a, b)
776 #define IPRINTF3(str, a, b, c) if (IDEBUGGING) fas_dprintf(fas, str, a, b, c)
777 #define IPRINTF4(str, a, b, c, d) \
778 if (IDEBUGGING) fas_dprintf(fas, str, a, b, c, d)
779 #define IPRINTF5(str, a, b, c, d, e) \
780 if (IDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e)
781 #define IPRINTF6(str, a, b, c, d, e, f) \
782 if (IDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e, f)
786 #define EPRINTF(str)
787 #define EPRINTF1(str, a)
788 #define EPRINTF2(str, a, b)
789 #define EPRINTF3(str, a, b, c)
790 #define EPRINTF4(str, a, b, c, d)
791 #define EPRINTF5(str, a, b, c, d, e)
792 #define EPRINTF6(str, a, b, c, d, e, f)
793 #define DPRINTF(str)
794 #define DPRINTF1(str, a)
795 #define DPRINTF2(str, a, b)
796 #define DPRINTF3(str, a, b, c)
797 #define DPRINTF4(str, a, b, c, d)
798 #define DPRINTF5(str, a, b, c, d, e)
799 #define DPRINTF6(str, a, b, c, d, e, f)
800 #define IPRINTF(str)
801 #define IPRINTF1(str, a)
802 #define IPRINTF2(str, a, b)
803 #define IPRINTF3(str, a, b, c)
804 #define IPRINTF4(str, a, b, c, d)
805 #define IPRINTF5(str, a, b, c, d, e)
806 #define IPRINTF6(str, a, b, c, d, e, f)