Searched refs:junk (Results 26 - 50 of 250) sorted by relevance

12345678910

/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_add_cred_with_password.c51 OM_uint32 junk, time_req; local
86 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred);
103 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred);
120 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred);
136 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred);
H A Dgss_acquire_cred_ex.c92 OM_uint32 junk; local
126 gss_test_oid_set_member(&junk, desired_mech, _gss_mech_oids, &t);
129 gss_release_name(&junk, &name);
148 gss_release_name(&junk, &name);
H A Dgss_set_cred_option.c86 OM_uint32 junk; local
87 gss_release_cred(&junk, cred_handle);
H A Dgss_add_cred.c93 OM_uint32 junk; local
126 gss_release_cred(&junk, &release_cred);
158 gss_release_cred(&junk, &release_cred);
166 gss_release_cred(&junk, &release_cred);
188 gss_release_cred(&junk, &release_cred);
H A Dgss_acquire_cred.c43 OM_uint32 major_status, junk; local
163 gss_release_cred(&junk, output_cred_handle);
165 gss_release_oid_set(&junk, actual_mechs);
H A Dgss_names.c127 OM_uint32 junk; local
129 _gss_free_oid(&junk, &name->gn_type);
135 mn->gmn_mech->gm_release_name(&junk, &mn->gmn_name);
138 gss_release_buffer(&junk, &name->gn_value);
/macosx-10.10.1/KerberosHelper-151/NAHSample/
H A DNAHSample.m41 OM_uint32 maj, junk;
46 maj = gss_init_sec_context(&junk, cred, &ctx, servername, mech, 0, GSS_C_INDEFINITE, NULL, NULL,
49 NSLog(@"ISC failed with %d/%d for %@", maj, junk, name);
52 gss_delete_sec_context(&junk, &ctx, NULL);
53 gss_release_buffer(&junk, &buffer);
55 gss_release_cred(&junk, &cred);
56 gss_release_name(&junk, &servername);
/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dpostconf_builtin.c242 const char *junk; local
252 || (junk = mail_conf_lookup_eval(VAR_INET_INTERFACES)) == 0)
253 junk = DEF_INET_INTERFACES;
254 var_inet_interfaces = mystrdup(junk);
258 || (junk = mail_conf_lookup_eval(VAR_MYNETWORKS_STYLE)) == 0)
259 junk = DEF_MYNETWORKS_STYLE;
260 var_mynetworks_style = mystrdup(junk);
264 || (junk = mail_conf_lookup_eval(VAR_INET_PROTOCOLS)) == 0)
265 junk = DEF_INET_PROTOCOLS;
266 var_inet_protocols = mystrdup(junk);
[all...]
H A Dpostconf_main.c119 char *name, *value, *junk; local
124 junk = mystrdup(*cpp);
125 if ((err = split_nameval(junk, &name, &value)) != 0)
128 myfree(junk);
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_bounce.c103 int junk; local
156 if ((junk = rec_attr_map(attr_name)) != 0) {
158 rec_type = junk;
168 if (alldig(start) && (junk = atoi(start)) > 0
169 && DSN_NOTIFY_OK(junk))
170 dsn_notify = junk;
H A Dcleanup_api.c203 char *junk; local
306 junk = cleanup_path;
308 myfree(junk);
352 junk = cleanup_path;
357 myfree(junk);
H A Dcleanup_envelope.c115 int junk; local
185 if ((junk = rec_attr_map(attr_name)) != 0) {
187 mapped_type = junk;
307 if (!alldig(mapped_buf) || (junk = atoi(mapped_buf)) == 0
308 || DSN_NOTIFY_OK(junk) == 0)
313 QMGR_READ_FLAG_FROM_DSN(state->dsn_notify = junk);
426 if (!alldig(mapped_buf) || (junk = atoi(mapped_buf)) == 0
427 || DSN_RET_OK(junk) == 0) {
433 state->dsn_ret = junk;
/macosx-10.10.1/postfix-255/postfix/src/oqmgr/
H A Dqmgr_feedback.c113 char junk; local
138 &enum_val, &slash, denom_str, &junk)) {
148 && sscanf(denom_str, "%lf%c", &denom_val, &junk) == 1
/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr_feedback.c113 char junk; local
138 &enum_val, &slash, denom_str, &junk)) {
148 && sscanf(denom_str, "%lf%c", &denom_val, &junk) == 1
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_sasl_proto.c117 char *junk; local
130 junk = concatenate(session->sasl_mechanism_list, " ", mech_list,
133 session->sasl_mechanism_list = junk;
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml12 Stream.junk stream;
30 Stream.junk stream;
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml14 Stream.junk stream;
35 Stream.junk stream;
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/digest/
H A Dcreds.c47 OM_uint32 ret, junk; local
84 gss_release_oid_set(&junk, mechanisms);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dbounce.c256 VSTRING *junk = vstring_alloc(100); local
259 vstring_sprintf(junk, "%s or %s service failure",
261 my_dsn.reason = vstring_str(junk);
263 vstring_free(junk);
417 VSTRING *junk = vstring_alloc(100); local
420 vstring_sprintf(junk, "%s or %s service failure",
422 my_dsn.reason = vstring_str(junk);
424 vstring_free(junk);
H A Dsafe_ultostr.c217 char *junk; local
230 ulval2 = safe_strtoul(" ", &junk, 10);
231 if (*junk == 0 || errno != EINVAL)
244 ulval2 = safe_strtoul(STR(buf), &junk, base);
245 if (*junk || (ulval2 == ULONG_MAX && errno == ERANGE))
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DTfp_Arrays.c52 int junk; local
55 p = Tcl_CreateHashEntry( arr->table, key, &junk );
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/config/
H A Dmktar.sh12 fgrep -v .junk | fgrep -v .orig | fgrep -v "#" |fgrep -v .DS_Store| fgrep -v config. | \
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/spnego/
H A Dcontext_stubs.c38 OM_uint32 ret, junk; local
48 gss_release_oid_set(&junk, &m);
58 gss_release_oid_set(&junk, &m);
59 gss_release_oid_set(&junk, mechs);
63 gss_release_oid_set(&junk, &m);
370 OM_uint32 junk; local
372 _gss_free_oid(&junk, &name->type);
373 gss_release_buffer(&junk, &name->value);
375 gss_release_name(&junk, &name->mech);
396 OM_uint32 maj_stat, junk; local
567 OM_uint32 ret, junk; local
609 OM_uint32 ret, junk; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dprf.c50 OM_uint32 junk; local
110 gss_release_buffer(&junk, prf_out);
129 gss_release_buffer(&junk, prf_out);
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fpmath.h60 unsigned int junk :16; member in struct:IEEEl2bits::__anon2709

Completed in 131 milliseconds

12345678910