Searched defs:el2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dalist.c63 alist_cmp(alist_el_t *el1, alist_el_t *el2) argument
65 return ((uintptr_t)el1->ale_name != (uintptr_t)el2->ale_name);
H A Dmerge.c319 elist_t *el2 = ttdp->t_emem; local
321 while (el1 && el2) {
322 if (el1->el_number != el2->el_number ||
323 strcmp(el1->el_name, el2->el_name) != 0)
327 el2 = el2->el_next;
330 if (el1 || el2)

Completed in 57 milliseconds