Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/libpkgconf/
H A Dpath.c43 …if (pn->handle_device == (void *)(intptr_t)st->st_dev && pn->handle_path == (void *)(intptr_t)st->… in path_list_contains_entry()
106 node->handle_device = (void *)(intptr_t) st.st_dev; in prepare_path_node()
284 path->handle_device = srcpath->handle_device; in pkgconf_path_copy_list()
319 path->handle_device = srcpath->handle_device; in pkgconf_path_prepend_list()
H A Dlibpkgconf.h137 void *handle_device; member