Searched refs:oel (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dtdata.c225 elist_t *oel; local
228 oel = el;
231 if (oel->el_name)
232 free(oel->el_name);
233 free(oel);
H A Dmerge.c828 elist_t *oel, **nelp; local
830 for (oel = old->t_emem, nelp = &new->t_emem;
831 oel; oel = oel->el_next, nelp = &((*nelp)->el_next)) {
833 (*nelp)->el_name = xstrdup(oel->el_name);
834 (*nelp)->el_number = oel->el_number;

Completed in 106 milliseconds