Searched refs:pattern (Results 101 - 121 of 121) sorted by relevance

12345

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c2689 int pattern = 0; local
2694 pattern=ARG_EXP;
2702 sh_debug(shp,trap,(char*)0,(char*)0,argv, pattern);
2708 if(pattern)
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h1167 char *pattern, char *prefix, char *suffix, char *attr,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm430 filter to allow a starting and stopping pattern to be specified as well
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm303 1.23 ineval() now checks both $^S and inspects the message for the "eval" pattern
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm223 [!]/pattern/ All names in @EXPORT and @EXPORT_OK which match
H A DTest.pm302 C<ok(I<arg1>,I<arg2>)> will perform a pattern
H A DCGI.pm3143 # perform a pattern matching operation.
3145 # is easily translated into a perl pattern match
3151 # Didn't get it, so try pattern matching.
3153 next unless /\*/; # not a pattern match
3155 $pat =~ s/\*/.*/g; # turn it into a pattern
3164 # If called with one parameter, does a pattern match (case
5822 A few HTML tags don't follow the standard pattern for various
7575 pattern match on it, allowing you to do something
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm869 Invalid regular expression '$search_key' given as -q pattern:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm556 This software pattern is so widely applicable that Attribute::Handlers
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm132 the pattern /^[^:]+:/, the resulting path is B<absolute>.
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c3560 char pattern[LINESIZE]; local
3568 sprintf(pattern,"#define %s%-30s %2d\n",prefix,lemp->symbols[i]->name,i);
3569 if( strcmp(line,pattern) ) break;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c8258 S_expect_number(pTHX_ char** pattern) argument
8261 switch (**pattern) {
8265 while (isDIGIT(**pattern))
8266 var = var * 10 + (*(*pattern)++ - '0');
8270 #define EXPECT_NUMBER(pattern, var) (var = S_expect_number(aTHX_ &pattern))
8324 bool pat_utf8; /* the pattern is in utf8? */
H A Dproto.h549 PERL_CALLCONV PerlIO* Perl_start_glob(pTHX_ SV* pattern, IO *io);
1207 STATIC I32 S_expect_number(pTHX_ char** pattern);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm970 pattern is copied verbatim.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm382 given pattern.
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh1487 dsMatching-pattern: \${Principal}
1507 dsMatching-pattern: \${Principal}
4479 # find_and_delete_ACI(): Find an ACI in file $2 with a matching pattern $1.
4486 # if an ACI with pattern $1 exists in file $2, delete it from ${LDAP_BASEDN}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1546 but they are not aware of any pattern, but only a literal substring.
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemset.s550 punpcklqdq %xmm0,%xmm0 # fill RegXMM0 with the pattern
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL531 If a pattern is given, only the matching enums are
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm851 # Turn option name into pattern.
1185 die("Getopt::Long: invalid pattern \"$genprefix\"") if $@;
1193 die("Getopt::Long: invalid pattern \"$genprefix\"") if $@;
2113 A Perl pattern that identifies the strings that introduce options.
/osnet-11/usr/src/grub/grub2/
H A Dconfigure21596 y (char const *pattern, char const *string, int flags)
21598 return fnmatch (pattern, string, flags) == 0;
21601 n (char const *pattern, char const *string, int flags)
21603 return fnmatch (pattern, string, flags) == FNM_NOMATCH;
[all...]

Completed in 887 milliseconds

12345