Lines Matching full:match
97 You can also use wildcards in each query term. The match rule supports
99 character). For example, you can match all usb drivers::
106 command ::= match-spec* flags-spec
108 The match-spec's select *prdbgs* from the catalog, upon which to apply
113 A match specification is a keyword, which selects the attribute of
117 match-spec ::= 'func' string |
169 string. Note that the string does not need to match the
179 format nfsd:\040SETATTR // one way to match a format with whitespace
180 format "nfsd: SETATTR" // a neater way to match a format with whitespace
181 format 'nfsd: SETATTR' // yet another way to match a format with whitespace
190 class JUNK # silent non-match
290 ``QUERY``, and only 1 match-spec of each type is allowed.