Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_open.c42 const char _CTF_NULLSTR[] = ""; variable
141 name = _CTF_NULLSTR; in init_symtab()
698 fp->ctf_data.cts_name = _CTF_NULLSTR; in ctf_bufopen()
700 fp->ctf_symtab.cts_name = _CTF_NULLSTR; in ctf_bufopen()
702 fp->ctf_strtab.cts_name = _CTF_NULLSTR; in ctf_bufopen()
767 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR; in ctf_bufopen()
920 if (fp->ctf_data.cts_name != _CTF_NULLSTR && in ctf_close()
926 if (fp->ctf_symtab.cts_name != _CTF_NULLSTR && in ctf_close()
932 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR && in ctf_close()
H A Dctf_impl.h331 extern const char _CTF_NULLSTR[]; /* empty string */