Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c42 const char _CTF_NULLSTR[] = ""; variable
280 name = _CTF_NULLSTR; in init_symtab()
858 fp->ctf_data.cts_name = _CTF_NULLSTR; in ctf_bufopen()
860 fp->ctf_symtab.cts_name = _CTF_NULLSTR; in ctf_bufopen()
862 fp->ctf_strtab.cts_name = _CTF_NULLSTR; in ctf_bufopen()
927 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR; in ctf_bufopen()
1080 if (fp->ctf_data.cts_name != _CTF_NULLSTR && in ctf_close()
1086 if (fp->ctf_symtab.cts_name != _CTF_NULLSTR && in ctf_close()
1092 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR && in ctf_close()
H A Dctf_impl.h364 extern const char _CTF_NULLSTR[]; /* empty string */