Searched refs:ec (Results 1 - 25 of 292) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_shstrndx.c38 int ec; local
41 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL)
70 int ec; local
73 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64) ||
74 ((eh = _libelf_ehdr(e, ec, 0)) == NULL)) {
79 return (_libelf_setshstrndx(e, eh, ec, strndx));
H A Dgelf_checksum.c49 int ec; local
51 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
55 return (_libelf_checksum(e, ec));
H A Dlibelf_shdr.c35 _libelf_getshdr(Elf_Scn *s, int ec) argument
45 if (ec == ELFCLASSNONE)
46 ec = e->e_class;
48 if (ec != e->e_class) {
H A Delf_phnum.c38 int ec; local
41 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL)
H A Delf_shnum.c38 int ec; local
41 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL)
H A Dgelf_syminfo.c37 int ec; local
55 ec = e->e_class;
56 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
58 if (ec == ELFCLASS32)
68 if ((msz = _libelf_msize(ELF_T_SYMINFO, ec, e->e_version)) == 0)
78 if (ec == ELFCLASS32) {
98 int ec; local
116 ec = e->e_class;
117 assert(ec
[all...]
H A Dgelf_cap.c39 int ec; local
57 ec = e->e_class;
58 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
60 if (ec == ELFCLASS32)
70 if ((msz = _libelf_msize(ELF_T_CAP, ec, e->e_version)) == 0)
78 if (ec == ELFCLASS32) {
98 int ec; local
116 ec = e->e_class;
117 assert(ec
[all...]
H A Dgelf_dyn.c39 int ec; local
57 ec = e->e_class;
58 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
60 if (ec == ELFCLASS32)
70 if ((msz = _libelf_msize(ELF_T_DYN, ec, e->e_version)) == 0)
80 if (ec == ELFCLASS32) {
99 int ec; local
117 ec = e->e_class;
118 assert(ec
[all...]
H A Dgelf_symshndx.c38 int ec; local
58 ec = e->e_class;
59 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
61 if (ec == ELFCLASS32)
72 if ((msz = _libelf_msize(ELF_T_WORD, ec, e->e_version)) == 0)
91 int ec; local
110 ec = e->e_class;
111 assert(ec == ELFCLASS32 || ec
[all...]
H A Dlibelf_phdr.c37 _libelf_getphdr(Elf *e, int ec) argument
47 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
54 if ((phdr = (ec == ELFCLASS32 ?
63 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
68 if (ec == ELFCLASS32) {
90 if ((msz = _libelf_msize(ELF_T_PHDR, ec, EV_CURRENT)) == 0)
98 if (ec == ELFCLASS32)
104 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec,
113 _libelf_newphdr(Elf *e, int ec, size_ argument
[all...]
/freebsd-11-stable/bin/pkill/tests/
H A Dpkill-P_test.sh15 ec=$?
16 case $ec in
H A Dpkill-LF_test.sh15 ec=$?
16 case $ec in
31 ec=$?
32 case $ec in
H A Dpkill-U_test.sh15 ec=$?
16 case $ec in
33 ec=$?
34 case $ec in
H A Dpkill-_g_test.sh15 ec=$?
16 case $ec in
33 ec=$?
34 case $ec in
H A Dpkill-g_test.sh15 ec=$?
16 case $ec in
32 ec=$?
33 case $ec in
H A Dpkill-s_test.sh15 ec=$?
16 case $ec in
32 ec=$?
33 case $ec in
H A Dpkill-t_test.sh24 ec=$?
25 case $ec in
36 ec=$?
37 case $ec in
H A Dpkill-F_test.sh16 ec=$?
17 case $ec in
H A Dpkill-i_test.sh17 ec=$?
18 case $ec in
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp62 error_code& ec) {
65 ec.clear();
68 ec = capture_errno();
111 __dir_stream(const path& root, directory_options opts, error_code& ec) argument
115 ec = error_code(::GetLastError(), generic_category());
118 if (ignore_permission_denied && ec.value() == ERROR_ACCESS_DENIED)
119 ec.clear();
132 bool advance(error_code& ec) { argument
146 ec = error_code(::GetLastError(), generic_category());
153 error_code ec; variable
61 posix_readdir(DIR* dir_stream, error_code& ec) argument
236 directory_iterator(const path& p, error_code* ec, directory_options opts) argument
251 __increment(error_code* ec) argument
277 recursive_directory_iterator( const path& p, directory_options opt, error_code* ec) argument
294 __pop(error_code* ec) argument
318 __increment(error_code* ec) argument
330 __advance(error_code* ec) argument
353 __try_recursion(error_code* ec) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_enc.c70 BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec)
75 X509_ALGOR *calg = ec->contentEncryptionAlgorithm;
84 enc = ec->cipher ? 1 : 0;
95 ciph = ec->cipher;
99 if (ec->key)
100 ec->cipher = NULL;
133 if (!enc || !ec->key) {
143 if (!ec->key) {
144 ec->key = tkey;
145 ec
217 cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) argument
237 CMS_EncryptedContentInfo *ec; local
[all...]
/freebsd-11-stable/contrib/com_err/
H A Dparse.y119 struct error_code *ec = malloc(sizeof(*ec));
121 if (ec == NULL)
124 ec->next = NULL;
125 ec->number = number;
127 asprintf (&ec->name, "%s%s", prefix, $2);
128 if (ec->name == NULL)
132 ec->name = $2;
133 ec->string = $4;
134 APPEND(codes, ec);
[all...]
H A Dcompile_et.c72 struct error_code *ec; local
91 for(ec = codes, n = 0; ec; ec = ec->next, n++) {
92 while(n < ec->number) {
99 ec->number, ec->string);
130 struct error_code *ec; local
162 for(ec
[all...]
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dparse.y119 struct error_code *ec = malloc(sizeof(*ec));
121 if (ec == NULL)
124 ec->next = NULL;
125 ec->number = number;
127 asprintf (&ec->name, "%s%s", prefix, $2);
128 if (ec->name == NULL)
132 ec->name = $2;
133 ec->string = $4;
134 APPEND(codes, ec);
[all...]
H A Dcompile_et.c72 struct error_code *ec; local
91 for(ec = codes, n = 0; ec; ec = ec->next, n++) {
92 while(n < ec->number) {
99 ec->number, ec->string);
130 struct error_code *ec; local
162 for(ec
[all...]

Completed in 214 milliseconds

1234567891011>>