Searched refs:pass (Results 1 - 25 of 156) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dplan.t18 pass('Just testing plan()');
19 pass('Testing it some more');
H A Dfork.t21 pass("Only the parent should process the ending, not the child");
H A Dtodo.t32 pass("This is not todo");
41 pass("This is still not todo");
65 pass("Again");
H A Dfilehandles.t15 pass 'STDOUT can be mucked with';
H A Dskip.t31 pass("Inside skip block");
32 pass("Another inside");
75 pass("This is supposed to run");
84 pass("This is supposed to run, too");
H A Dbuffer.t19 pass("I'm ok");
/osnet-11/usr/src/lib/libpp/common/
H A Dpppragma.c31 pppragma(char* directive, char* pass, char* name, char* value, int newline) argument
41 if (pass)
48 ppprintf("%s:", pass);
60 if (sep || pass)
H A Dpperror.c36 errorv(pp.pass, level, ap);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dpassword_pbkdf2.c46 struct pbkdf2_password *pass = pin; local
49 buf = grub_malloc (pass->buflen);
55 pass->salt, pass->saltlen, pass->c,
56 buf, pass->buflen);
63 if (grub_crypto_memcmp (buf, pass->expected, pass->buflen) != 0)
90 struct pbkdf2_password *pass; local
101 pass
[all...]
H A Dpassword.c49 char *pass; local
52 pass = grub_zalloc (GRUB_AUTH_MAX_PASSLEN);
53 if (!pass)
58 grub_memcpy (pass, password, copylen);
60 err = grub_auth_register_authentication (user, check_password, pass);
63 grub_free (pass);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror_resync.c45 mm_pass_num_t pass; /* pass number */ member in struct:mm_unit_list
135 * setup_units: build lists of units for each pass
167 lp->pass = mirrorp->pass_num;
168 if ((lp->pass < 0) || (lp->pass > MD_PASS_MAX))
169 lp->pass = MD_PASS_MAX;
172 lp->next = mirrors[lp->pass];
173 mirrors[lp->pass] = lp;
192 mm_pass_num_t pass, max_pas local
346 mm_pass_num_t pass, max_pass; local
529 mm_pass_num_t pass; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl52 my ($pass, $where, $name, @mess) = @_;
59 $out = $pass ? "ok $test - $name" : "not ok $test - $name";
61 $out = $pass ? "ok $test" : "not ok $test";
67 unless ($pass) {
76 return $pass;
86 my ($pass, $name, @mess) = @_;
87 _ok($pass, _where(), $name, @mess);
138 my $pass;
141 $pass = !defined $got && !defined $expected;
144 $pass
257 sub pass { subroutine
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dabort.c40 static int pass = 0; /* counts how many times abort has been called */ variable
70 if (++pass == 1)
/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_common.h46 char *public, char *secret, char *pass);
H A Dgeneric_key.c57 setseed(unsigned char *pass) argument
67 rseed ^= (rseed << 8) | pass[i];
107 char *pass /* password to seed with for private key */)
121 setseed((u_char *)pass);
139 seed = random() ^ pass[i % 8];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dargs.t63 pass();
70 pass();
74 pass();
/osnet-11/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c65 getseed(seed, seedsize, pass)
68 unsigned char *pass;
77 rseed ^= (rseed << 8) | pass[i];
82 seed[i] = (random() & 0xff) ^ pass[i % 8];
112 __gen_dhkeys(public, secret, pass)
115 char *pass;
137 getseed((char *)seed, (int)sizeof (seed), (uchar_t *)pass);
172 char *pass) /* in */
176 if (! pkey || ! skey || ! pass)
180 __gen_dhkeys(pkey, skey, pass);
168 __gen_dhkeys_g(char *pkey, char *skey, keylen_t keylen, algtype_t algtype, char *pass) argument
[all...]
/osnet-11/usr/src/lib/libsocket/inet/
H A Drexec.c56 const char *pass, const char *cmd, int *fd2p)
58 return (rexec_af(ahost, rport, name, pass, cmd, fd2p, AF_INET));
62 const char *pass, const char *cmd, int *fd2p, int af)
95 _ruserpass(res->ai_canonname, (char **)&name, (char **)&pass);
157 (void) write(s, pass, strlen(pass) + 1);
55 rexec(char **ahost, unsigned short rport, const char *name, const char *pass, const char *cmd, int *fd2p) argument
61 rexec_af(char **ahost, unsigned short rport, const char *name, const char *pass, const char *cmd, int *fd2p, int af) argument
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptlib.h74 Optpass_t pass; member in struct:Optcache_s
85 Optpass_t pass[8]; /* optjoin() list */ member in struct:Optstate_s
94 int join; /* optjoin() pass # */
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c53 const krb5_data *pass, const krb5_data *salt)
109 params.pPassword = (CK_UTF8CHAR_PTR)pass->data;
111 passlen = (CK_ULONG)pass->length;
48 krb5int_pbkdf2_hmac_sha1( krb5_context context, const krb5_data *out, unsigned long count, krb5_enctype enctype, const krb5_data *pass, const krb5_data *salt) argument
/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslutil.h96 LIBSASL_API void sasl_erasebuffer(char *pass, unsigned len);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlcnalloc.c112 u8 pass, done_zones, search_zone, need_writeback, bit; local
143 * and pass depending on whether we are starting inside a zone (1) or
150 pass = 1;
166 * single pass is sufficient.
168 pass = 2;
175 * pass in this zone is sufficient.
177 pass = 2;
184 * Starting at beginning of volume which means a single pass
187 pass = 2;
214 "search_zone = %i, pass
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeutf8.t16 pass;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.t11 my @pass = (0,1);
13 printf "1..%d\n", $tests * scalar(@pass);
18 for my $pass (@pass) {
20 my $loopconst = $pass*$tests;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm67 sub debug_text { $_[2] =~ /^(pass|rpop)/i ? "$1 ....\n" : $_[2]; }
72 my($me,$user,$pass) = @_;
75 ($user, $pass) = $me->_lookup_credentials($user);
79 $me->pass($pass);
85 my($me,$user,$pass) = @_;
102 ($user, $pass) = $me->_lookup_credentials($user);
105 $md->add($banner,$pass);
119 sub pass subroutine
121 @_ == 2 or croak 'usage: $pop3->pass( PAS
[all...]

Completed in 61 milliseconds

1234567