Searched refs:pass (Results 51 - 75 of 156) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dattrs.t128 ::pass;
H A Deach.t154 pass ("if we got here change 8056 worked");
156 pass ("change 8056 is thanks to Inaba Hiroto");
H A Dgrent.t161 pass();
/osnet-11/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s33 / We pass the (void *) return value to _thrp_terminate().
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c913 * initialize the attributes for pass p from opt string s
2291 * if oopts is 0 then state.pass is used
2417 top = state.pass[0];
2422 if (state.pass[i].oopts == opts)
2424 o = &state.pass[i];
2439 o = state.pass;
2444 o = &state.cache->pass;
2449 oopts = (const char*)state.pass[0].oopts;
3456 state.pass[0] = top;
4187 Optpass_t* pass; local
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c117 const char *pass, unsigned passlen);
128 * pass -- plaintext password, may be NULL to remove user
129 * passlen -- length of password, 0 = strlen(pass)
149 const char *pass, unsigned passlen,
182 tmpresult = setpass_cb(conn, context, user, pass, passlen,
199 /* can't set pass for this mech */
209 pass,
1208 const char * pass,
1234 pass,
2225 const char *pass,
147 sasl_setpass(sasl_conn_t *conn, const char *user, const char *pass, unsigned passlen, const char *oldpass, unsigned oldpasslen, unsigned flags) argument
1207 _sasl_transition(sasl_conn_t * conn, const char * pass, unsigned passlen) argument
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dmft.c431 u8 pass, b; local
435 * Set the end of the pass making sure we do not overflow the mft
443 pass = 1;
452 pass = 2;
464 ntfs_log_debug("Starting bitmap search: pass %u, pass_start 0x%llx, "
465 "pass_end 0x%llx, data_pos 0x%llx.\n", pass,
473 for (; pass <= 2; size = PAGE_SIZE) {
516 * If the end of the pass has not been reached yet,
522 /* Do the next pass. */
523 pass
[all...]
/osnet-11/usr/src/lib/fm/libfmd_msg/
H A DMakefile.com87 @cmp -s $(SRCDIR)/fmd_msg_test.out fmd_msg_test.out 900 0 && echo pass \
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc.h90 char *pass; member in struct:chpass_arg
100 char *pass; member in struct:chpass3_arg
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dopen.t108 pass('flushing');
203 pass("Flush");
/osnet-11/usr/src/lib/libpp/common/
H A Dppop.c824 pp.pass,
828 pp.pass,
841 if (!(pp.ppdefault = pathprobe("C", pp.pass, pp.probe ? pp.probe : PPPROBE, 0, pp.path, MAXTOKEN + 1, NiL, 0)))
870 sfprintf(sp, "#%s %s:%-.*s %s\n", dirname(PRAGMA), pp.pass, s - pp.firstop->value, pp.firstop->value, s + 1);
872 sfprintf(sp, "#%s %s:%s\n", dirname(PRAGMA), pp.pass, pp.firstop->value);
893 , pp.pass
896 , pp.pass
920 , pp.pass
923 , pp.pass
944 , pp.pass
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c233 char *name, *pass, *class, *gecos, *dir, *shell; local
245 name = pass = class = gecos = dir = shell = NULL;
255 pass = NULL;
256 if (getfield(&pass, 0, &p, fieldsep) == NULL) { /*%< field can be empty */
362 pw->pw_passwd = pass;
385 if (pass != NULL) free(pass);
482 char *pass = NULL; local
504 pass = NULL;
505 if (getfield(&pass,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs93 Used to pass in and return a reference to an SV.
227 from C. There is no reason to pass an enum value to C since
245 A boolean type. This can be used to pass true and false values to and
422 # pass in the pointer and return the value
456 # pass in the pointer and return the value
494 # pass in the pointer and return the value
537 # pass in the pointer and return the value
648 T_OPAQUEPTR can be used to pass these bytes back into C if a pointer
733 When used to pass a perl list to C the XS writer must provide a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm113 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm84 pass the C<use> an empty import list, and then access
H A Dservent.pm86 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm78 pass the C<use> an empty import list, and then access
H A Dlocaltime.pm74 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm83 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s34 ! We pass the (void *) return value to _thrp_terminate().
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c176 * The caller should pass np if node type
254 ses_plugin_loadone(ses_target_t *tp, const char *path, uint32_t pass) argument
286 sp->sp_priority |= (uint64_t)pass << 32;
/osnet-11/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c210 smp_plugin_loadone(smp_target_t *tp, const char *path, uint32_t pass) argument
242 pp->sp_priority |= (uint64_t)pass << 32;
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_map.c1088 * host = "H1", user="U1", domain="D1" ==> pass
1089 * host = "I1", user="U1", domain="D1" ==> pass
1103 * The pass and fail arrays are used by N2L to keep track of
1108 char **pass, **fail; local
1118 if (!(pass = am(myself, x->index.numIndexes * sizeof (char *))))
1122 sfree(pass);
1155 pass[ppos++] = x->index.name[i];
1206 if (strcmp(pass[i], fail[fpos]) == 0)
1214 sfree(pass);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c149 * Solaris kerberos: modified this function to create a string to pass to
886 /* Keep connection alive, we'll try again next pass.
1223 * First pass, 1s per udp or tcp server, plus 2s at end.
1224 * Second pass, 1s per udp server, plus 4s.
1225 * Third pass, 1s per udp server, plus 8s.
1229 * Per UDP server, 1s per pass.
1253 int pass; local
1310 for (pass = 0; pass < MAX_PASS; pass
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_principal.c272 arg.pass = password;
296 arg.pass = password;

Completed in 47 milliseconds

1234567