/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | unix-api.c | 14 void open_1(const char *path) { in open_1() 21 void open_2(const char *path) { in open_2() 29 void open_3(const char *path) { in open_3() 36 void open_4(const char *path) { in open_4() 43 void open_5(const char *path) { in open_5() 53 void open_6(const char *path) { in open_6() 63 void open_7(const char *path) { in open_7() 70 void open_8(const char *path) { in open_8()
|
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/ |
H A D | utils.cpp | 40 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()
|
/minix3/external/bsd/atf/dist/atf-c++/ |
H A D | utils.cpp | 40 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()
|
/minix3/external/bsd/blacklist/port/ |
H A D | pidfile.c | 90 cleanup_old_pidfile(const char* path) in cleanup_old_pidfile() 115 char *path; in generate_varrun_path() local 133 create_pidfile(const char* path) in create_pidfile() 162 pidfile(const char *path) in pidfile()
|
/minix3/lib/libutil/ |
H A D | pidfile.c | 85 cleanup_old_pidfile(const char* path) in cleanup_old_pidfile() 110 char *path; in generate_varrun_path() local 128 create_pidfile(const char* path) in create_pidfile() 157 pidfile(const char *path) in pidfile()
|
/minix3/minix/lib/libvboxfs/ |
H A D | path.c | 12 vboxfs_set_path(vboxfs_path_t *path, const char *name) in vboxfs_set_path() 37 vboxfs_get_path(vboxfs_path_t *path, char *name, size_t size) in vboxfs_get_path() 56 vboxfs_get_path_size(vboxfs_path_t *path) in vboxfs_get_path_size()
|
H A D | link.c | 9 vboxfs_mkdir(const char *path, int mode) in vboxfs_mkdir() 29 remove_file(const char *path, int dir) in remove_file() 51 vboxfs_unlink(const char *path) in vboxfs_unlink() 61 vboxfs_rmdir(const char *path) in vboxfs_rmdir()
|
/minix3/minix/lib/libhgfs/ |
H A D | link.c | 10 int hgfs_mkdir(const char *path, int mode) in hgfs_mkdir() 26 int hgfs_unlink(const char *path) in hgfs_unlink() 41 int hgfs_rmdir(const char *path) in hgfs_rmdir()
|
/minix3/tests/fs/vfs/ |
H A D | t_vfsops.c | 45 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()
|
/minix3/crypto/external/bsd/openssl/dist/crypto/rand/ |
H A D | rand_egd.c | 99 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() 104 int RAND_egd(const char *path) in RAND_egd() 109 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() 138 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() 274 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() 287 int RAND_egd(const char *path) in RAND_egd()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | Path.cpp | 46 StringRef find_first_component(StringRef path) { in find_first_component() 142 size_t parent_path_end(StringRef path) { in parent_path_end() 238 namespace path { namespace 240 const_iterator begin(StringRef path) { in begin() 248 const_iterator end(StringRef path) { in end() 363 StringRef root_path(StringRef path) { in root_path() 395 StringRef root_name(StringRef path) { in root_name() 417 StringRef root_directory(StringRef path) { in root_directory() 446 StringRef relative_path(StringRef path) { in relative_path() 451 void append(SmallVectorImpl<char> &path, const Twine &a, in append() [all …]
|
/minix3/external/bsd/nvi/dist/clib/ |
H A D | mkstemp.c | 57 mkstemp(char *path) in mkstemp() 65 mktemp(char *path) in mktemp() 71 _gettemp(char *path, register int *doopen) in _gettemp()
|
/minix3/external/bsd/kyua-cli/dist/utils/fs/ |
H A D | lua_module.cpp | 67 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
|
/minix3/lib/libc/stdio/ |
H A D | mktemp.c | 45 _mktemp(char *path) in _mktemp() 57 mktemp(char *path) in mktemp()
|
/minix3/tests/lib/libutil/ |
H A D | t_pidfile.c | 71 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()
|
/minix3/crypto/external/bsd/openssl/dist/Netware/ |
H A D | set_env.bat | 54 set path=%path%;%COMPILER_PATH% variable 55 if not "%GNU_MAKE_PATH%" == "" set path=%path%;%GNU_MAKE_PATH% variable 56 if not "%MS_NMAKE_PATH%" == "" set path=%path%;%MS_NMAKE_PATH% variable 57 if not "%NASM_PATH%" == "" set path=%path%;%NASM_PATH% variable 58 if not "%PERL_PATH%" == "" set path=%path%;%PERL_PATH% variable
|
/minix3/minix/tests/ |
H A D | test43.c | 23 static char *remove_last_path_component(char *path) in remove_last_path_component() 51 static int check_path_components(const char *path) in check_path_components() 82 static void check_realpath(const char *path, int expected_errno) in check_realpath() 137 static void check_realpath_step_by_step(const char *path, int expected_errno) in check_realpath_step_by_step() 188 static void check_realpath_recurse(const char *path, int depth) in check_realpath_recurse() 246 static char *addbasepath(char *buffer, const char *path) in addbasepath() 272 static void test_dirname(const char *path, const char *exp) in test_dirname()
|
/minix3/lib/libc/gen/ |
H A D | devname.c | 70 devname_dblookup(dev_t dev, mode_t type, char *path, size_t len) in devname_dblookup() 95 devname_ptslookup(dev_t dev, mode_t type, char *path, size_t len) in devname_ptslookup() 122 devname_fts(dev_t dev, mode_t type, char *path, size_t len) in devname_fts() 155 devname_r(dev_t dev, mode_t type, char *path, size_t len) in devname_r() 180 static char path[PATH_MAX]; in devname() local
|
H A D | utimens.c | 44 utimens(const char *path, const struct timespec *times) in utimens() 50 lutimens(const char *path, const struct timespec *times) in lutimens()
|
/minix3/external/bsd/llvm/dist/clang/tools/scan-build/ |
H A D | set-xcode-analyzer | 20 def FindClangSpecs(path): argument 27 def ModifySpec(path, isBuiltinAnalyzer, pathToChecker): argument
|
/minix3/usr.bin/soelim/ |
H A D | soelim.c | 70 struct path { struct 75 static int process(struct path *, const char *); argument
|
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/ |
H A D | discovery.py | 13 def dirContainsTestSuite(path, lit_config): argument 30 def search1(path): argument 53 def search(path): argument 109 def getTests(path, litConfig, testSuiteCache, localConfigCache): argument
|
/minix3/tests/fs/umapfs/ |
H A D | t_basic.c | 32 xtouch(const char *path) in xtouch() 43 xchown(const char *path, uid_t uid, gid_t gid) in xchown() 51 testuidgid(const char *path, uid_t uid, gid_t gid) in testuidgid()
|
/minix3/minix/lib/libsffs/ |
H A D | stat.c | 46 char path[PATH_MAX]; in do_stat() local 97 char path[PATH_MAX]; in do_chmod() local 134 char path[PATH_MAX]; in do_utime() local
|
/minix3/external/bsd/kyua-testers/dist/ |
H A D | fs.c | 91 unmount(const char* KYUA_DEFS_UNUSED_PARAM(path), in unmount() 156 try_stat(const char* path, struct stat* sb) in try_stat() 174 try_rmdir(const char* path) in try_rmdir() 192 try_unlink(const char* path) in try_unlink() 210 try_unmount(const char* path) in try_unmount() 230 try_unprotect(const char* path) in try_unprotect() 250 try_unprotect_symlink(const char* path) in try_unprotect_symlink()
|