Searched refs:ecode (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/libc/net/
H A Dgai_strerror.c79 gai_strerror(int ecode) argument
102 if (ecode > 0 && ecode < EAI_MAX)
103 strlcpy(buf, catgets(catd, 3, ecode, ai_errlist[ecode]),
105 else if (ecode == 0)
116 if (ecode >= 0 && ecode < EAI_MAX)
117 return ai_errlist[ecode];
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c496 ecode pointer to current position in compiled code
513 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, argument
543 frame->Xecode = ecode;
556 #define ecode frame->Xecode macro
662 recursion. The second argument (ecode) being NULL triggers this behaviour. It
666 if (ecode == NULL)
752 op = *ecode;
757 md->nomatch_mark = ecode + 2;
759 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode]
6249 #undef ecode macro
[all...]
H A Dpcre_dfa_exec.c2539 const pcre_uchar *ecode; local
2546 ecode = code + 1 + (32 / sizeof(pcre_uchar));
2560 ecode = code + GET(code, 1);
2564 /* At this point, isinclass is set for all kinds of class, and ecode
2568 next_state_offset = (int)(ecode - start_code);
2570 switch (*ecode)
2578 if (*ecode == OP_CRPOSSTAR)
2594 if (count > 0 && *ecode == OP_CRPOSPLUS)
2610 if (*ecode == OP_CRPOSQUERY)
2623 if (count >= (int)GET2(ecode,
[all...]
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dregex.cpp18 make_error_type_string(regex_constants::error_type ecode) argument
20 switch (ecode)
63 regex_error::regex_error(regex_constants::error_type ecode) argument
64 : runtime_error(make_error_type_string(ecode)),
65 __code_(ecode)
/barrelfish-2018-10-04/lib/posixcompat/
H A Dsockets.c908 const char *gai_strerror(int ecode) argument

Completed in 124 milliseconds