Home
last modified time | relevance | path

Searched refs:in_path (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dassert_verify.c156 char *in_path = NULL; in assert_verify() local
172 in_path = optarg; in assert_verify()
191 in_f = open_read(in_path); in assert_verify()
H A Dcred_verify.c107 char *in_path = NULL; in cred_verify() local
130 in_path = optarg; in cred_verify()
149 in_f = open_read(in_path); in cred_verify()
H A Dcred_make.c142 char *in_path = NULL; in cred_make() local
168 in_path = optarg; in cred_make()
196 in_f = open_read(in_path); in cred_make()
H A Dassert_get.c215 char *in_path = NULL; in assert_get() local
237 in_path = optarg; in assert_get()
270 in_f = open_read(in_path); in assert_get()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dfs.cpp247 do_unmount(const impl::path& in_path) in do_unmount() argument
252 const impl::path& abs_path = in_path.is_absolute() ? in do_unmount()
253 in_path : in_path.to_absolute(); in do_unmount()
263 throw tools::system_error(IMPL_NAME "::cleanup(" + in_path.str() + in do_unmount()
/netbsd-src/external/gpl2/dtc/dist/
H A Dfdtput.c189 static int create_paths(char **blob, const char *in_path) in create_paths() argument
191 const char *path = in_path; in create_paths()