Searched refs:qry (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | configpm | 454 my ($notag,$qry,$lncont) = m/^(:)?(.*?)(:)?$/; # flags fore and aft, 456 my $prfx = $notag ? '': "$qry="; # tag-prefix for print 460 if ($qry =~ /\W/) { 461 my @matches = config_re($qry); 462 print map "$_$lnend", @matches ? @matches : "$qry: not found" if !$notag; 463 print map { s/\w+=//; "$_$lnend" } @matches ? @matches : "$qry: not found" if $notag; 465 my $v = (exists $Config::Config{$qry}) ? $Config::Config{$qry}
|
| /mirbsd/src/usr.sbin/mrouted/ |
| D | prune.c | 1741 struct tr_query *qry; in accept_mtrace() local 1782 qry = (struct tr_query *)data; in accept_mtrace() 1792 logit(LOG_DEBUG, 0, "s: %s g: %s d: %s ", inet_fmt(qry->tr_src, s1), in accept_mtrace() 1793 inet_fmt(group, s2), inet_fmt(qry->tr_dst, s3)); in accept_mtrace() 1794 logit(LOG_DEBUG, 0, "rttl: %d rd: %s", qry->tr_rttl, in accept_mtrace() 1795 inet_fmt(qry->tr_raddr, s1)); in accept_mtrace() 1796 logit(LOG_DEBUG, 0, "rcount:%d, qid:%06x", rcount, qry->tr_qid); in accept_mtrace() 1799 rt = determine_route(qry->tr_src); in accept_mtrace() 1814 if (oqid == qry->tr_qid) { in accept_mtrace() 1831 inet_fmt(qry->tr_src, s1)); in accept_mtrace() [all …]
|