Searched refs:add_label (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/dtc/
H A Ddtc-parser.y157 add_label(&$2->labels, $1);
177 add_label(&target->labels, $2);
240 add_label(&$2->labels, $1);
511 add_label(&$2->labels, $1);
H A Ddtc.h188 void add_label(struct label **labels, char *label);
H A Dlivetree.c27 void add_label(struct label **labels, char *label) function
147 add_label(&old_node->labels, l->label);
168 add_label(&old_prop->labels, l->label);

Completed in 146 milliseconds