Searched refs:spdata (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dauth_shadow.c113 char spdata[PWBUFSZ]; /* spbuf indirect data goes in here */
150 sp = getspnam_r(login, &spbuf, spdata, sizeof(spdata));
112 char spdata[PWBUFSZ]; /* spbuf indirect data goes in here */ local
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c670 _asl_action_set_param_data_free(asl_action_set_param_data_t *spdata) argument
672 if (spdata != NULL) notify_cancel(spdata->token);
673 free(spdata);
1388 asl_action_set_param_data_t *spdata = (asl_action_set_param_data_t *)r->private; local
1389 if ((spdata != NULL) && (spdata->token == t))
1397 asl_action_set_param_data_t *spdata = (asl_action_set_param_data_t *)r->private; local
1398 if ((spdata != NULL) && (spdata
1407 asl_action_set_param_data_t *spdata = (asl_action_set_param_data_t *)r->private; local
1525 asl_action_set_param_data_t *spdata; local
1554 asl_action_set_param_data_t *spdata; local
1585 asl_action_set_param_data_t *spdata; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dpac.c943 krb5_storage *sp = NULL, *spdata = NULL; local
1014 spdata = krb5_storage_emem();
1015 if (spdata == NULL) {
1019 krb5_storage_set_flags(spdata, KRB5_STORAGE_BYTEORDER_LE);
1035 CHECK(ret, krb5_store_uint32(spdata, server_cksumtype), out);
1036 CHECK(ret, fill_zeros(context, spdata, server_size), out);
1040 CHECK(ret, krb5_store_uint32(spdata, priv_cksumtype), out);
1041 CHECK(ret, fill_zeros(context, spdata, priv_size), out);
1043 len = krb5_storage_write(spdata, logon.data, logon.length);
1052 sret = krb5_storage_write(spdata, pt
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dapi_support.h109 InternalDBPolicyRef ASDBAddPolicy (InternalDBRef ref, CFDictionaryRef spdata);
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim1903 au BufNewFile,BufRead *.speedup,*.spdata,*.spd setf spup

Completed in 118 milliseconds