Searched refs:_libctf_debug (Results 1 – 7 of 7) sorted by relevance
54 extern int _libctf_debug;
76 if (_libctf_debug) { in ctf_dprintf()
118 _libctf_debug;
61 _libctf_debug = getenv("LIBCTF_DEBUG") != NULL; in _libctf_init()
88 if (_libctf_debug) { in ctf_dprintf()
334 extern int _libctf_debug; /* debugging messages enabled */
45 int _libctf_debug = 0; /* debugging messages enabled */ variable