Searched refs:_libctf_debug (Results 1 – 13 of 13) sorted by relevance
34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable161 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL; in libctf_init_debug()172 _libctf_debug = debug; in ctf_setdebug()178 return _libctf_debug; in ctf_getdebug()184 if (_libctf_unlikely_ (_libctf_debug)) in ctf_dprintf()
792 extern int _libctf_debug; /* debugging messages enabled */
817 * ctf-subr.c (ctf_dprintf): _libctf_debug is unlikely to be set.
793 extern int _libctf_debug; /* debugging messages enabled */
54 extern int _libctf_debug;
79 if (_libctf_debug) { in ctf_dprintf()
80 _libctf_debug = getenv("LIBCTF_DEBUG") != NULL; in _libctf_init()
88 if (_libctf_debug) { in ctf_dprintf()
334 extern int _libctf_debug; /* debugging messages enabled */
48 int _libctf_debug = 0; /* debugging messages enabled */ variable