Searched refs:pass (Results 101 - 125 of 156) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSemaphore.pm232 C<OPLIST> is a list of operations to pass to C<semop>. C<OPLIST> is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm28 The getopts() function is similar, but you should pass to it the list of all
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm1100 A simple summary of the tests so far. True for pass, false for fail.
1101 This is a logical pass/fail, so todos are passes.
1120 { 'ok' => is the test considered a pass?
1127 'ok' is true if Test::Harness will consider the test to be a pass.
H A DSimple.pm44 test your program will print out an "ok" or "not ok" to indicate pass
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c205 * Compute MD5( "<user>:<realm>:<pass>" )
212 const char *pass, int passlen, int use8859_1,
232 if (passlen == 0) passlen = strlen(pass);
233 MD5Update(&ctx, (CONST_UCHAR *) pass, passlen);
211 digest_hash_pass(const char *user, int ulen, const char *realm, int rlen, const char *pass, int passlen, int use8859_1, unsigned char *hash_pass) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm90 # generated subs into pass-through functions that don't add any escape
236 save it as a string, pass it to something else, send it to a file handle, or
263 Alternately, you can pass a reference to an array as the first argument, and
372 return the empty string or pass through the original text as appropriate.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm91 || ($text =~ /^(authinfo\s+pass)/io))
130 my($nntp,$user,$pass) = @_;
133 && $nntp->_AUTHINFO("PASS",$pass) == CMD_OK;
139 my($nntp,$user,$pass) = @_;
142 && $nntp->command($user,$pass)->response == CMD_OK;
538 . "pass a reference"
H A DNetrc.pm34 my($login,$pass,$acct) = (undef,undef,undef);
/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c207 disable = (c == T_ID && streq(pp.token, pp.pass)) ? 2 : 0;
583 pass:
1568 * #pragma [STDC] [pass:] [no]option [arg ...]
1574 * if pass is pp.pass then the option is used
1577 * if pass is omitted then the option is passed on
1579 * otherwise if pass is non-null and not pp.pass then
1585 * #directive pass: option [...]
1643 goto pass;
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c2447 * pass - password to check
2454 check_password(PKCS12 *p12, char *pass) argument
2466 if (pass == NULL || *pass == '\0') {
2470 } else if (PKCS12_verify_mac(p12, pass, -1) == 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.t119 pass ('"auto" is "noc"');
329 pass ("slow rate is less than fast rate");
H A DDigest.pm208 "binmode" before you pass it as argument to the addfile() method.
H A DCGI.pm4437 array, and sometimes a reference to a hash. Often, you can pass any
4546 which is the "official" way to pass a filehandle:
5429 a <meta> tag that specifies the encoding, allowing the HTML to pass
5439 To incorporate multiple HTML elements into the <head> section, just pass an
5495 Use the B<-noScript> parameter to pass some HTML text that will be displayed on
5501 attributes pass a HASH reference in the B<-script> parameter containing one or
5516 header. Just pass the list of script sections as an array reference.
6334 The C<< $data >> field is optional; it lets you pass configuration
6415 containing the list of menu items in the menu. You can pass the
6483 containing the list of menu items in the menu. You can pass th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm42 specification you pass to one of these routines contains a "/",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm4 no strict 'refs'; # because users pass me bareword filehandles
43 by an autogenerated filehandle. If so, you must pass a valid lvalue
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm150 be used: it is unlikley you would want to pass in a number.
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc_xdr.c682 if (!xdr_nullstring(xdrs, &objp->pass)) {
706 if (!xdr_nullstring(xdrs, &objp->pass)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm390 For compatibility with Apache::Cookie, you may optionally pass in
409 Under mod_perl, pass in an Apache request object:
H A DPush.pm160 When you call this method, you pass it a reference to a subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm125 Sometimes it may be necessary to make more than one pass over the input
127 first pass using B<Pod::Parser> and override your methods to store the
130 appropriate state variable to control the operation for each pass. If
174 by itself and does not pass it on to the caller for processing. Setting
176 pass the C<=cut> directive to the caller just like any other POD command
717 Rather than returning a C<Pod::ParseTree>, pass the parse-tree as an
756 ## If 'interior_sequence' is the method to use, we have to pass
757 ## more than just the sequence object, we also need to pass the
1594 tree-based approach. Rather than doing everything in one pass and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm184 C<binmode> before you pass it as argument to the addfile() method.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm141 pay attention to the endianness of each platform when you pass data
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm579 with a final debugging pass that prints the resulting source code:
698 Filter::Simple will pass control to Exporter, so it can do its magic too.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm50 # can optionally pass an arrayref of names for the values.
1176 Due to limitations of Perl subroutine call semantics, you cannot pass an
1177 array or hash. Prepend it with a C<\> to pass its reference instead. This
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm117 # to pass in the utf8 on/off flag.
699 # Do they pass in any types we weren't already using?
895 be used to pass in information used to change the C indentation style used.]
896 The best way to maintain consistency is to pass in a hash reference and let

Completed in 78 milliseconds

1234567