代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/216959/4877730
rd countpattern.rd
\name{countpattern}
\alias{countpattern}
%- Also NEED an `\alias' for EACH other topic documented here.
\title{Count Binary Patterns}
\usage{
countpattern(x, matching=FALSE)
}
%- maybe also `usage' fo
www.eeworm.com/read/209559/4973278
inf linux.inf
; MS-Windows driver config matching some basic modes of the
; Linux-USB Ethernet/RNDIS gadget firmware:
;
; - RNDIS plus CDC Ethernet ... this may be familiar as a DOCSIS
; cable modem profile, an
www.eeworm.com/read/209211/4984445
c wildmat.c
/* $Source: /u/mark/src/pax/RCS/wildmat.c,v $
*
* $Revision: 1.2 $
*
* wildmat.c - simple regular expression pattern matching routines
*
* DESCRIPTION
*
* These routines provide simple UNIX
www.eeworm.com/read/209211/4984452
c regexp.c
/* $Source: /u/mark/src/pax/RCS/regexp.c,v $
*
* $Revision: 1.2 $
*
* regexp.c - regular expression matching
*
* DESCRIPTION
*
* Underneath the reformatting and comment blocks which were added
www.eeworm.com/read/186388/5233045
c gnu-regex.c
/* Extended regular expression matching and search library,
version 0.12.
(Implements POSIX draft P1003.2/D11.2, except for some of the
internationalization features.)
Copyright (C) 1993,
www.eeworm.com/read/178232/5317701
c mpse.c
/*
* $Id$
*
* mpse.c
*
* An abstracted interface to the Multi-Pattern Matching routines,
* thats why we're passing 'void *' objects around.
*
* Copyright (C) 2002 SourceFire, Inc
* Marc
www.eeworm.com/read/345992/3194169
ousearch
#!/bin/sh
echo Searching for Org Units matching $1 under:
showname $2
echo ""
exec search -filter "ou~=$1 | ou=\*$1\*" -type description -type telephonenumber -show $2 -singlelevel
www.eeworm.com/read/343112/3224416
inf win2000.inf
; MS-Windows driver config matching some basic modes of the
; Linux-USB Ethernet/RNDIS gadget firmware:
;
; - RNDIS plus CDC Ethernet ... this may be familiar as a DOCSIS
; cable modem profile
www.eeworm.com/read/343112/3224417
inf linux.inf
; MS-Windows driver config matching some basic modes of the
; Linux-USB Ethernet/RNDIS gadget firmware:
;
; - RNDIS plus CDC Ethernet ... this may be familiar as a DOCSIS
; cable modem profile, an
www.eeworm.com/read/340665/3268792
c support.c
/*
* support.c -- minimal support functions. This is to keep the exit code
* generic enough that pattern matching from expect should be easier.
*/
#if defined (unix)
#define PRINT printf /* so w