Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 25 of 172) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
HDoperations.cpp65 static path __do_absolute(const path& p, path* cwd, error_code* ec) { in __do_absolute()
76 path __absolute(const path& p, error_code* ec) { in __absolute()
81 path __canonical(path const& orig_p, error_code* ec) { in __canonical()
104 void __copy(const path& from, const path& to, copy_options options, error_code* ec) { in __copy()
182 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl()
259 bool __copy_file(const path& from, const path& to, copy_options options, error_code* ec) { in __copy_file()
343 void __copy_symlink(const path& existing_symlink, const path& new_symlink, error_code* ec) { in __copy_symlink()
357 bool __create_directories(const path& p, error_code* ec) { in __create_directories()
390 bool __create_directory(const path& p, error_code* ec) { in __create_directory()
406 bool __create_directory(path const& p, path const& attributes, error_code* ec) { in __create_directory()
[all …]
HDdirectory_iterator.cpp42 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream()
68 bool advance(error_code& ec) { in advance()
92 error_code ec; in close() local
117 …__dir_stream(const path& root, directory_options opts, error_code& ec) : __stream_(nullptr), __roo… in __dir_stream()
135 bool advance(error_code& ec) { in advance()
170 directory_iterator::directory_iterator(const path& p, error_code* ec, directory_options opts) { in directory_iterator()
184 directory_iterator& directory_iterator::__increment(error_code* ec) { in __increment()
210 …ectory_iterator::recursive_directory_iterator(const path& p, directory_options opt, error_code* ec) in recursive_directory_iterator()
226 void recursive_directory_iterator::__pop(error_code* ec) { in __pop()
243 recursive_directory_iterator& recursive_directory_iterator::__increment(error_code* ec) { in __increment()
[all …]
HDfile_descriptor.h74 inline pair<string_view, file_type> posix_readdir(DIR* dir_stream, error_code& ec) { in posix_readdir()
194 …tatus create_file_status(error_code& m_ec, path const& p, const StatT& path_stat, error_code* ec) { in create_file_status()
229 inline file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat()
236 inline file_status posix_stat(path const& p, error_code* ec) { in posix_stat()
241 inline file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat()
248 inline file_status posix_lstat(path const& p, error_code* ec) { in posix_lstat()
254 inline bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate()
263 inline bool posix_fchmod(const FileDescriptor& fd, const StatT& st, error_code& ec) { in posix_fchmod()
276 inline file_status FileDescriptor::refresh_status(error_code& ec) { in refresh_status()
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
HDmutex.cpp29 int ec = __libcpp_mutex_lock(&__m_); in lock() local
37 int ec = __libcpp_mutex_unlock(&__m_); in unlock() local
46 int ec = __libcpp_recursive_mutex_init(&__m_); in recursive_mutex() local
58 int ec = __libcpp_recursive_mutex_lock(&__m_); in lock() local
HDsystem_error.cpp97 string make_error_str(const error_code& ec, string what_arg) { in make_error_str()
107 string make_error_str(const error_code& ec) { in make_error_str()
194 system_error::system_error(error_code ec, const string& what_arg) in system_error()
197 system_error::system_error(error_code ec, const char* what_arg) in system_error()
200 system_error::system_error(error_code ec) : runtime_error(make_error_str(ec)), __ec_(ec) {} in system_error()
HDcondition_variable.cpp30 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait() local
54 int ec = __libcpp_condvar_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait() local
/freebsd-13-stable/contrib/elftoolchain/libelf/
HDlibelf_extended.c49 _libelf_setshnum(Elf *e, void *eh, int ec, size_t shnum) in _libelf_setshnum()
79 _libelf_setshstrndx(Elf *e, void *eh, int ec, size_t shstrndx) in _libelf_setshstrndx()
108 _libelf_setphnum(Elf *e, void *eh, int ec, size_t phnum) in _libelf_setphnum()
HDgelf_ehdr.c53 int ec; in gelf_getehdr() local
108 gelf_newehdr(Elf *e, int ec) in gelf_newehdr()
121 int ec; in gelf_update_ehdr() local
HDelf_scn.c64 int ec, swapbytes; in _libelf_load_section_headers() local
147 int ec; in elf_getscn() local
192 int ec; in elf_newscn() local
HDelf_update.c115 int ec, elftype; in _libelf_compute_section_extents() local
451 int ec; in _libelf_resync_sections() local
512 int ec, eh_class; in _libelf_resync_elf() local
722 int ec, em; in _libelf_write_scn() local
850 int ec, em; in _libelf_write_ehdr() local
894 int ec, em; in _libelf_write_phdr() local
956 int ec, em; in _libelf_write_shdr() local
1202 int ec; in elf_update() local
HDelf_shstrndx.c38 int ec; in _libelf_getshdrstrndx() local
70 int ec; in elf_setshstrndx() local
HDgelf_shdr.c52 int ec; in gelf_getshdr() local
92 int ec; in gelf_update_shdr() local
HDlibelf_phdr.c37 _libelf_getphdr(Elf *e, int ec) in _libelf_getphdr()
113 _libelf_newphdr(Elf *e, int ec, size_t count) in _libelf_newphdr()
HDgelf_syminfo.c37 int ec; in gelf_getsyminfo() local
98 int ec; in gelf_update_syminfo() local
HDgelf_move.c39 int ec; in gelf_getmove() local
102 int ec; in gelf_update_move() local
HDgelf_rel.c39 int ec; in gelf_getrel() local
104 int ec; in gelf_update_rel() local
HDgelf_sym.c39 int ec; in gelf_getsym() local
101 int ec; in gelf_update_sym() local
HDgelf_dyn.c39 int ec; in gelf_getdyn() local
99 int ec; in gelf_update_dyn() local
HDgelf_rela.c39 int ec; in gelf_getrela() local
106 int ec; in gelf_update_rela() local
/freebsd-13-stable/sys/dev/efidev/
HDefirt.c348 efi_rt_arch_call_nofault(struct efirt_callinfo *ec) in efi_rt_arch_call_nofault()
411 struct efirt_callinfo ec; in efi_get_time_locked() local
462 struct efirt_callinfo ec; in efi_reset_system() local
488 struct efirt_callinfo ec; in efi_set_time_locked() local
518 struct efirt_callinfo ec; in efi_var_get() local
537 struct efirt_callinfo ec; in efi_var_nextname() local
555 struct efirt_callinfo ec; in efi_var_set() local
/freebsd-13-stable/contrib/llvm-project/lld/Common/
HDFilesystem.cpp87 std::error_code ec = sys::fs::openFileForRead(path, fd); in unlinkAsync() local
136 std::error_code ec; in openFile() local
151 std::error_code ec; in openLTOOutputFile() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDDirectoryScanner.cpp44 std::error_code ec = std::make_error_code(std::errc::not_a_directory); in scanForUnwrappedLibraries() local
93 std::error_code ec; in scanHeaders() local
141 std::error_code ec; in scanMultipleFrameworks() local
176 std::error_code ec = std::make_error_code(std::errc::not_a_directory); in scanSubFrameworksDirectory() local
185 std::error_code ec; in scanFrameworkVersionsDirectory() local
225 std::error_code ec; in scanFrameworkDirectory() local
/freebsd-13-stable/crypto/openssl/crypto/cms/
HDcms_enc.c23 BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec) in cms_EncryptedContent_init_bio()
170 int cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, in cms_EncryptedContent_init()
191 CMS_EncryptedContentInfo *ec; in CMS_EncryptedData_set1_key() local
/freebsd-13-stable/crypto/openssl/crypto/sm2/
HDsm2_pmeth.c93 EC_KEY *ec = ctx->pkey->pkey.ec; in pkey_sm2_sign() local
122 EC_KEY *ec = ctx->pkey->pkey.ec; in pkey_sm2_verify() local
131 EC_KEY *ec = ctx->pkey->pkey.ec; in pkey_sm2_encrypt() local
149 EC_KEY *ec = ctx->pkey->pkey.ec; in pkey_sm2_decrypt() local
264 EC_KEY *ec = ctx->pkey->pkey.ec; in pkey_sm2_digest_custom() local
/freebsd-13-stable/contrib/libfido2/src/
HDes256.c227 const EC_KEY *ec; in es256_sk_create() local
272 EC_KEY *ec = NULL; in es256_pk_to_EVP_PKEY() local
337 es256_pk_from_EC_KEY(es256_pk_t *pk, const EC_KEY *ec) in es256_pk_from_EC_KEY()
399 const EC_KEY *ec; in es256_pk_from_EVP_PKEY() local
412 EC_KEY *ec = NULL; in es256_sk_to_EVP_PKEY() local
464 EC_KEY *ec = NULL; in es256_derive_pk() local

1234567