| /src/sys/arch/ia64/stand/efi/libefi/ |
| delay.c | 39 UINTN junk; local 48 BS->WaitForEvent(1, &ev, &junk);
|
| efi_console.c | 76 UINTN junk; local 81 BS->WaitForEvent(1, &conin->WaitForKey, &junk);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| indicate_mechs.c | 43 OM_uint32 ret, junk; local 51 gss_release_oid_set(&junk, mech_set);
|
| release_cred.c | 45 OM_uint32 junk; local 69 gss_release_oid_set(&junk, &cred->mechanisms);
|
| inquire_cred.c | 53 OM_uint32 junk; local 100 (void) _gsskrb5_release_cred(&junk, &aqcred_accept); 111 (void) gss_release_oid_set(&junk, &amechs); 136 (void) _gsskrb5_release_cred(&junk, &aqcred_init); 159 (void) gss_release_oid_set(&junk, &amechs);
|
| prf.c | 52 OM_uint32 junk; local 112 gss_release_buffer(&junk, prf_out); 130 gss_release_buffer(&junk, prf_out);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_inquire_names_for_mech.c | 61 OM_uint32 junk; local 62 gss_release_oid_set(&junk, name_types); 68 OM_uint32 junk; local 69 gss_release_oid_set(&junk, name_types);
|
| gss_set_cred_option.c | 90 OM_uint32 junk; local 91 gss_release_cred(&junk, cred_handle);
|
| gss_store_cred.c | 51 OM_uint32 junk; local 85 gss_add_oid_set_member(&junk, desired_mech, elements_stored); 88 gss_release_oid_set(&junk, elements_stored);
|
| gss_add_cred_with_password.c | 53 OM_uint32 junk, time_req; local 89 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred); 106 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred); 123 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred); 139 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred);
|
| gss_cred.c | 121 OM_uint32 major, junk; local 222 gss_release_cred(&junk, cred_handle);
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_sasl_proto.c | 90 char *junk; local 103 junk = concatenate(session->sasl_mechanism_list, " ", mech_list, 106 session->sasl_mechanism_list = junk;
|
| /src/games/battlestar/ |
| cypher.c | 47 int junk; local 445 sscanf(buffer, "%d", &junk); 446 if (!junk)
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| acquire_cred.c | 70 OM_uint32 junk; local 71 _gss_ntlm_delete_sec_context(&junk, &context, NULL);
|
| creds.c | 50 OM_uint32 ret, junk; local 98 gss_release_oid_set(&junk, mechanisms);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| sent.c | 167 VSTRING *junk = vstring_alloc(100); local 169 vstring_sprintf(junk, "%s: %s service failed", 171 my_dsn.reason = vstring_str(junk); 174 vstring_free(junk);
|
| bounce.c | 336 VSTRING *junk = vstring_alloc(100); local 339 vstring_sprintf(junk, "%s or %s service failure", 341 my_dsn.reason = vstring_str(junk); 343 vstring_free(junk); 529 VSTRING *junk = vstring_alloc(100); local 532 vstring_sprintf(junk, "%s or %s service failure", 534 my_dsn.reason = vstring_str(junk); 536 vstring_free(junk);
|
| /src/external/ibm-public/postfix/dist/src/oqmgr/ |
| qmgr_feedback.c | 120 char junk; local 145 &enum_val, slash, denom_str, &junk)) { 155 && sscanf(denom_str, "%lf%c", &denom_val, &junk) == 1
|
| /src/external/ibm-public/postfix/dist/src/qmgr/ |
| qmgr_feedback.c | 120 char junk; local 145 &enum_val, slash, denom_str, &junk)) { 155 && sscanf(denom_str, "%lf%c", &denom_val, &junk) == 1
|
| /src/games/mille/ |
| save.c | 67 STAT junk; local 111 if (sp == buf || (!Fromfile && stat(buf, &junk) > -1
|
| /src/games/trek/ |
| dumpgame.c | 155 long junk; local 160 if (read(fd, &junk, sizeof junk) != (sizeof junk)) 162 if ((char *)junk != d->area) 170 return (read(fd, &junk, 1));
|
| /src/sys/arch/mips/mips/ |
| mips_mcclock.c | 144 volatile int junk; local 148 junk = clk[MC_REGC].datum; 149 junk++; junk++; junk++; junk++; 156 junk = clk[MC_REGC].datum; 158 junk++; junk++; junk++; junk++ [all...] |
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_api.c | 225 char *junk; local 328 junk = cleanup_path; 330 myfree(junk); 376 junk = cleanup_path; 381 myfree(junk);
|
| cleanup_envelope.c | 129 int junk; local 199 if ((junk = rec_attr_map(attr_name)) != 0) { 201 mapped_type = junk; 321 if (!alldig(mapped_buf) || (junk = atoi(mapped_buf)) == 0 322 || DSN_NOTIFY_OK(junk) == 0) 327 QMGR_READ_FLAG_FROM_DSN(state->dsn_notify = junk); 435 if (!alldig(mapped_buf) || (junk = atoi(mapped_buf)) == 0 436 || DSN_RET_OK(junk) == 0) { 442 state->dsn_ret = junk;
|
| cleanup_extracted.c | 112 int junk; local 173 if ((junk = rec_attr_map(attr_name)) != 0) { 175 type = junk; 260 if (!alldig(buf) || (junk = atoi(buf)) == 0 || DSN_NOTIFY_OK(junk) == 0) 265 QMGR_READ_FLAG_FROM_DSN(state->dsn_notify = junk);
|