Lines Matching refs:author
95 #define RTL_LOGFILE_TRACE_AUTHOR( project, author, string ) \ argument
98 author,\
100 #define RTL_LOGFILE_TRACE_AUTHOR1( project, author, frmt, arg1 ) \ argument
103 author );\
107 #define RTL_LOGFILE_TRACE_AUTHOR2( project, author, frmt, arg1 , arg2 ) \ argument
110 author ); \
113 #define RTL_LOGFILE_TRACE_AUTHOR3( project, author, frmt, arg1 , arg2 , arg3 ) \ argument
116 author ); \
125 #define RTL_LOGFILE_TRACE_AUTHOR( project, author, string ) ((void)0) argument
126 #define RTL_LOGFILE_TRACE_AUTHOR1( project, author, frmt, arg1 ) ((void)0) argument
127 #define RTL_LOGFILE_TRACE_AUTHOR2( project, author, frmt, arg1 , arg2 ) ((void)0) argument
128 #define RTL_LOGFILE_TRACE_AUTHOR3( project, author, frmt, arg1 , arg2 , arg3 ) ((void)0) argument