Home
last modified time | relevance | path

Searched refs:debug_location (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dmisc.h40 #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 *));
H A Dmisc.c92 debug_location(const char *file, int line, const char *func) in debug_location() function