Searched defs:_CTF_NULLSTR (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c52 const char _CTF_NULLSTR[] = ""; variable
151 name = _CTF_NULLSTR;
715 fp->ctf_data.cts_name = _CTF_NULLSTR;
717 fp->ctf_symtab.cts_name = _CTF_NULLSTR;
719 fp->ctf_strtab.cts_name = _CTF_NULLSTR;
784 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
847 if (fp->ctf_data.cts_name != _CTF_NULLSTR &&
853 if (fp->ctf_symtab.cts_name != _CTF_NULLSTR &&
859 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR &&

Completed in 362 milliseconds