Searched refs:liblist_foreach (Results 1 - 4 of 4) sorted by relevance
/pkg/src/modules/ |
H A D | liblist.h | 55 int liblist_foreach(liblist_t *lst, int (*cb)(libnode_t *, void *, void *),
|
H A D | liblist.c | 98 liblist_foreach(liblist_t *lst, int (*cb)(libnode_t *, void *, void *), function 126 if (liblist_foreach(lst, copyto_liblist_cb, nl, NULL) == -1)
|
H A D | elf.c | 89 if (liblist_foreach(n->verlist, pythonify_ver_liblist_cb, pverlist, 434 if (liblist_foreach( 448 if (liblist_foreach(
|
H A D | elfextract.c | 573 if (liblist_foreach(deps, setver_liblist_cb, vers, NULL) == -1)
|
Completed in 11 milliseconds