Searched refs:match (Results 51 - 75 of 125) sorted by relevance

12345

/barrelfish-2018-10-04/tools/harness/tests/
H A DbasicNetwork.py62 m = re.match(r'Interface up! IP address (\d+\.\d+\.\d+\.\d+)', line)
H A Dcaps_next.py55 if re.match(r'.*pawning .*test_retype on core', line):
H A Dechoserver.py45 m = re.match(r'Interface up! IP address (\d+\.\d+\.\d+\.\d+)', line)
143 m = re.match('(\d+),(\d+),(\d+),(\d+),(\d+),(\d+),(\d+),'
145 assert(m) # line must match, otherwise we have junk output
/barrelfish-2018-10-04/usr/skb/programs/
H A Dobjects3.pl45 match(Value, Candidate, [])
134 match_constraints([constraint(Key, match, Value)|Rest], [val(Key, SVal)|SRest]) :-
136 match(Value, SVal, []),
156 % Helper functions to convert attributes in constraint and match them against object
/barrelfish-2018-10-04/lib/libc/net/
H A Dnsdispatch.c574 ns_mtab *match, key; local
588 match = bsearch(&key, mod->mtab, mod->mtabsize,
590 if (match != NULL) {
591 *mdata = match->mdata;
592 return (match->method);
H A Dname6.c818 goto next; /* not match */
907 int match = 0; local
934 match++;
939 match += 8;
940 return(match);
1038 * We compare the match length in a same AF only.
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtkinspect.tcl107 if {![string match "ok" $initstatus]} {
485 if {[string match $status "true"]} {
530 if {[string match modifier {}]} {
707 if {![string match "" $current]} {
730 if {![string match "" $current]} {
741 if {[string match *compound $type]} {
831 if {[string match [grab current $iw] $iw]} {
925 if {[string match $status "ok"]} {
999 if [regexp {^[0-9]+$} $pos match] {
H A Dtkeclipse.tcl367 if [string match up $dir] {
499 if [string match "" $left] {
509 if [string match "" $right] {
545 if [string match "" $right] {
556 # no need to see right; should already be there because of double match
1203 Right (or control-left) to popup a menu to copy selection to clipboard, match a query's outputs, or clear the window."
1206 Right (or control-left) click to popup a menu to copy selection to clipboard, match a query's outputs, or clear the window."
1254 if {![string match $tkecl(version) [lindex [ec_rpcq_check {get_flag version _} (()_)] 2]]} {
H A Declipse_tools.tcl385 "Type in a string to match, or predicate_name/arity:"]
430 balloonhelp $tinput "Entry window: enter a string to match built-in predicates, or Name/Arity for exact match."
678 if ![string match "" $selected] {
1026 if [string match "" $tkecl($var)] {
1546 } elseif {[string match $tkecl(tracer_state) disabled]} {
1968 [string match $tkecl(tracercommand) "c"]} {
1978 [string match $tkecl(tracercommand) "c"]} {
2175 if [string match $tkecl(tracer_state) disabled] {
2240 if {![string match unknow
[all...]
/barrelfish-2018-10-04/lib/gdtoa/
H A Dsmisc.c112 match function
H A Dgdtoaimp.h572 #define match __match_D2A macro
626 extern int match ANSI((CONST char**, char*));
H A Dstrtod.c304 if (match(&s,"nf")) {
306 if (!match(&s,"inity"))
315 if (match(&s, "an")) {
H A Dstrtodg.c502 if (match(&s,"nf")) {
504 if (!match(&s,"inity"))
512 if (match(&s, "an")) {
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_io.c2556 #define CheckSetMember(ch,nset,pset,match) \
2557 for(match=nset;match;--match) { \
2558 if ((ch) == pset[match-1]) \
2570 long ndelim, npad, match; local
2613 CheckSetMember(res,npad,pad,match);
2614 if (match) goto _before_;
2615 CheckSetMember(res,ndelim,delim,match);
2616 if (match) got
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dnsrv_int.c454 ht_look_up(htd,key,index,match,item)
458 int (* match) ();
469 while (item_curr && (!match(key,item_curr->key))) {
487 ht_delete(htd,key,signature,index,match,delete)
492 int (* match) ();
497 if (ht_look_up(htd,key,index,match,&item) == NSRV_OK) {
513 ht_insert(htd,key,signature,data,index,match,append,replace)
519 int (* match) ();
526 if (ht_look_up(htd,key,index,match,&item) == NSRV_OK) {
/barrelfish-2018-10-04/lib/libc/locale/
H A Dcollate.c291 collate_large_t *match; local
343 ((match = largesearch(table, *t)) != NULL)) {
348 *pri = match->pri.pri[which];
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dmakerefs.pl245 % found a match in BipInfo to OldUrl, use the OldUrl
268 UnkSubG == no -> printf("*** More than one predicate match %w:%w/%w%n*** Group %w used.%n", [SubGroup,N,A,Group])
270 UnkSubG == yes, printf("*** More than one predicate match %w/%w%n*** Group %w-%w used.%n", [N,A,Group,SubGroup])
277 BipInfo = [_|_]. % at least one match
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dtrees.pl21 to match the old tree and a pattern to match the new tree.
/barrelfish-2018-10-04/lib/libc/gen/
H A Dglob.c71 * 1. Patterns with illegal byte sequences match nothing - even if
179 static int match(Char *, Char *, Char *);
800 if (too_long || !match(pathend, pattern, restpattern)) {
910 match(Char *name, Char *pat, Char *patend) function
924 if (match(name, pat, patend))
1066 * If there was no match we are going to append the origpat
/barrelfish-2018-10-04/tools/harness/
H A Dbuilds.py98 if any([line.startswith(k) and re.match(' +=', line[len(k):])
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_capi.c1392 int match; local
1409 match = 0;
1411 match = 1;
1413 if (match)
1593 /* Special case: empty list: match anything */
/barrelfish-2018-10-04/doc/004-virtual_memory/
H A DVirtualMemory.tex31 \vhEntry{3.0}{02.06.2017}{SG}{Updated to match recent implementation changes}
61 page tables that match the user space vspace layout.
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dchr2pl.pl281 -> %%% First does match
283 -> %%% Second head does match
287 ; %%% Second head does not match
292 ; %%% First head does not match
298 ; %%% Nothing match
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dqueues.pl82 creates a new empty queue. It will also match empty queues, but
83 because Prolog doesn't do the occurs check, it will also match
H A Denvironment.pl762 print_help(List, match).
768 print_help(List, match).
773 print_help(List, match).
791 % 2nd arg is either `full' or `match'; `full' is if a `full' specification
795 !, % single match, print full description

Completed in 619 milliseconds

12345