Home
last modified time | relevance | path

Searched refs:ecode (Results 1 – 25 of 32) sorted by relevance

12

/external/libcxx/src/
Dregex.cpp18 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string() argument
20 switch (ecode) in make_error_type_string()
63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() argument
64 : runtime_error(make_error_type_string(ecode)), in regex_error()
65 __code_(ecode) in regex_error()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c233 enum TDB_ERROR ecode; /* error code for last tdb error */ member
296 return tdb->ecode; in tdb_error()
300 enum TDB_ERROR ecode; const char *estring; member
317 if (tdb->ecode == emap[i].ecode) in tdb_errorstr()
345 tdb->ecode = TDB_ERR_RDONLY; in tdb_brlock()
365 tdb->ecode = TDB_ERR_LOCK; in tdb_brlock()
592 tdb->ecode = TDB_ERR_LOCK; in tdb_transaction_lock()
845 tdb->ecode = TDB_ERR_IO; in tdb_oob()
859 tdb->ecode = TDB_ERR_IO; in tdb_oob()
883 tdb->ecode = TDB_ERR_RDONLY; in tdb_write()
[all …]
Dtdb.h51 #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret)
/external/llvm-project/libcxx/src/
Dregex.cpp17 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string() argument
19 switch (ecode) in make_error_type_string()
64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() argument
65 : runtime_error(make_error_type_string(ecode)), in regex_error()
66 __code_(ecode) in regex_error()
/external/mksh/src/
Djobs.c711 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; in waitfor() local
736 } else if ((j = j_lookup(cp, &ecode))) { in waitfor()
749 if (ecode != JL_NOSUCH) in waitfor()
750 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in waitfor()
773 int rv = 0, ecode; in j_kill() local
780 if ((j = j_lookup(cp, &ecode)) == NULL) { in j_kill()
784 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_kill()
819 int ecode, rv = 0; in j_resume() local
825 if ((j = j_lookup(cp, &ecode)) == NULL) { in j_resume()
827 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_resume()
[all …]
/external/python/cpython3/Modules/
Dgetaddrinfo.c202 gai_strerror(int ecode) in gai_strerror() argument
204 if (ecode < 0 || ecode > EAI_MAX) in gai_strerror()
205 ecode = EAI_MAX; in gai_strerror()
206 return ai_errlist[ecode]; in gai_strerror()
/external/python/cpython2/Modules/
Dgetaddrinfo.c202 gai_strerror(int ecode) in gai_strerror() argument
204 if (ecode < 0 || ecode > EAI_MAX) in gai_strerror()
205 ecode = EAI_MAX; in gai_strerror()
206 return ai_errlist[ecode]; in gai_strerror()
/external/iputils/
Dtftpd.c226 int first = 1, ecode; in tftp() local
256 ecode = (*pf->f_validate)(filename, tp->th_opcode); in tftp()
257 if (ecode) { in tftp()
258 nak(ecode); in tftp()
/external/llvm/test/CodeGen/X86/
Dx86-32-intrcc.ll30 define x86_intrcc void @test_isr_ecode(%struct.interrupt_frame* %frame, i32 %ecode) {
52 call x86_fastcallcc void asm sideeffect "", "r,r"(i32 %flags, i32 %ecode)
57 define x86_intrcc void @test_isr_clobbers(%struct.interrupt_frame* %frame, i32 %ecode) {
Dx86-64-intrcc.ll30 define x86_intrcc void @test_isr_ecode(%struct.interrupt_frame* %frame, i64 %ecode) {
52 call void asm sideeffect "", "r,r"(i64 %flags, i64 %ecode)
57 define x86_intrcc void @test_isr_clobbers(%struct.interrupt_frame* %frame, i64 %ecode) {
D2007-11-07-MulBy4.ll8 define fastcc i32 @foo(i16* %eptr, i8* %ecode, %struct.foo_data* %md, i32 %ims) {
/external/llvm-project/llvm/test/CodeGen/X86/
Dx86-32-intrcc.ll32 define x86_intrcc void @test_isr_ecode(%struct.interrupt_frame* %frame, i32 %ecode) {
54 call x86_fastcallcc void asm sideeffect "", "r,r"(i32 %flags, i32 %ecode)
59 define x86_intrcc void @test_isr_clobbers(%struct.interrupt_frame* %frame, i32 %ecode) {
Dx86-64-intrcc.ll31 define x86_intrcc void @test_isr_ecode(%struct.interrupt_frame* %frame, i64 %ecode) {
55 call void asm sideeffect "", "r,r"(i64 %flags, i64 %ecode)
60 define x86_intrcc void @test_isr_clobbers(%struct.interrupt_frame* %frame, i64 %ecode) {
Dx86-64-intrcc-nosse.ll9 define x86_intrcc void @test_isr_sse_clobbers(%struct.interrupt_frame* %frame, i64 %ecode) {
D2007-11-07-MulBy4.ll9 define fastcc i32 @foo(i16* %eptr, i8* %ecode, %struct.foo_data* %md, i32 %ims) {
/external/tcpdump/
Dprint-smb.c967 int ecode; in nbt_tcp_print() local
975 ecode = data[4]; in nbt_tcp_print()
978 switch (ecode) { in nbt_tcp_print()
992 ND_PRINT((ndo, "Unspecified error 0x%X", ecode)); in nbt_tcp_print()
1040 int ecode; in nbt_tcp_print() local
1048 ecode = origdata[4]; in nbt_tcp_print()
1049 switch (ecode) { in nbt_tcp_print()
1063 ND_PRINT((ndo, "Unspecified error 0x%X\n", ecode)); in nbt_tcp_print()
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp1064 static void usage(const char *pname, int ecode) { in usage() argument
1068 FILE *fp = ecode ? stderr : stdout; in usage()
1073 ures_getStringByKey(gBundle, ecode ? "lcUsageWord" : "ucUsageWord", in usage()
1079 if (!ecode) { in usage()
1095 exit(ecode); in usage()
/external/pcre/dist2/src/
Dpcre2_dfa_match.c2566 PCRE2_SPTR ecode; in internal_dfa_match() local
2573 ecode = code + 1 + (32 / sizeof(PCRE2_UCHAR)); in internal_dfa_match()
2587 ecode = code + GET(code, 1); in internal_dfa_match()
2595 next_state_offset = (int)(ecode - start_code); in internal_dfa_match()
2597 switch (*ecode) in internal_dfa_match()
2605 if (*ecode == OP_CRPOSSTAR) in internal_dfa_match()
2621 if (count > 0 && *ecode == OP_CRPOSPLUS) in internal_dfa_match()
2637 if (*ecode == OP_CRPOSQUERY) in internal_dfa_match()
2650 if (count >= (int)GET2(ecode, 1)) in internal_dfa_match()
2654 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match()
[all …]
Dpcre2_intmodedep.h787 PCRE2_SPTR ecode; /* The current position in the pattern */ member
Dpcre2_match.c175 #define Fecode F->ecode
233 i, Q->group_frame_type, Q->eptr - mb->start_subject, *(Q->ecode), in display_frames()
5603 uint32_t y = GET(P->ecode,1); in match()
5604 if ((P->ecode)[y] != OP_ALT) break; in match()
5605 P->ecode += y; in match()
5645 Fecode = P->ecode + 1 + LINK_SIZE; in match()
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_bpf.c344 struct bpf_insn ecode[] = { in test_filter_no_reuseport() local
357 eprog.insn_cnt = ARRAY_SIZE(ecode); in test_filter_no_reuseport()
358 eprog.insns = (unsigned long) &ecode; in test_filter_no_reuseport()
/external/curl/tests/server/
Dtftpd.c888 int first = 1, ecode; in do_tftp() local
970 ecode = validate_access(test, filename, tp->th_opcode); in do_tftp()
971 if(ecode) { in do_tftp()
972 nak(ecode); in do_tftp()
/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py1053 [ecode, keyform] = elem
1054 if ecode == 'c@#!':
1056 name, ename, module = self.findcodename('class', ecode)
1059 self.fp.write("# XXXX %s element %r not found!!\n"%(cname, ecode))
/external/mesa3d/docs/relnotes/
D17.2.7.rst38 - [skl,kbl] [drm] GPU HANG: ecode 9:0:0x86df7cf9, in csgo_linux64
D17.3.4.rst36 - [skl,kbl] [drm] GPU HANG: ecode 9:0:0x86df7cf9, in csgo_linux64

12