| /src/sbin/chkconfig/ |
| chkconfig.sh | 67 exists() function 69 # Returns true if an executable named $1 exists 212 if exists ${rcfile} && is_valid ${rcfile}; then 222 if exists ${rcfile}; then 227 if exists ${rcfile}; then
|
| /src/usr.bin/patch/ |
| pch.h | 40 bool exists; member in struct:file_name
|
| /src/external/gpl2/dtc/dist/tests/ |
| check_path.c | 44 int fail_config, exists, check_exists; local 53 if (!strcmp(argv[2], "exists")) 55 else if (!strcmp(argv[2], "not-exists")) 62 CONFIG("Usage: %s <base dtb> <[exists|not-exists]> <node-path>", argv[0]); 66 exists = fdt_path_offset(fdt_base, argv[3]) >= 0; 68 if (exists == check_exists)
|
| /src/external/gpl2/lvm2/dist/include/ |
| activate.h | 24 int exists; member in struct:lvinfo
|
| /src/external/gpl2/lvm2/dist/lib/activate/ |
| activate.h | 24 int exists; member in struct:lvinfo
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| fs_ops.h | 128 exists(file_status __s) noexcept 133 exists(const path& __p) function in namespace:filesystem 134 { return exists(status(__p)); } 138 exists(const path& __p, error_code& __ec) noexcept 231 return exists(__s) && !is_regular_file(__s) && !is_directory(__s)
|
| fs_dir.h | 174 exists() const function in class:filesystem::directory_entry 175 { return filesystem::exists(file_status{_M_file_type()}); } 178 exists(error_code& __ec) const noexcept 179 { return filesystem::exists(file_status{_M_file_type(__ec)}); }
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| fs_ops.h | 136 exists(file_status __s) noexcept 141 exists(const path& __p) function in namespace:experimental::filesystem::v1 142 { return exists(status(__p)); } 146 exists(const path& __p, error_code& __ec) noexcept 238 return exists(__s) && !is_regular_file(__s) && !is_directory(__s)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| fs_ops.h | 128 exists(file_status __s) noexcept 133 exists(const path& __p) function in namespace:filesystem 134 { return exists(status(__p)); } 138 exists(const path& __p, error_code& __ec) noexcept 231 return exists(__s) && !is_regular_file(__s) && !is_directory(__s)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| fs_ops.h | 136 exists(file_status __s) noexcept 141 exists(const path& __p) function in namespace:experimental::filesystem::v1 142 { return exists(status(__p)); } 146 exists(const path& __p, error_code& __ec) noexcept 238 return exists(__s) && !is_regular_file(__s) && !is_directory(__s)
|
| /src/bin/ln/ |
| ln.c | 234 int ch, exists, first; local 298 * If the file exists, first check it is not the same directory entry. 300 exists = !lstat(target, &sb); 301 if (exists) { 312 if (fflag && exists) { 322 } else if (iflag && exists) {
|
| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| operations.cpp | 120 /// Checks if a file exists. 126 /// \return True if the file exists; false otherwise. 128 fs::exists(const fs::path& path) function in class:fs 152 if (exists(candidate)) {
|
| operations_test.cpp | 65 /// Checks if a directory entry exists and matches a specific type. 71 /// \return True if the entry exists and matches the given type; false 123 ATF_TEST_CASE_WITHOUT_HEAD(exists); variable 124 ATF_TEST_CASE_BODY(exists) 127 ATF_REQUIRE(!fs::exists(dir)); 129 ATF_REQUIRE(fs::exists(dir)); 381 ATF_ADD_TEST_CASE(tcs, exists);
|
| /src/external/bsd/pdisk/dist/ |
| deblock_media.c | 57 long exists; member in struct:deblock_globals
|
| file_media.c | 86 long exists; member in struct:file_media_globals
|
| /src/external/mpl/bind/dist/fuzz/ |
| dns_qp.c | 56 bool exists; member in struct:__anon23969 141 bool exists = item[i].exists; local 155 ASSERT(item[i].exists == true); 160 ASSERT(item[i].exists == false); 169 item[i].exists = true; 170 ASSERT(exists == false); 176 ASSERT(exists == true); 189 item[i].exists = false; 190 ASSERT(exists == true) [all...] |
| /src/usr.bin/compress/ |
| compress.c | 206 int exists, isreg, oreg; local 210 exists = !stat(out, &sb); 211 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out)) 213 oreg = !exists || S_ISREG(sb.st_mode); 304 int exists, isreg, oreg; local 308 exists = !stat(out, &sb); 309 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out)) 311 oreg = !exists || S_ISREG(sb.st_mode);
|
| /src/sys/arch/powerpc/powerpc/ |
| rtas.c | 45 int exists; member in struct:__anon1813 157 rtas_function_token[index].exists = 1; 219 if (!rtas_function_token[token].exists) 256 return rtas_function_token[token].exists; 268 if (!rtas_function_token[RTAS_FUNC_GET_TIME_OF_DAY].exists) 290 if (!rtas_function_token[RTAS_FUNC_SET_TIME_OF_DAY].exists)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_addrhashmap.h | 41 // if !h.exists() then the element never existed 79 bool exists() const; 157 bool AddrHashMap<T, kSize>::Handle::exists() const { function in class:__sanitizer::AddrHashMap::Handle
|
| /src/external/bsd/atf/dist/atf-c/ |
| check_test.c | 345 bool exists; local 351 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(exists); 352 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(exists); 354 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(!exists); 355 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(!exists);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| sets.c | 199 int exists = 0; local 210 exists = 1; 215 if ( !exists ) {
|
| /src/external/gpl2/gmake/dist/ |
| vpath.c | 262 /* Verify that the directory actually exists. */ 335 where the name pointed to by FILE exists. If it is found, we set *FILE to 370 to by FILE exists. If it is found, we set *FILE to the newly malloc'd 386 int exists = 0; 461 a target, that is enough for us to decide this file exists. 477 capability that already exists for files: that is, have a new struct 485 exists = not_target || f->is_target; 486 if (exists && mtime_ptr 495 if (!exists) 498 See if it actually exists. * 382 int exists = 0; local [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| diff.c | 555 int exists; local 557 exists = 0; 565 exists = head != NULL && !RCS_isdead (vers->srcfile, head); 575 exists = xvers->vn_rcs && !RCS_isdead (xvers->srcfile, 579 if (exists) 581 "%s no longer exists, no comparison available", 595 int exists = 0; local 610 exists = head && !RCS_isdead (vers->srcfile, head); 620 exists = xvers->vn_rcs 627 /* The file was added locally, but an RCS archive exists. Ou [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| symbol-summary.h | 229 /* Return true if a summary for the given NODE already exists. */ 230 bool exists (cgraph_node *node) function 408 return exists (node) ? (*m_vector)[node->get_summary_id ()] : NULL; 414 if (exists (node)) 422 /* Return true if a summary for the given NODE already exists. */ 423 bool exists (cgraph_node *node) function 493 if (summary->exists (node)) 728 /* Return true if a summary for the given EDGE already exists. */ 729 bool exists (cgraph_edge *edge) function 881 return exists (edge) ? (*m_vector)[edge->get_summary_id ()] : NULL 897 bool exists (cgraph_edge *edge) function [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_addrhashmap.h | 40 // if !h.exists() then the element never existed 83 bool exists() const; 194 bool AddrHashMap<T, kSize>::Handle::exists() const { function in class:__sanitizer::AddrHashMap::Handle
|