Home
last modified time | relevance | path

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

/openbsd-src/lib/libfido2/src/
H A Dhid.c160 char *path_copy = NULL, *manu_copy = NULL, *prod_copy = NULL; in fido_dev_info_set() local
169 if ((path_copy = strdup(path)) == NULL || in fido_dev_info_set()
177 devlist[i].path = path_copy; in fido_dev_info_set()
188 free(path_copy); in fido_dev_info_set()
/openbsd-src/usr.sbin/bgpd/
H A Drde_rib.c729 path_copy(struct rde_aspath *dst, const struct rde_aspath *src) in path_copy() function
1005 asp = path_copy(path_get(), nasp); in prefix_update()
1156 asp = path_copy(path_get(), nasp); in prefix_flowspec_update()
1309 asp = path_copy(path_get(), &state->aspath); in prefix_adjout_update()
H A Drde.h578 struct rde_aspath *path_copy(struct rde_aspath *, const struct rde_aspath *);
H A Drde_filter.c437 path_copy(&state->aspath, asp); in rde_filterstate_set()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp3057 std::string path_copy; in AddToSysPath() local