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

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c42 const char _CTF_NULLSTR[] = ""; variable
141 name = _CTF_NULLSTR;
698 fp->ctf_data.cts_name = _CTF_NULLSTR;
700 fp->ctf_symtab.cts_name = _CTF_NULLSTR;
702 fp->ctf_strtab.cts_name = _CTF_NULLSTR;
767 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
920 if (fp->ctf_data.cts_name != _CTF_NULLSTR &&
926 if (fp->ctf_symtab.cts_name != _CTF_NULLSTR &&
932 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR &&

Completed in 59 milliseconds