Home
last modified time | relevance | path

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

12

/third_party/glib/glib/pcre/
Dpcre_exec.c476 match(PCRE_PUCHAR eptr, const pcre_uchar *ecode, in match() argument
506 frame->Xecode = ecode; in match()
519 #define ecode frame->Xecode in match() macro
629 if (ecode == NULL) in match()
715 op = *ecode; in match()
720 md->nomatch_mark = ecode + 2; in match()
722 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match()
725 md->mark == NULL) md->mark = ecode + 2; in match()
735 STRCMP_UC_UC(ecode + 2, md->start_match_ptr) == 0) in match()
748 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
[all …]
Dpcre_dfa_exec.c2528 const pcre_uchar *ecode; in internal_dfa_exec() local
2535 ecode = code + 1 + (32 / sizeof(pcre_uchar)); in internal_dfa_exec()
2549 ecode = code + GET(code, 1); in internal_dfa_exec()
2557 next_state_offset = (int)(ecode - start_code); in internal_dfa_exec()
2559 switch (*ecode) in internal_dfa_exec()
2583 if (count >= GET2(ecode, 1)) in internal_dfa_exec()
2587 int max = GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_exec()
/third_party/iowow/src/log/
Diwlog.c57 static iwrc _default_logfn(FILE *out, locale_t locale, iwlog_lvl lvl, iwrc ecode, int errno_code, i…
61 static const char *_ecode_explained(locale_t locale, uint32_t ecode);
62 static const char *_default_ecodefn(locale_t locale, uint32_t ecode);
71 iwrc iwlog(iwlog_lvl lvl, iwrc ecode, const char *file, int line, const char *fmt, ...) { in iwlog() argument
75 rc = iwlog_va(stderr, lvl, ecode, file, line, fmt, argp); in iwlog()
80 void iwlog2(iwlog_lvl lvl, iwrc ecode, const char *file, int line, const char *fmt, ...) { in iwlog2() argument
83 iwlog_va(stderr, lvl, ecode, file, line, fmt, argp); in iwlog2()
87 iwrc iwlog_va(FILE *out, iwlog_lvl lvl, iwrc ecode, const char *file, int line, const char *fmt, va… in iwlog_va() argument
91 int werror_code = iwrc_strip_werror(&ecode); in iwlog_va()
97 int errno_code = iwrc_strip_errno(&ecode); in iwlog_va()
[all …]
Diwlog.h136 typedef iwrc(*IWLOG_FN)(FILE *out, locale_t locale, iwlog_lvl lvl, iwrc ecode,
149 typedef const char *(*IWLOG_ECODE_FN)(locale_t locale, uint32_t ecode);
221 IW_EXPORT const char *iwlog_ecode_explained(iwrc ecode);
240 IW_EXPORT iwrc iwlog(iwlog_lvl lvl, iwrc ecode, const char *file, int line,
243 IW_EXPORT void iwlog2(iwlog_lvl lvl, iwrc ecode, const char *file, int line,
246 IW_EXPORT iwrc iwlog_va(FILE *out, iwlog_lvl lvl, iwrc ecode, const char *file, int line,
/third_party/musl/src/network/
Dgai_strerror.c19 const char *gai_strerror(int ecode) in gai_strerror() argument
22 for (s=msgs, ecode++; ecode && *s; ecode++, s++) for (; *s; s++); in gai_strerror()
Dhstrerror.c12 const char *hstrerror(int ecode) in hstrerror() argument
15 for (s=msgs, ecode--; ecode && *s; ecode--, s++) for (; *s; s++); in hstrerror()
/third_party/glib/glib/
Dglib-unix.c95 int ecode; in g_unix_open_pipe() local
106 ecode = pipe2 (fds, pipe2_flags); in g_unix_open_pipe()
107 if (ecode == -1 && errno != ENOSYS) in g_unix_open_pipe()
109 else if (ecode == 0) in g_unix_open_pipe()
114 ecode = pipe (fds); in g_unix_open_pipe()
115 if (ecode == -1) in g_unix_open_pipe()
121 ecode = fcntl (fds[0], F_SETFD, flags); in g_unix_open_pipe()
122 if (ecode == -1) in g_unix_open_pipe()
129 ecode = fcntl (fds[1], F_SETFD, flags); in g_unix_open_pipe()
130 if (ecode == -1) in g_unix_open_pipe()
/third_party/node/test/overlapped-checker/
Dmain_win.c64 int ecode = GetLastError(); in main() local
68 ecode, in main()
75 "WaitForSingleObject failed. Error %d (%s)", ecode, emsg); in main()
78 "WaitForSingleObject failed. Error %d", ecode); in main()
/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c239 enum TDB_ERROR ecode; /* error code for last tdb error */ member
303 return tdb->ecode; in tdb_error()
307 enum TDB_ERROR ecode; const char *estring; member
324 if (tdb->ecode == emap[i].ecode) in tdb_errorstr()
352 tdb->ecode = TDB_ERR_RDONLY; in tdb_brlock()
372 tdb->ecode = TDB_ERR_LOCK; in tdb_brlock()
599 tdb->ecode = TDB_ERR_LOCK; in tdb_transaction_lock()
853 tdb->ecode = TDB_ERR_IO; in tdb_oob()
867 tdb->ecode = TDB_ERR_IO; in tdb_oob()
891 tdb->ecode = TDB_ERR_RDONLY; in tdb_write()
[all …]
Dtdb.h51 #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret)
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3982 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeRGB() local
3983 if (!SWIG_IsOK(ecode)) { in _wrap_wrap_WebPEncodeRGB()
3984 …SWIG_exception_fail(SWIG_ArgError(ecode), "in method '" "wrap_WebPEncodeRGB" "', argument " "2"" o… in _wrap_wrap_WebPEncodeRGB()
3988 res2 = SWIG_AddTmpMask(ecode); in _wrap_wrap_WebPEncodeRGB()
3992 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeRGB() local
3993 if (!SWIG_IsOK(ecode)) { in _wrap_wrap_WebPEncodeRGB()
3994 …SWIG_exception_fail(SWIG_ArgError(ecode), "in method '" "wrap_WebPEncodeRGB" "', argument " "3"" o… in _wrap_wrap_WebPEncodeRGB()
3998 res3 = SWIG_AddTmpMask(ecode); in _wrap_wrap_WebPEncodeRGB()
4102 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeBGR() local
4103 if (!SWIG_IsOK(ecode)) { in _wrap_wrap_WebPEncodeBGR()
[all …]
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c4019 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeRGB() local
4020 if (!SWIG_IsOK(ecode)) { in _wrap_wrap_WebPEncodeRGB()
4021 …SWIG_exception_fail(SWIG_ArgError(ecode), "in method '" "wrap_WebPEncodeRGB" "', argument " "2"" o… in _wrap_wrap_WebPEncodeRGB()
4025 res2 = SWIG_AddTmpMask(ecode); in _wrap_wrap_WebPEncodeRGB()
4029 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeRGB() local
4030 if (!SWIG_IsOK(ecode)) { in _wrap_wrap_WebPEncodeRGB()
4031 …SWIG_exception_fail(SWIG_ArgError(ecode), "in method '" "wrap_WebPEncodeRGB" "', argument " "3"" o… in _wrap_wrap_WebPEncodeRGB()
4035 res3 = SWIG_AddTmpMask(ecode); in _wrap_wrap_WebPEncodeRGB()
4139 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeBGR() local
4140 if (!SWIG_IsOK(ecode)) { in _wrap_wrap_WebPEncodeBGR()
[all …]
/third_party/iowow/src/log/tests/
Diwlog_test1.c76 iwrc ecode = iwrc_set_errno(IW_ERROR_ERRNO, errno); in iwlog_test2() local
77 rv = iwlog(IWLOG_DEBUG, ecode, NULL, 0, "ERRNO Message"); in iwlog_test2()
/third_party/mksh/
Djobs.c715 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; local
740 } else if ((j = j_lookup(cp, &ecode))) {
753 if (ecode != JL_NOSUCH)
754 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]);
777 int rv = 0, ecode; local
784 if ((j = j_lookup(cp, &ecode)) == NULL) {
788 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]);
823 int ecode, rv = 0; local
829 if ((j = j_lookup(cp, &ecode)) == NULL) {
831 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]);
[all …]
/third_party/python/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()
/third_party/ffmpeg/libavformat/
Dos_support.c182 const char *ff_gai_strerror(int ecode) in ff_gai_strerror() argument
184 switch (ecode) { in ff_gai_strerror()
Dnetwork.h223 const char *ff_gai_strerror(int ecode);
/third_party/glib/glib/update-pcre/
Ducp.patch349 switch(ecode[1])
365 - if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
366 + if ((ecode[2] != PRIV(ucp_gentype)[chartype]) == (op == OP_PROP))
371 - if ((ecode[2] != prop->chartype) == (op == OP_PROP))
372 + if ((ecode[2] != chartype) == (op == OP_PROP))
377 - if ((ecode[2] != prop->script) == (op == OP_PROP))
378 + if ((ecode[2] != UCD_SCRIPT(c)) == (op == OP_PROP))
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/pcre2/pcre2/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 …]
/third_party/curl/tests/server/
Dtftpd.c883 int first = 1, ecode; in do_tftp() local
965 ecode = validate_access(test, filename, tp->th_opcode); in do_tftp()
966 if(ecode) { in do_tftp()
967 nak(ecode); in do_tftp()
/third_party/iowow/src/fs/
Diwexfile.c889 static const char *_exfile_ecodefn(locale_t locale, uint32_t ecode) { in _exfile_ecodefn() argument
890 if (!(ecode > _IWFS_EXT_ERROR_START && ecode < _IWFS_EXT_ERROR_END)) { in _exfile_ecodefn()
893 switch (ecode) { in _exfile_ecodefn()
/third_party/ejdb/src/bindings/ejdb2_jni/src/
Dejdb2jni.c1142 static const char *jbn_ecodefn(locale_t locale, uint32_t ecode) { in jbn_ecodefn() argument
1143 if (!((ecode > _JBN_ERROR_START) && (ecode < _JBN_ERROR_END))) { in jbn_ecodefn()
1146 switch (ecode) { in jbn_ecodefn()

12