Searched refs:_libctf_debug (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/lib/libctf/common/
H A Dlibctf.h54 extern int _libctf_debug;
H A Dctf_subr.c79 if (_libctf_debug) {
H A Dctf_lib.c80 _libctf_debug = getenv("LIBCTF_DEBUG") != NULL;
/netbsd-current/external/cddl/osnet/dist/uts/common/ctf/
H A Dctf_subr.c88 if (_libctf_debug) {
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-subr.c34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
161 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL;
172 _libctf_debug = debug;
178 return _libctf_debug;
184 if (_libctf_unlikely_ (_libctf_debug))
H A Dctf-impl.h731 extern int _libctf_debug; /* debugging messages enabled */
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-subr.c34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
161 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL;
172 _libctf_debug = debug;
178 return _libctf_debug;
184 if (_libctf_unlikely_ (_libctf_debug))
H A Dctf-impl.h793 extern int _libctf_debug; /* debugging messages enabled */
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-subr.c34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
161 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL;
172 _libctf_debug = debug;
178 return _libctf_debug;
184 if (_libctf_unlikely_ (_libctf_debug))
H A Dctf-impl.h793 extern int _libctf_debug; /* debugging messages enabled */
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-subr.c34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
161 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL;
172 _libctf_debug = debug;
178 return _libctf_debug;
184 if (_libctf_unlikely_ (_libctf_debug))
H A Dctf-impl.h792 extern int _libctf_debug; /* debugging messages enabled */
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_impl.h334 extern int _libctf_debug; /* debugging messages enabled */
H A Dctf_open.c48 int _libctf_debug = 0; /* debugging messages enabled */ variable

Completed in 289 milliseconds