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

123456

/illumos-gate/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);
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dnewkey.c91 char *pass, *target_host = NULL, local
205 pass = get_password(uid, target_host, username);
207 if (pass == NULL)
210 (void) strlcpy(short_pass, pass, sizeof (short_pass));
337 *pass = NULL; local
374 pass = getpassphrase(prompt);
375 if (pass && strlen(pass) == 0) {
380 strcpy(password, pass);
388 pass
[all...]
H A Dkeylogin.c227 oldkeylogin(char *fullname, char *pass) argument
232 if (getsecretkey(fullname, secret, pass) == 0) {
329 char *pass; local
351 if (!(pass = getpass("Password:")))
359 (void) oldkeylogin(fullname, pass);
372 8) * 2) + 1, pass) == 0) {
406 exit(oldkeylogin(fullname, pass));
/illumos-gate/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)
/illumos-gate/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];
/illumos-gate/usr/src/cmd/ipf/examples/
H A DBASIC_1.FW41 pass in quick on lo0 all
42 pass out quick on lo0 all
60 pass in quick proto udp from any to any port = 53 keep state group 202
65 #pass in quick proto udp from any to w.x.y.z/32 port = 53 keep state group 202
66 #pass out quick on ppp0 proto udp from a.b.c.d/32 to any port = 53 keep state
70 pass in quick proto tcp from any to any port = ftp keep state group 201
71 pass in quick proto tcp from any to any port = ftp-data keep state group 201
72 pass in quick proto tcp from any port = ftp-data to any port > 1023 keep state group 101
76 pass in quick proto udp from any to any port = ntp keep state group 202
80 pass i
[all...]
H A DBASIC_2.FW52 pass in quick on lo0 all
53 pass out quick on lo0 all
59 pass in log quick proto tcp all flags S/SA keep state group 200
65 pass in log quick proto icmp all keep state group 200
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcscoll.c43 int direc, pass; local
58 * safely. You absolutely have to run this pass by pass,
62 * during the primary pass anyway.
64 * Note that we do one final extra pass at the end to pick
67 for (pass = 0; pass <= lcc->lc_directive_count; pass++) {
74 /* special pass for UNDEFINED */
75 if (pass
[all...]
H A Dcollate.c193 substsearch(const struct lc_collate *lcc, const wchar_t key, int pass) argument
196 int n = lcc->lc_subst_count[pass];
201 if (pass >= lcc->lc_directive_count)
207 p = lcc->lc_subst_table[pass] + (key & ~COLLATE_SUBST_PRIORITY);
289 * If this is the "last" pass for the UNDEFINED, then
388 int pass; local
396 for (pass = 0; pass <= ndir; pass++) {
400 if (pass !
513 xfrm(locale_t loc, unsigned char *p, int pri, int pass) argument
537 int pass; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dget_names.c91 struct passwd *pass = getpwuid(getuid()); local
92 if (pass != NULL)
93 my_name = pass->pw_name;
/illumos-gate/usr/src/common/net/wanboot/
H A Dp12auxpars.c150 static int sunw_PKCS12_contents(PKCS12 *p12, const char *pass,
163 * pass - Pass phrase for the private key (possibly empty) or NULL if
208 sunw_PKCS12_parse(PKCS12 *p12, const char *pass, int matchty, char *keyid, argument
249 if (pass == NULL || *pass == '\0') {
251 pass = NULL;
253 pass = "";
259 } else if (PKCS12_verify_mac(p12, pass, -1) == 0) {
264 retval = parse_pkcs12(p12, pass, matchty, keyid, keyid_len,
292 * pass
319 parse_pkcs12(PKCS12 *p12, const char *pass, int matchty, char *keyid, int kstr_len, char *name_str, EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca) argument
498 sunw_PKCS12_contents(PKCS12 *p12, const char *pass, STACK_OF(EVP_PKEY) **pkey, STACK_OF(X509) **certs) argument
553 parse_outer(PKCS12 *p12, const char *pass, STACK_OF(EVP_PKEY) *kl, STACK_OF(X509) *cl) argument
642 parse_one_bag(PKCS12_SAFEBAG *bag, const char *pass, STACK_OF(EVP_PKEY) *kl, STACK_OF(X509) *cl) argument
[all...]
/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dmulti_stats.c50 int pass; local
53 for (pass = 0; ; pass++) { /* CSTYLED */
54 if (iterations != -1 && pass >= iterations)
62 if (error == EAGAIN && pass == 0)
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Drexec.c64 const char *pass, const char *cmd, int *fd2p)
66 return (rexec_af(ahost, rport, name, pass, cmd, fd2p, AF_INET));
70 const char *pass, const char *cmd, int *fd2p, int af)
103 _ruserpass(res->ai_canonname, (char **)&name, (char **)&pass);
165 (void) write(s, pass, strlen(pass) + 1);
63 rexec(char **ahost, unsigned short rport, const char *name, const char *pass, const char *cmd, int *fd2p) argument
69 rexec_af(char **ahost, unsigned short rport, const char *name, const char *pass, const char *cmd, int *fd2p, int af) argument
/illumos-gate/usr/src/lib/libbc/libc/net/
H A Drexec.c48 char *pass,
64 _ruserpass(hp->h_name, &name, &pass);
121 (void) write(s, pass, strlen(pass) + 1);
44 rexec( char **ahost, unsigned short rport, char *name, char *pass, char *cmd, int *fd2p) argument
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfmod.s55 pushl 20(%ebp) / pass x
57 pushl 12(%ebp) / pass y
H A Dremainder.s71 pushl 20(%ebp) / pass y
73 pushl 12(%ebp) / pass x
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptlib.h71 Optpass_t pass; member in struct:Optcache_s
82 Optpass_t pass[8]; /* optjoin() list */ member in struct:Optstate_s
91 int join; /* optjoin() pass # */
/illumos-gate/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
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslutil.h99 LIBSASL_API void sasl_erasebuffer(char *pass, unsigned len);
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_text.c165 int pass, i; local
181 for (pass = 1; pass <= 2; pass++) {
200 switch (pass) {
203 * On the first pass, skip portals that
212 * On the second pass, process the
236 int pass; local
246 for (pass = 1; pass <
[all...]
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c157 uint_t pass; local
168 for (pass = 1; pass <= 4; pass++) {
169 if ((justpass < 0 || justpass == pass) && pass < 4) {
170 infohdr("SECTION", "PASS%u: %lu bytes\n", pass,
171 psizes[pass]);
174 (void) fseek(fp, psizes[pass], SEEK_CUR);
197 if (line.decflag & LND) /* end-of-pass marke
[all...]

Completed in 108 milliseconds

123456