Home
last modified time | relevance | path

Searched refs:_CTF_NULLSTR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c43 const char _CTF_NULLSTR[] = ""; variable
142 name = _CTF_NULLSTR; in init_symtab()
702 fp->ctf_data.cts_name = _CTF_NULLSTR; in ctf_bufopen()
704 fp->ctf_symtab.cts_name = _CTF_NULLSTR; in ctf_bufopen()
706 fp->ctf_strtab.cts_name = _CTF_NULLSTR; in ctf_bufopen()
771 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR; in ctf_bufopen()
945 if (fp->ctf_data.cts_name != _CTF_NULLSTR && in ctf_close()
951 if (fp->ctf_symtab.cts_name != _CTF_NULLSTR && in ctf_close()
957 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR && in ctf_close()
H A Dctf_impl.h332 extern const char _CTF_NULLSTR[]; /* empty string */