Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ctfconv/
Dparse.c117 int it_off_cmp(struct itype *, struct itype *);
124 RB_GENERATE(ioff_tree, itype, it_node, it_off_cmp);
382 it_off_cmp(struct itype *a, struct itype *b) in it_off_cmp() function