Searched refs:debug_location (Results 1 – 2 of 2) sorted by relevance
40 #define LOCATION debug_location(__FILE__, __LINE__, __func__)42 #define LOCATION debug_location(__FILE__, __LINE__, NULL)48 extern const char *debug_location __P((const char *, int, const char *));
92 debug_location(const char *file, int line, const char *func) in debug_location() function