Searched refs:vs (Results 26 - 50 of 144) sorted by relevance

123456

/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmssiginfo.c598 SecCmsVerificationStatus vs = SecCmsVSUnverified; local
608 vs = SecCmsVSSigningCertNotFound;
614 vs = SecCmsVSProcessingError;
639 vs = SecCmsVSMalformedSignature;
644 vs = SecCmsVSMalformedSignature;
654 vs = SecCmsVSMalformedSignature;
658 vs = SecCmsVSDigestMismatch;
663 vs = SecCmsVSProcessingError;
680 vs = SecCmsVSProcessingError;
684 vs
[all...]
H A DSecCmsSignerInfo.h190 SecCmsUtilVerificationStatusToString(SecCmsVerificationStatus vs);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmssiginfo.c598 SecCmsVerificationStatus vs = SecCmsVSUnverified; local
608 vs = SecCmsVSSigningCertNotFound;
614 vs = SecCmsVSProcessingError;
639 vs = SecCmsVSMalformedSignature;
644 vs = SecCmsVSMalformedSignature;
654 vs = SecCmsVSMalformedSignature;
658 vs = SecCmsVSDigestMismatch;
663 vs = SecCmsVSProcessingError;
680 vs = SecCmsVSProcessingError;
684 vs
[all...]
H A DSecCmsSignerInfo.h190 SecCmsUtilVerificationStatusToString(SecCmsVerificationStatus vs);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmssiginfo.c598 SecCmsVerificationStatus vs = SecCmsVSUnverified; local
608 vs = SecCmsVSSigningCertNotFound;
614 vs = SecCmsVSProcessingError;
639 vs = SecCmsVSMalformedSignature;
644 vs = SecCmsVSMalformedSignature;
654 vs = SecCmsVSMalformedSignature;
658 vs = SecCmsVSDigestMismatch;
663 vs = SecCmsVSProcessingError;
680 vs = SecCmsVSProcessingError;
684 vs
[all...]
H A DSecCmsSignerInfo.h190 SecCmsUtilVerificationStatusToString(SecCmsVerificationStatus vs);
/macosx-10.10/modemccl-25.1/CCLEngine/
H A DCCLEngine.c228 void SetVarString(u_int32_t vs, u_int8_t * data);
229 u_int8_t *GetVarString(u_int32_t vs);
959 void SetVarString(u_int32_t vs, u_int8_t * data) argument
961 if (vs > vsMax)
964 if (VarStrings[vs]) {
965 free(VarStrings[vs]);
966 VarStrings[vs] = 0;
970 VarStrings[vs] = malloc(*data + 1);
971 if (VarStrings[vs])
972 bcopy(data, VarStrings[vs], *dat
980 GetVarString(u_int32_t vs) argument
1572 u_int8_t vs, *vsp; local
1654 u_int8_t vs, *vsp; local
2112 u_int8_t vs; local
[all...]
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dpselect.c31 #error cancellable call vs. __DARWIN_NON_CANCELABLE mismatch
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dwinscard_msg.cpp981 INTERNAL void htonlVersionStruct(version_struct *vs) argument
983 if (vs)
985 vs->major = htonl(vs->major);
986 vs->minor = htonl(vs->minor);
987 vs->rv = htonl(vs->rv);
991 INTERNAL void ntohlVersionStruct(version_struct *vs) argument
993 if (vs)
[all...]
/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs22 private static extern int inflateInit_(ref ZStream sz, string vs, int size); argument
H A DDeflater.cs22 private static extern int deflateInit_(ref ZStream sz, int level, string vs, int size); argument
/macosx-10.10/vim-55/runtime/syntax/
H A Dvmasm.vim61 syn match vmasmOpcode "\<v[vs]add[lfdg]\>"
62 syn match vmasmOpcode "\<v[vs]cmp[lfdg]\>"
63 syn match vmasmOpcode "\<v[vs]div[fdg]\>"
64 syn match vmasmOpcode "\<v[vs]mul[lfdg]\>"
65 syn match vmasmOpcode "\<v[vs]sub[lfdg]\>"
66 syn match vmasmOpcode "\<v[vs]bi[cs]l\>"
67 syn match vmasmOpcode "\<v[vs]xorl\>"
68 syn match vmasmOpcode "\<v[vs]merge\>"
69 syn match vmasmOpcode "\<v[vs]s[rl]ll\>"
/macosx-10.10/Heimdal-398.1.2/lib/com_err/
H A DNTMakefile89 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libcom_err-exports.def
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A DNTMakefile88 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libheimntlm-exports.def
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dcscroll.rb69 TkScrollbar.new(base_frame, 'command'=>proc{|*args| c.yview(*args)}) {|vs|
70 c.yscrollcommand(proc{|first,last| vs.set first,last})
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dcscroll.rb67 TkScrollbar.new(base_frame, 'command'=>proc{|*args| c.yview(*args)}) {|vs|
68 c.yscrollcommand(proc{|first,last| vs.set first,last})
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/win/
H A Dnmakehlp.c688 char *ks, *ke, *vs, *ve;
693 vs = ke;
694 while (vs && *vs && isspace(*vs)) ++vs;
695 ve = vs;
698 list_insert(&substPtr, ks, vs);
679 char *ks, *ke, *vs, *ve; local
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/win/
H A Dnmakehlp.c688 char *ks, *ke, *vs, *ve;
693 vs = ke;
694 while (vs && *vs && isspace(*vs)) ++vs;
695 ve = vs;
698 list_insert(&substPtr, ks, vs);
679 char *ks, *ke, *vs, *ve; local
/macosx-10.10/tcl-105/tcl_ext/thread/thread/win/vc/
H A Dnmakehlp.c688 char *ks, *ke, *vs, *ve;
693 vs = ke;
694 while (vs && *vs && isspace(*vs)) ++vs;
695 ve = vs;
698 list_insert(&substPtr, ks, vs);
679 char *ks, *ke, *vs, *ve; local
/macosx-10.10/tcl-105/tcl_ext/tls/tls/win/
H A Dnmakehlp.c688 char *ks, *ke, *vs, *ve;
693 vs = ke;
694 while (vs && *vs && isspace(*vs)) ++vs;
695 ve = vs;
698 list_insert(&substPtr, ks, vs);
679 char *ks, *ke, *vs, *ve; local
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DSecCmsSignerInfo.h248 SecCmsUtilVerificationStatusToString(SecCmsVerificationStatus vs);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DSecCmsSignerInfo.h248 SecCmsUtilVerificationStatusToString(SecCmsVerificationStatus vs);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c585 slapi_entry_add_valueset(Slapi_Entry *e, const char *type, Slapi_ValueSet *vs) argument
596 return attr_merge_normalize( e, ad, *vs, NULL );
2236 int slapi_attr_get_valueset( const Slapi_Attr *a, Slapi_ValueSet **vs )
2238 *vs = &((Slapi_Attr *)a)->a_vals;
2447 Slapi_ValueSet *vs; local
2449 vs = (Slapi_ValueSet *)slapi_ch_malloc( sizeof( *vs ) );
2450 *vs = NULL;
2452 return vs;
2455 void slapi_valueset_free(Slapi_ValueSet *vs) argument
2467 slapi_valueset_init(Slapi_ValueSet *vs) argument
2476 slapi_valueset_done(Slapi_ValueSet *vs) argument
2490 slapi_valueset_add_value(Slapi_ValueSet *vs, const Slapi_Value *addval) argument
2498 slapi_valueset_first_value( Slapi_ValueSet *vs, Slapi_Value **v ) argument
2503 slapi_valueset_next_value( Slapi_ValueSet *vs, int index, Slapi_Value **v) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_lu.c287 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name, argument
290 X509_STORE *ctx=vs->ctx;
301 for (i=vs->current_method; i<sk_X509_LOOKUP_num(ctx->get_cert_methods); i++)
307 vs->current_method=j;
316 vs->current_method=0;
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dinterp.tcl98 test interp-2.11 {anonymous interps vs existing procs} {
112 test interp-2.12 {anonymous interps vs existing procs} {
642 test interp-18.1 {testing Tcl_DeleteInterp vs slaves} {
645 test interp-18.2 {testing Tcl_DeleteInterp vs slaves} {
650 test interp-18.3 {testing Tcl_DeleteInterp vs slaves} {
656 test interp-18.4 {testing Tcl_DeleteInterp vs slaves} {
662 test interp-18.5 {testing Tcl_DeleteInterp vs slaves} {
670 test interp-18.6 {testing Tcl_DeleteInterp vs slaves} {
894 test interp-20.7 {interp invokehidden vs variable eval} {
905 test interp-20.8 {interp invokehidden vs variabl
[all...]

Completed in 231 milliseconds

123456