Home
last modified time | relevance | path

Searched refs:ctf_convert_add_ignore (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dlibctf.h121 extern int ctf_convert_add_ignore(ctf_convert_t *, const char *);
H A Dmapfile-vers70 ctf_convert_add_ignore;
H A Dctf_convert.c293 ctf_convert_add_ignore(ctf_convert_t *cch, const char *basename) in ctf_convert_add_ignore() function
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c396 if ((err = ctf_convert_add_ignore(cch, buf)) != 0) { in main()