Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c513 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, in match() argument
543 frame->Xecode = ecode; in match()
556 #define ecode frame->Xecode in match() macro
666 if (ecode == NULL) in match()
752 op = *ecode; in match()
757 md->nomatch_mark = ecode + 2; in match()
759 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match()
762 md->mark == NULL) md->mark = ecode + 2; in match()
772 STRCMP_UC_UC_TEST(ecode + 2, md->start_match_ptr) == 0) in match()
783 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
[all …]
Dpcre_dfa_exec.c2539 const pcre_uchar *ecode; in internal_dfa_exec() local
2546 ecode = code + 1 + (32 / sizeof(pcre_uchar)); in internal_dfa_exec()
2560 ecode = code + GET(code, 1); in internal_dfa_exec()
2568 next_state_offset = (int)(ecode - start_code); in internal_dfa_exec()
2570 switch (*ecode) in internal_dfa_exec()
2578 if (*ecode == OP_CRPOSSTAR) in internal_dfa_exec()
2594 if (count > 0 && *ecode == OP_CRPOSPLUS) in internal_dfa_exec()
2610 if (*ecode == OP_CRPOSQUERY) in internal_dfa_exec()
2623 if (count >= (int)GET2(ecode, 1)) in internal_dfa_exec()
2627 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_exec()
[all …]
/external/libpcap/Win32/Src/
Dgai_strerror.c76 WSAAPI gai_strerrorA(int ecode) in gai_strerrorA() argument
78 if (ecode >= 0 && ecode < EAI_MAX) in gai_strerrorA()
79 return ai_errlist[ecode]; in gai_strerrorA()
Dgetaddrinfo.c258 gai_strerror(ecode) in gai_strerror() argument
259 int ecode; in gai_strerror()
261 if (ecode < 0 || ecode > EAI_MAX)
262 ecode = EAI_MAX;
263 return ai_errlist[ecode];
/external/e2fsprogs/lib/ext2fs/
Dtdb.c232 enum TDB_ERROR ecode; /* error code for last tdb error */ member
294 return tdb->ecode; in tdb_error()
298 enum TDB_ERROR ecode; const char *estring; member
315 if (tdb->ecode == emap[i].ecode) in tdb_errorstr()
343 tdb->ecode = TDB_ERR_RDONLY; in tdb_brlock()
363 tdb->ecode = TDB_ERR_LOCK; in tdb_brlock()
590 tdb->ecode = TDB_ERR_LOCK; in tdb_transaction_lock()
843 tdb->ecode = TDB_ERR_IO; in tdb_oob()
857 tdb->ecode = TDB_ERR_IO; in tdb_oob()
881 tdb->ecode = TDB_ERR_RDONLY; in tdb_write()
[all …]
Dtdb.h51 #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret)
/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/netperf/src/missing/
Dgetaddrinfo.c227 gai_strerror(ecode) in gai_strerror() argument
228 int ecode; in gai_strerror()
230 if (ecode < 0 || ecode > EAI_SYSTEM)
233 return gettext(eai_errlist[ecode]);
/external/dbus/tools/
Ddbus-uuidgen.c31 usage (char *name, int ecode) in usage() argument
37 exit (ecode); in usage()
Ddbus-cleanup-sockets.c375 usage (int ecode) in usage() argument
378 exit (ecode); in usage()
Ddbus-monitor.c221 usage (char *name, int ecode) in usage() argument
224 exit (ecode); in usage()
Ddbus-send.c52 usage (int ecode) in usage() argument
55 exit (ecode); in usage()
Ddbus-launch.c182 usage (int ecode) in usage() argument
185 exit (ecode); in usage()
/external/mksh/src/
Djobs.c704 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; in waitfor() local
729 } else if ((j = j_lookup(cp, &ecode))) { in waitfor()
742 if (ecode != JL_NOSUCH) in waitfor()
743 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in waitfor()
766 int rv = 0, ecode; in j_kill() local
773 if ((j = j_lookup(cp, &ecode)) == NULL) { in j_kill()
777 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in j_kill()
812 int ecode, rv = 0; in j_resume() local
818 if ((j = j_lookup(cp, &ecode)) == NULL) { in j_resume()
820 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in j_resume()
[all …]
/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/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/tcpdump/
Dprint-smb.c964 int ecode; in nbt_tcp_print() local
972 ecode = data[4]; in nbt_tcp_print()
975 switch (ecode) { in nbt_tcp_print()
989 ND_PRINT((ndo, "Unspecified error 0x%X", ecode)); in nbt_tcp_print()
1037 int ecode; in nbt_tcp_print() local
1045 ecode = origdata[4]; in nbt_tcp_print()
1046 switch (ecode) { in nbt_tcp_print()
1060 ND_PRINT((ndo, "Unspecified error 0x%X\n", ecode)); in nbt_tcp_print()
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp1062 static void usage(const char *pname, int ecode) { in usage() argument
1066 FILE *fp = ecode ? stderr : stdout; in usage()
1071 ures_getStringByKey(gBundle, ecode ? "lcUsageWord" : "ucUsageWord", in usage()
1077 if (!ecode) { in usage()
1093 exit(ecode); in usage()
/external/curl/tests/server/
Dtftpd.c946 int first = 1, ecode; in do_tftp() local
1003 ecode = validate_access(test, filename, tp->th_opcode); in do_tftp()
1004 if (ecode) { in do_tftp()
1005 nak(ecode); in do_tftp()
/external/libcxx/include/
Dregex87 explicit regex_error(regex_constants::error_type ecode);