Searched refs:MATCH (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/tools/harness/tests/
H A Dspawntest.py17 MATCH = '.*xmpl-spawn.*Finished' variable
37 if re.match(MATCH, line):
44 if re.match(MATCH, line):
H A Dspantest.py17 MATCH = 'spantest.*Done.*cycles' variable
34 return re.match(MATCH, line) or super(SpanTest, self).is_finished(line)
39 if re.match(MATCH, line):
/barrelfish-master/lib/libc/iconv/
H A Dcitrus_module.h34 #define MATCH(x, act) \ macro
/barrelfish-master/lib/zlib/
H A Dinflate.h43 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon1418
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
1045 state->mode = MATCH;
1046 case MATCH:
/barrelfish-master/lib/libc/resolv/
H A Dres_init.c320 #define MATCH(line, name) \ macro
345 if (MATCH(buf, "domain")) {
361 if (MATCH(buf, "search")) {
398 if (MATCH(buf, "nameserver") && nserv < maxns) {
434 if (MATCH(buf, "sortlist")) {
532 if (MATCH(buf, "options")) {
/barrelfish-master/lib/libc/net/
H A Dgetaddrinfo.c354 #define MATCH(x, y, w) \ macro
457 if (!MATCH(pai->ai_socktype, ex->e_socktype,
460 if (!MATCH(pai->ai_protocol, ex->e_protocol,
583 if (!MATCH(pai->ai_socktype, ex->e_socktype,
586 if (!MATCH(pai->ai_protocol, ex->e_protocol,

Completed in 109 milliseconds