Home
last modified time | relevance | path

Searched refs:handle_path (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()
105 node->handle_path = (void *)(intptr_t) st.st_ino; in prepare_path_node()
283 path->handle_path = srcpath->handle_path; in pkgconf_path_copy_list()
318 path->handle_path = srcpath->handle_path; in pkgconf_path_prepend_list()
H A Dlibpkgconf.h136 void *handle_path; member