Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.h76 extern char **parents_of(const bucket_t *);
H A Dbucket.c381 parents_of(const bucket_t *start) in parents_of() function
462 for (p = parents_of(b); p != NULL && *p != NULL; ++p) { in print_all_buckets()
H A Dxlator.c926 for (p = parents_of(b); in writemapfile()