Searched refs:ctf_convert_set_label (Results 1 – 4 of 4) sorted by relevance
119 extern int ctf_convert_set_label(ctf_convert_t *, const char *);
75 ctf_convert_set_label;
268 ctf_convert_set_label(ctf_convert_t *cch, const char *label) in ctf_convert_set_label() function
371 if (label != NULL && (err = ctf_convert_set_label(cch, label)) != 0) in main()