Searched refs:pass (Results 201 - 225 of 276) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm34 my($login,$pass,$acct) = (undef,undef,undef);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm44 test your program will print out an "ok" or "not ok" to indicate pass
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s389 mov %o0, %i0 ! pass on return code
/opensolaris-onvv-gate/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) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm400 For compatibility with Apache::Cookie, you may optionally pass in
415 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
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc_xdr.c669 if (!xdr_nullstring(xdrs, &objp->pass)) {
693 if (!xdr_nullstring(xdrs, &objp->pass)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm4213 array, and sometimes a reference to a hash. Often, you can pass any
4322 which is the "official" way to pass a filehandle:
5185 a <meta> tag that specifies the encoding, allowing the HTML to pass
5195 To incorporate multiple HTML elements into the <head> section, just pass an
5251 Use the B<-noScript> parameter to pass some HTML text that will be displayed on
5258 page with the source. To use these attributes pass a HASH reference
5274 header. Just pass the list of script sections as an array reference.
6080 The $data field is optional; it lets you pass configuration
6142 containing the list of menu items in the menu. You can pass the
6209 containing the list of menu items in the menu. You can pass th
[all...]
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c32 * On the first pass, we iterate through every die, creating new type nodes as
40 * later portion of the first pass to encounter and complete the referenced
47 * left without the resolved flag, and the first pass will continue.
49 * When we begin the second pass, we will have created tdesc_t nodes for every
65 * pass, each enum is entered in dm_enumhash, along with a pointer to its
66 * corresponding tdesc_t. If, during the second pass, we encounter a
75 * redirection is done completely within the first pass. We begin by
81 * XXX see if a post traverser will allow the elimination of repeated pass 2
697 * need to wait until the second pass for resolution.
787 * Most enums (those with members) will be resolved during this first pass
1769 int pass = 0; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c86 int32_t pass = 0; local
208 pass++;
216 if (pass == 1) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h141 #define OPT_PREPASS 0x1000000 /* do this opt in pre-pass to find device */
284 extern struct bpf_program pass_filter; /* Filter for pkts to pass */
298 extern bool prepass; /* Doing pre-pass to find device name */
501 extern void demand_unblock __P((void)); /* set all NPs to pass packets */
617 extern int set_filters __P((struct bpf_program *pass,
H A Dsys-solaris.c2228 * Transfer the pass and active filters to the kernel.
2231 set_filters(pass, active)
2232 struct bpf_program *pass;
2237 if (pass->bf_len > 0) {
2238 if (strioctl(pppfd, PPPIO_PASSFILT, pass,
2240 error("Couldn't set pass-filter in kernel: %m");
2368 * Config the interface up and enable IP packets to pass.
2434 { NPMODE_PASS, "pass" },
3328 * Config the IPv6 interface up and enable IPv6 packets to pass.
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/server/
H A Dserver_stubs.c1178 FALSE, 0, NULL, arg->pass);
1183 arg->pass);
1261 arg->pass);
1269 arg->pass);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c79 * to pass pointers to these smaller structures to routines that track
103 * pass, four type-determining passes, and a final, post-pass:
107 * The initial pass constructs the nodes from the kmem caches and module data,
110 * marked with their known type. This pass takes the longest amount of
119 * in this pass; if we discover that a node is larger than twice its inferred
161 * the type is propagated. This pass picks up those nodes that are larger than
164 * frequently determined by this pass.)
166 * Post-pass: Greatest unknown reach
176 * depth-first pass throug
1549 hrtime_t pass; local
[all...]
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s1384 mov %g5, %g3 ! pass SFSR to the 3rd arg
1385 mov %g6, %g2 ! pass SFAR to the 2nd arg
1393 mov %g5, %g3 ! pass SFSR to the 3rd arg
1394 mov %g6, %g2 ! pass SFAR to the 2nd arg
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/stack/
H A Dsafestack.h142 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
148 (algor,d2i_func,free_func,pass,passlen,oct,seq)
209 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
210 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))
1777 #define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \
1778 SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
1780 #define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \
1781 SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dmodctl.c529 * doesn't match that driver's name, fail. Otherwise, pass, since
1594 * If NULL is specified, pass along the NULL, it means 'use the default'.
3805 int pass; local
3821 for (pass = 0; pass < mod_uninstall_pass_max; pass++) {
3823 /* zero count of modules that go unreferenced during pass */
3845 /* break if no modules went unreferenced during pass */
3849 if (pass >= mod_uninstall_pass_max)
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1821 u_32_t pass; local
1827 (void) fr_acctpkt(fin, &pass);
1830 (void) fr_checkstate(fin, &pass);
2233 /* leave it as it is (pass the packet) */
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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 390 milliseconds

1234567891011>>