Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 1484) sorted by relevance

12345678910>>...60

/netbsd-src/share/examples/refuse/fanoutfs/
H A Dfanoutfs.c110 findentry(const char *path, char *name, size_t namesize, struct stat *sp) in findentry()
140 mkdirs(char *path) in mkdirs()
198 fanoutfs_getattr(const char *path, struct stat *st) in fanoutfs_getattr()
216 fanoutfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in fanoutfs_readdir()
254 fanoutfs_open(const char *path, struct fuse_file_info *fi) in fanoutfs_open()
278 fanoutfs_read(const char *path, char *buf, size_t size, off_t offset, in fanoutfs_read()
307 fanoutfs_write(const char *path, const char *buf, size_t size, off_t offset, in fanoutfs_write()
336 fanoutfs_statfs(const char *path, struct statvfs *st) in fanoutfs_statfs()
347 fanoutfs_unlink(const char *path) in fanoutfs_unlink()
362 fanoutfs_access(const char *path, int acc) in fanoutfs_access()
[all …]
/netbsd-src/share/examples/refuse/icfs/
H A Dicfs.c69 strtolower(const char *path, char *name, size_t size) in strtolower()
99 icfs_getattr(const char *path, struct stat *st) in icfs_getattr()
122 icfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in icfs_readdir()
150 icfs_open(const char *path, struct fuse_file_info *fi) in icfs_open()
157 icfs_read(const char *path, char *buf, size_t size, off_t offset, in icfs_read()
188 icfs_write(const char *path, const char *buf, size_t size, off_t offset, in icfs_write()
219 icfs_statfs(const char *path, struct statvfs *st) in icfs_statfs()
230 icfs_unlink(const char *path) in icfs_unlink()
248 icfs_access(const char *path, int acc) in icfs_access()
265 icfs_chmod(const char *path, mode_t mode) in icfs_chmod()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-incpath.cc32 prefixed_path (const char *path, const char *iprefix) in prefixed_path()
79 const char *path = (*paths)[i]; in add_globalpaths() local
106 const char *path = (*paths)[i]; in add_filepaths() local
130 char *path; in add_import_paths() local
177 const char *path = (*global.params.imppath)[i]; in add_import_paths() local
188 const char *path = (*global.params.fileImppath)[i]; in add_import_paths() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-incpath.cc31 prefixed_path (const char *path, const char *iprefix) in prefixed_path()
80 const char *path = (*paths)[i]; in add_globalpaths() local
107 const char *path = (*paths)[i]; in add_filepaths() local
131 char *path; in add_import_paths() local
178 const char *path = (*global.params.imppath)[i]; in add_import_paths() local
189 const char *path = (*global.params.fileImppath)[i]; in add_import_paths() local
/netbsd-src/lib/librefuse/refuse/
H A Dfs.c124 fuse_fs_getattr_v27(struct fuse_fs *fs, const char *path, struct stat *buf) { in fuse_fs_getattr_v27()
129 fuse_fs_getattr_v30(struct fuse_fs* fs, const char* path, in fuse_fs_getattr_v30()
166 fuse_fs_fgetattr(struct fuse_fs* fs, const char* path, struct stat* buf, in fuse_fs_fgetattr()
245 fuse_fs_unlink(struct fuse_fs* fs, const char* path) { in fuse_fs_unlink()
273 fuse_fs_rmdir(struct fuse_fs* fs, const char* path) { in fuse_fs_rmdir()
301 fuse_fs_symlink(struct fuse_fs* fs, const char* linkname, const char* path) { in fuse_fs_symlink()
357 fuse_fs_release(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) { in fuse_fs_release()
393 fuse_fs_open(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) { in fuse_fs_open()
429 fuse_fs_read(struct fuse_fs* fs, const char* path, char* buf, in fuse_fs_read()
466 fuse_fs_read_buf(struct fuse_fs* fs, const char* path, in fuse_fs_read_buf()
[all …]
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dutils.cpp40 atf::utils::cat_file(const std::string& path, const std::string& prefix) in cat_file()
52 atf::utils::compare_file(const std::string& path, const std::string& contents) in compare_file()
58 atf::utils::create_file(const std::string& path, const std::string& contents) in create_file()
64 atf::utils::file_exists(const std::string& path) in file_exists()
78 atf::utils::grep_file(const std::string& regex, const std::string& path) in grep_file()
90 atf::utils::redirect(const int fd, const std::string& path) in redirect()
/netbsd-src/sbin/mount_portal/
H A Dconf.c58 typedef struct path path; typedef
59 struct path { struct
64 regex_t p_re; /* RE to match against pathname (malloc) */ argument
71 static path *palloc(char *, int, const char *); argument
/netbsd-src/external/bsd/libfido2/dist/examples/
H A Dutil.c52 write_blob(const char *path, const unsigned char *ptr, size_t len) in write_blob()
81 read_blob(const char *path, unsigned char **ptr, size_t *len) in read_blob()
131 read_ec_pubkey(const char *path) in read_ec_pubkey()
163 write_es256_pubkey(const char *path, const void *ptr, size_t len) in write_es256_pubkey()
220 write_es384_pubkey(const char *path, const void *ptr, size_t len) in write_es384_pubkey()
277 read_rsa_pubkey(const char *path) in read_rsa_pubkey()
309 write_rs256_pubkey(const char *path, const void *ptr, size_t len) in write_rs256_pubkey()
366 read_eddsa_pubkey(const char *path) in read_eddsa_pubkey()
390 write_eddsa_pubkey(const char *path, const void *ptr, size_t len) in write_eddsa_pubkey()
/netbsd-src/tests/fs/vfs/
H A Dt_vfsops.c45 tmount(const atf_tc_t *tc, const char *path) in tmount()
52 tstatvfs(const atf_tc_t *tc, const char *path) in tstatvfs()
67 tsync(const atf_tc_t *tc, const char *path) in tsync()
75 tfilehandle(const atf_tc_t *tc, const char *path) in tfilehandle()
126 tfhremove(const atf_tc_t *tc, const char *path) in tfhremove()
164 tfhinval(const atf_tc_t *tc, const char *path) in tfhinval()
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dsearchpath.cpp36 # define relocate(path) strsave(path) argument
127 char *path = relocate(origpath); in open_file() local
137 a_delete path; in open_file() local
140 a_delete path; in open_file() local
184 char *path = relocate(origpath); in open_file_cautious() local
194 a_delete path; in open_file_cautious() local
198 a_delete path; in open_file_cautious() local
/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-fs-stat.c32 #define sync_stat(req, path) \ argument
40 const char* path; member
46 static void warmup(const char* path) { in warmup()
62 static void sync_bench(const char* path) { in sync_bench()
93 static void async_bench(const char* path) { in async_bench()
130 const char path[] = "."; in BENCHMARK_IMPL() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_egd.c21 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
26 int RAND_egd(const char *path) in RAND_egd()
31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
109 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
204 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
216 int RAND_egd(const char *path) in RAND_egd()
/netbsd-src/external/bsd/blocklist/port/
H A Dpidfile.c93 cleanup_old_pidfile(const char* path) in cleanup_old_pidfile()
118 char *path; in generate_varrun_path() local
136 create_pidfile(const char* path) in create_pidfile()
165 pidfile(const char *path) in pidfile()
/netbsd-src/tests/lib/libutil/
H A Dt_pidfile.c71 check_pidfile(const char *path) in check_pidfile()
93 ensure_deleted(const char *path) in ensure_deleted()
132 char *path; in generate_varrun_pidfile() local
146 helper_default_path(const char *path) in helper_default_path()
164 char *path; in ATF_TC_BODY() local
173 helper_custom_basename(const char *path) in helper_custom_basename()
191 char *path; in ATF_TC_BODY() local
200 helper_custom_path(const char *path) in helper_custom_path()
/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Dlua_module.cpp67 const fs::path path(state.to_string()); in lua_fs_basename() local
87 const fs::path path(state.to_string()); in lua_fs_dirname() local
107 const fs::path path(state.to_string()); in lua_fs_exists() local
181 const fs::path path(state.to_string()); in lua_fs_files() local
218 const fs::path path(state.to_string()); in lua_fs_is_absolute() local
/netbsd-src/share/examples/refuse/pcifs/
H A Dpcifs.c51 pcifs_getattr(const char *path, struct stat *st) in pcifs_getattr()
81 pcifs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in pcifs_readdir()
101 pcifs_open(const char *path, struct fuse_file_info * fi) in pcifs_open()
108 pcifs_read(const char *path, char *buf, size_t size, off_t offset, in pcifs_read()
116 pcifs_statfs(const char *path, struct statvfs *st) in pcifs_statfs()
124 pcifs_readlink(const char *path, char *buf, size_t size) in pcifs_readlink()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp59 StringRef find_first_component(StringRef path, Style style) { in find_first_component()
137 size_t parent_path_end(StringRef path, Style style) { in parent_path_end()
222 namespace path { namespace
224 const_iterator begin(StringRef path, Style style) { in begin()
233 const_iterator end(StringRef path) { in end()
346 StringRef root_path(StringRef path, Style style) { in root_path()
371 StringRef root_name(StringRef path, Style style) { in root_name()
388 StringRef root_directory(StringRef path, Style style) { in root_directory()
411 StringRef relative_path(StringRef path, Style style) { in relative_path()
416 void append(SmallVectorImpl<char> &path, Style style, const Twine &a, in append()
[all …]
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dsupernode_atdepth_offset.c19 static int path_depth(const char *path) in path_depth()
40 static int path_prefix(const char *path, int depth) in path_prefix()
58 static void check_supernode_atdepth(struct fdt_header *fdt, const char *path, in check_supernode_atdepth()
97 static void check_supernode_overdepth(struct fdt_header *fdt, const char *path) in check_supernode_overdepth()
112 static void check_path(struct fdt_header *fdt, const char *path) in check_path()
/netbsd-src/sbin/mount_qemufwcfg/
H A Dfwcfg.c82 fwcfg_getattr(const char *path, struct stat *st) in fwcfg_getattr()
113 fwcfg_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in fwcfg_readdir()
136 fwcfg_open(const char *path, struct fuse_file_info *fi) in fwcfg_open()
142 fwcfg_read(const char *path, char *buf, size_t size, off_t offset, in fwcfg_read()
170 fwcfg_statfs(const char *path, struct statvfs *st) in fwcfg_statfs()
194 char path[PATH_MAX]; in build_tree() local
227 const char *path = _PATH_FWCFG; in main() local
/netbsd-src/external/bsd/ntp/dist/sntp/tests/
H A DkeyFile.c75 const char * path = CreatePath("key-test-empty", INPUT_DIR); in test_ReadEmptyKeyFile() local
90 const char * path = CreatePath("key-test-ascii", INPUT_DIR); in test_ReadASCIIKeys() local
114 const char * path = CreatePath("key-test-hex", INPUT_DIR); in test_ReadHexKeys() local
149 const char * path = CreatePath("key-test-comments", INPUT_DIR); in test_ReadKeyFileWithComments() local
175 const char * path = CreatePath("key-test-invalid-hex", INPUT_DIR); in test_ReadKeyFileWithInvalidHex() local
/netbsd-src/share/examples/refuse/id3fs/
H A Did3fs.c55 id3fs_getattr(const char *path, struct stat *st) in id3fs_getattr()
85 id3fs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in id3fs_readdir()
105 id3fs_open(const char *path, struct fuse_file_info * fi) in id3fs_open()
112 id3fs_read(const char *path, char *buf, size_t size, off_t offset, in id3fs_read()
120 id3fs_statfs(const char *path, struct statvfs *st) in id3fs_statfs()
128 id3fs_readlink(const char *path, char *buf, size_t size) in id3fs_readlink()
/netbsd-src/lib/libc/gen/
H A Ddevname.c66 devname_dblookup(dev_t dev, mode_t type, char *path, size_t len) in devname_dblookup()
91 devname_ptslookup(dev_t dev, mode_t type, char *path, size_t len) in devname_ptslookup()
106 devname_fts(dev_t dev, mode_t type, char *path, size_t len) in devname_fts()
139 devname_r(dev_t dev, mode_t type, char *path, size_t len) in devname_r()
164 static char path[PATH_MAX]; in devname() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.cc132 vec<jump_thread_edge *> *path; member
200 jt_path_registry::push_edge (vec<jump_thread_edge *> *path, in push_edge()
218 const vec<jump_thread_edge *> &path, in dump_jump_thread_path()
264 debug (const vec<jump_thread_edge *> &path) in debug()
270 debug (const vec<jump_thread_edge *> *path) in debug()
279 cancel_thread (vec<jump_thread_edge *> *path, const char *reason = NULL) in cancel_thread()
299 vec<jump_thread_edge *> *path = p->path; in hash() local
460 vec<jump_thread_edge *> *path = THREAD_PATH (e); in lookup_redirection_data() local
545 get_value_locus_in_path (tree def, vec<jump_thread_edge *> *path, in get_value_locus_in_path()
591 vec<jump_thread_edge *> *path, int idx) in copy_phi_args()
[all …]
/netbsd-src/share/examples/refuse/ian/ian/
H A Dian.c129 ian_getattr(const char *path, struct stat *st) in ian_getattr()
165 ian_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in ian_readdir()
185 ian_open(const char *path, struct fuse_file_info * fi) in ian_open()
192 ian_read(const char *path, char *buf, size_t size, off_t offset, in ian_read()
219 ian_statfs(const char *path, struct statvfs *st) in ian_statfs()
227 ian_readlink(const char *path, char *buf, size_t size) in ian_readlink()
/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dconfig.c19 config_entattest(char *path) in config_entattest()
49 config_always_uv(char *path, int toggle) in config_always_uv()
91 config_pin_minlen(char *path, const char *pinlen) in config_pin_minlen()
124 config_force_pin_change(char *path) in config_force_pin_change()
153 config_pin_minlen_rpid(char *path, const char *rpids) in config_pin_minlen_rpid()

12345678910>>...60