| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| inquire_cred.c | 56 OM_uint32 aret; local 85 aret = _gsskrb5_acquire_cred(&aminor, 93 if (aret == GSS_S_COMPLETE) { 94 aret = _gsskrb5_inquire_cred(&aminor, 101 if (aret == GSS_S_COMPLETE) { 112 } else if (aret != GSS_S_NO_CRED) { 114 return aret; 154 if (aret != GSS_S_COMPLETE) { 162 return aret; 166 if (aret != GSS_S_COMPLETE && ret != GSS_S_COMPLETE) [all...] |
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| stash.c | 50 int aret; local 64 aret = asprintf(&opt->key_file_string, "%s/m-key", hdb_db_dir(context)); 65 if (aret == -1) 121 aret = asprintf(&old, "%s.old", opt->key_file_string); 122 if (aret == -1) { 126 aret = asprintf(&new, "%s.new", opt->key_file_string); 127 if (aret == -1) {
|
| cpw.c | 90 int aret; local 99 aret = asprintf(&prompt, "%s's Password: ", princ_name); 101 if (aret == -1)
|
| kadmind.c | 142 int aret; local 144 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); 145 if (aret == -1)
|
| get.c | 130 int aret; local 137 aret = asprintf (&s, "unknown(%d)", k->key_data_type[0]); 138 if (aret == -1) 151 aret = asprintf (&s, "unknown(%d)", k->key_data_type[1]); 152 if (aret == -1) 158 aret = 0; 164 aret = asprintf (&s, "(%.*s)", k->key_data_length[1], 166 if (aret == -1 || s == NULL) 170 aret = asprintf (&s, "[%d]", k->key_data_kvno); 171 if (aret == -1 [all...] |
| ank.c | 130 int aret; local 135 aret = asprintf (&prompt, "%s's Password: ", princ_name); 137 if (aret == -1) {
|
| kadmin.c | 164 int aret; local 187 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); 188 if (aret == -1)
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| kstash.c | 71 int aret; local 91 aret = asprintf(&keyfile, "%s/m-key", hdb_db_dir(context)); 92 if (aret == -1) 146 aret = asprintf(&old, "%s.old", keyfile); 147 if (aret == -1) { 152 aret = asprintf(&new, "%s.new", keyfile); 153 if (aret == -1) {
|
| config.c | 198 int aret; local 201 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); 202 if (aret == -1 || config_file == NULL)
|
| hpropd.c | 215 int aret; local 217 aret = asprintf(&tmp_db, "%s~", database); 218 if (aret == -1)
|
| kx509.c | 356 krb5_error_code ret, aret; local 382 aret = krb5_unparse_name(context, sprincipal, &expected); 383 if (aret)
|
| digest.c | 411 int aret; local 413 aret = asprintf(&s, "%s-%s:%s", r.u.initReply.nonce, 416 if (aret == -1 || s == NULL) { 433 int aret; local 443 aret = asprintf(r.u.initReply.identifier, "%02X", identifier&0xff); 444 if (aret == -1 || *r.u.initReply.identifier == NULL) { 1005 int aret; local 1008 aret = asprintf(&r.u.error.reason, "Unsupported digest type %s", 1010 if (aret == -1 || r.u.error.reason == NULL) {
|
| /src/crypto/external/bsd/heimdal/dist/kpasswd/ |
| kpasswd-generator.c | 101 int aret; local 112 aret = asprintf(&old_pwd, "%s", name); 113 if (aret == -1) 115 aret = asprintf(&new_pwd, "%s2", name); 116 if (aret == -1)
|
| kpasswd.c | 69 int aret; local 76 aret = asprintf(&msg, "New password: "); 82 aret = asprintf(&msg, "New password for %s: ", name); 85 if (aret == -1 || msg == NULL)
|
| kpasswdd.c | 880 int aret; local 896 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); 897 if (aret == -1)
|
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| context_s.c | 146 int aret; local 202 aret = asprintf(&ctx->config.acl_file, "%s/kadmind.acl", 204 if (aret == -1) 208 aret = asprintf(&ctx->config.stash_file, "%s/m-key", 210 if (aret == -1) 214 aret = asprintf(&ctx->log_context.log_file, "%s/log", 216 if (aret == -1)
|
| get_princs_s.c | 101 int aret; local 104 aret = asprintf(&d.exp2, "%s@%s", expression, r); 106 if (aret == -1 || d.exp2 == NULL) {
|
| iprop-log.c | 53 int aret; local 56 aret = asprintf(&file, "%s/kdc.conf", hdb_db_dir(context)); 57 if (aret == -1 || file == NULL)
|
| /src/crypto/external/bsd/heimdal/dist/kuser/ |
| kswitch.c | 155 int aret; local 161 aret = asprintf(&str, "%s:%s", ops->prefix, opt->cache_string); 162 if (aret == -1)
|
| kinit.c | 441 int aret; local 454 aret = asprintf(&name, "ntlm-key-%s", domain); 455 if (aret == -1 || name == NULL) 687 int aret = 0; local 693 aret = asprintf(&prompt, N_("%s's Password: ", ""), p); 695 if (aret == -1)
|
| /src/bin/csh/ |
| lex.c | 106 int aret = F_SEEK; variable 1305 aret = F_SEEK; 1311 aret = F_SEEK; 1313 aret = A_SEEK; 1321 aret = F_SEEK; 1335 aret = E_SEEK; 1342 aret = F_SEEK; 1566 switch (aret = l->type) { 1579 (void)fprintf(csherr, "Bad seek type %d\n", aret); 1587 switch (l->type = aret) { [all...] |
| csh.h | 248 extern int aret; /* What was the last character returned */
|
| /src/crypto/external/bsd/heimdal/dist/lib/kafs/ |
| common.c | 354 int aret; local 356 aret = asprintf(&str, "%s tried afs%s%s@%s -> %s (%d)", 359 if (aret != -1) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| db3.c | 381 int aret; local 397 aret = asprintf(&fn, "%s.db", db->hdb_name); 398 if (aret == -1) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| init_sec_context.c | 124 int aret; local 171 aret = asprintf(&confname, "ntlm-key-%s", *domainp); 172 if (aret == -1) {
|