Home
last modified time | relevance | path

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

12345

/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Ddirectory_iterator.cpp33 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream()
61 bool advance(error_code& ec) { in advance()
86 error_code ec; in close() local
112 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream()
132 bool advance(error_code& ec) { in advance()
169 directory_iterator::directory_iterator(const path& p, error_code* ec, in directory_iterator()
184 directory_iterator& directory_iterator::__increment(error_code* ec) { in __increment()
211 const path& p, directory_options opt, error_code* ec) in recursive_directory_iterator()
227 void recursive_directory_iterator::__pop(error_code* ec) { in __pop()
251 recursive_directory_iterator::__increment(error_code* ec) { in __increment()
[all …]
Doperations.cpp542 const StatT& path_stat, error_code* ec) { in create_file_status()
577 file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat()
584 file_status posix_stat(path const& p, error_code* ec) { in posix_stat()
589 file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat()
596 file_status posix_lstat(path const& p, error_code* ec) { in posix_lstat()
602 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate()
611 bool posix_fchmod(const FileDescriptor& fd, const StatT& st, error_code& ec) { in posix_fchmod()
624 file_status FileDescriptor::refresh_status(error_code& ec) { in refresh_status()
690 static path __do_absolute(const path& p, path* cwd, error_code* ec) { in __do_absolute()
701 path __absolute(const path& p, error_code* ec) { in __absolute()
[all …]
/openbsd/src/sys/kern/
Dsubr_evcount.c40 evcount_attach(struct evcount *ec, const char *name, void *data) in evcount_attach()
52 evcount_percpu(struct evcount *ec) in evcount_percpu()
65 struct evcount *ec; in evcount_init_percpu() local
78 evcount_detach(struct evcount *ec) in evcount_detach()
88 evcount_inc(struct evcount *ec) in evcount_inc()
103 struct evcount *ec; in evcount_sysctl() local
/openbsd/src/sys/arch/i386/eisa/
Deisa_machdep.c110 eisa_maxslots(eisa_chipset_tag_t ec) in eisa_maxslots()
119 eisa_intr_map(eisa_chipset_tag_t ec, u_int irq, eisa_intr_handle_t *ihp) in eisa_intr_map()
136 eisa_intr_string(eisa_chipset_tag_t ec, eisa_intr_handle_t ih) in eisa_intr_string()
149 eisa_intr_establish(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, int type, in eisa_intr_establish()
159 eisa_intr_disestablish(eisa_chipset_tag_t ec, void *cookie) in eisa_intr_disestablish()
/openbsd/src/gnu/llvm/libcxx/src/
Dmutex.cpp38 int ec = __libcpp_mutex_lock(&__m_); in lock() local
52 int ec = __libcpp_mutex_unlock(&__m_); in unlock() local
61 int ec = __libcpp_recursive_mutex_init(&__m_); in recursive_mutex() local
76 int ec = __libcpp_recursive_mutex_lock(&__m_); in lock() local
Dsystem_error.cpp235 system_error::__init(const error_code& ec, string what_arg) in __init()
246 system_error::system_error(error_code ec, const string& what_arg) in system_error()
252 system_error::system_error(error_code ec, const char* what_arg) in system_error()
258 system_error::system_error(error_code ec) in system_error()
Dcondition_variable.cpp46 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait() local
76 int ec = __libcpp_condvar_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait() local
/openbsd/src/lib/libelf/
Dlibelf_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()
Delf_update.c114 int ec, elftype; in _libelf_compute_section_extents() local
450 int ec; in _libelf_resync_sections() local
511 int ec, eh_class; in _libelf_resync_elf() local
721 int ec, em; in _libelf_write_scn() local
847 int ec, em; in _libelf_write_ehdr() local
891 int ec, em; in _libelf_write_phdr() local
953 int ec, em; in _libelf_write_shdr() local
1199 int ec; in elf_update() local
Dgelf_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
Delf_scn.c51 int ec, swapbytes; in _libelf_load_section_headers() local
134 int ec; in elf_getscn() local
173 int ec; in elf_newscn() local
Delf_shstrndx.c38 int ec; in _libelf_getshdrstrndx() local
70 int ec; in elf_setshstrndx() local
Dgelf_shdr.c52 int ec; in gelf_getshdr() local
92 int ec; in gelf_update_shdr() local
Dlibelf_phdr.c37 _libelf_getphdr(Elf *e, int ec) in _libelf_getphdr()
113 _libelf_newphdr(Elf *e, int ec, size_t count) in _libelf_newphdr()
Dgelf_rel.c39 int ec; in gelf_getrel() local
101 int ec; in gelf_update_rel() local
Dgelf_sym.c39 int ec; in gelf_getsym() local
101 int ec; in gelf_update_sym() local
Dgelf_cap.c39 int ec; in gelf_getcap() local
98 int ec; in gelf_update_cap() local
Dgelf_syminfo.c37 int ec; in gelf_getsyminfo() local
98 int ec; in gelf_update_syminfo() local
Dgelf_rela.c39 int ec; in gelf_getrela() local
102 int ec; in gelf_update_rela() local
/openbsd/src/lib/libfido2/src/
Des256.c226 const EC_KEY *ec; in es256_sk_create() local
271 EC_KEY *ec = NULL; in es256_pk_to_EVP_PKEY() local
336 es256_pk_from_EC_KEY(es256_pk_t *pk, const EC_KEY *ec) in es256_pk_from_EC_KEY()
398 const EC_KEY *ec; in es256_pk_from_EVP_PKEY() local
411 EC_KEY *ec = NULL; in es256_sk_to_EVP_PKEY() local
463 EC_KEY *ec = NULL; in es256_derive_pk() local
/openbsd/src/lib/libcrypto/cms/
Dcms_enc.c74 cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec) in cms_EncryptedContent_init_bio()
211 cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, in cms_EncryptedContent_init()
233 CMS_EncryptedContentInfo *ec; in CMS_EncryptedData_set1_key() local
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DYaml.h38 if (std::error_code ec = Buffer.getError()) { in getConfiguration() local
49 if (std::error_code ec = Input.error()) { in getConfiguration() local
/openbsd/src/gnu/llvm/lld/COFF/
DDriverUtils.cpp60 if (auto ec = exeOrErr.getError()) in run() local
337 if (auto ec = sys::fs::createTemporaryFile("lld-" + prefix, extn, s)) in TemporaryFile() local
342 std::error_code ec; in TemporaryFile() local
433 std::error_code ec; in createManifestXmlWithExternalMt() local
541 std::error_code ec; in createSideBySideManifest() local
742 if (auto ec = parser.parse(rf, duplicates)) in convertResToCOFF() local
751 if (auto ec = rsf.load(f->getCOFFObj())) in convertResToCOFF() local
754 if (auto ec = parser.parse(rsf, f->getName(), duplicates)) in convertResToCOFF() local
/openbsd/src/lib/libcrypto/ec/
Dec_pmeth.c169 EC_KEY *ec = ctx->pkey->pkey.ec; in pkey_ec_sign() local
197 EC_KEY *ec = ctx->pkey->pkey.ec; in pkey_ec_verify() local
467 EC_KEY *ec = NULL; in pkey_ec_paramgen() local
495 EC_KEY *ec = NULL; in pkey_ec_keygen() local
/openbsd/src/sys/arch/armv7/exynos/
Dexgpio.c146 struct exgpio_controller *ec; in exgpio_attach() local
283 struct exgpio_controller *ec = cookie; in exgpio_config_pin() local
301 struct exgpio_controller *ec = cookie; in exgpio_get_pin() local
321 struct exgpio_controller *ec = cookie; in exgpio_set_pin() local

12345