Searched refs:stype (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dsymbol.c85 s->stype = SUndefined;
97 if (s->stype == SUndefined) {
106 } else if (s->stype == Stype && !is_export(s->name)) {
H A Dsymbol.h152 enum { SUndefined, SValue, Stype } stype; member in struct:symbol
H A Dasn1parse.y283 s->stype = Stype;
326 s->stype = Stype;
560 if(s->stype != Stype && s->stype != SUndefined)
715 s->stype = SValue;
878 if(s->stype != SValue ||
912 if(s->stype != SValue)
H A Dgen_decode.c144 if ((t->symbol->stype == Stype && t->symbol->type == NULL)
145 || t->symbol->stype == SUndefined) {
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DFormat.java560 Class stype = type.getSuperclass();
561 while (stype != null && stype != Object.class) {
562 supertypes.add(stype.getName());
563 addInterfaces(stype);
564 stype = stype.getSuperclass();
/macosx-10.10.1/libxslt-13/libxslt/examples/
H A DxsltICUSort.c79 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
80 comp->stype =
84 if (comp->stype != NULL) {
86 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
88 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
93 comp->stype);
289 xmlFree(comp->stype);
290 comp->stype = NULL;
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dsalt.c40 krb5_salttype stype,
54 if (st->type == stype) {
65 "salttype %d not supported", stype);
38 krb5_salttype_to_string(krb5_context context, krb5_enctype etype, krb5_salttype stype, char **string) argument
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dks_keychain.c101 CSSM_ALGORITHMS stype; local
104 stype = CSSM_ALGID_MD5;
106 stype = CSSM_ALGID_SHA1;
108 stype = CSSM_ALGID_SHA256;
110 stype = CSSM_ALGID_SHA384;
112 stype = CSSM_ALGID_SHA512;
136 cret = CSSM_SignData(sigHandle, &in, 1, stype, &sig);
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dkadm5-protos.h302 int32_t ktype, int32_t stype,
H A Dcommon_glue.c148 * @stype is the salttype to get a key for, or -1 to get the first match
157 int32_t ktype, int32_t stype,
163 if (kvno < 1 || stype != -1)
155 kadm5_decrypt_key(void *server_handle, kadm5_principal_ent_t entry, int32_t ktype, int32_t stype, int32_t kvno, krb5_keyblock *keyblock, krb5_keysalt *keysalt, int *kvnop) argument
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c294 char *stype[] = { variable
308 stype[1] = "binary";
309 settype(2, stype);
320 stype[1] = "ascii";
321 settype(2, stype);
332 stype[1] = "tenex";
333 settype(2, stype);
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_vnops.c6655 xattr2sfm(const char *xa, enum stream_types *stype) argument
6672 *stype = kResourceFrk;
6676 *stype = kFinderInfo;
6679 *stype = kExtendedAttr;
6702 enum stream_types stype = kNoStream; local
6745 sfmname = xattr2sfm(ap->a_name, &stype);
6756 if ((stype & kResourceFrk) != kResourceFrk)
6765 if (stype & kFinderInfo) {
6816 0xabc001, error, stype, 0, 0);
6837 0xabc002, error, stype,
7048 enum stream_types stype = kNoStream; local
7241 enum stream_types stype = kNoStream; local
[all...]
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxsltutils.c1129 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
1130 comp->stype =
1134 if (comp->stype != NULL) {
1136 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
1138 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
1143 comp->stype);
1326 xmlFree((void *)(comp->stype));
1327 comp->stype = NULL;
H A Dpreproc.c697 comp->stype = xsltEvalStaticAttrValueTemplate(style, inst,
700 if (comp->stype != NULL) {
701 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
703 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
707 "xsltSortComp: no support for data-type = %s\n", comp->stype);
/macosx-10.10.1/swig-12/Source/
H A DMakefile.am83 Swig/stype.c \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/
H A Drequirements.grammar197 | stype:INTEGER
198 { type = atol(stype->getText().c_str()); }
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubyrun.swg240 VALUE stype = rb_iv_get(obj, "@__swigtype__");
241 return StringValuePtr(stype);
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dcmds.c304 char *stype[] = { variable
323 stype[1] = "binary";
324 settype(2, stype);
340 stype[1] = "ascii";
341 settype(2, stype);
357 stype[1] = "tenex";
358 settype(2, stype);
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVLib.c791 UInt8 mode, stype; local
836 stype = mode & kAVCSignalModeMask_STYPE;
837 if(stype == kAVCSignalModeMask_DVCPro25)
841 else if(stype == kAVCSignalModeMask_DVCPro50)
862 if(stype == kAVCSignalModeMask_SDL)
2326 UInt8 stype; local
2390 stype = pGlobalData->fStreamVars.fSignalMode & kAVCSignalModeMask_STYPE;
2391 switch (stype)
2700 UInt8 stype = pGlobalData->fStreamVars.fSignalMode & kAVCSignalModeMask_STYPE; local
2701 switch (stype)
3675 UInt8 stype; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dtekhex.c415 char stype = (*src); local
432 if (stype <= '4')
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A DRequirementParser.cpp212 antlr::RefToken stype = antlr::nullToken; local
248 stype = LT(1);
250 type = (uint32_t)atol(stype->getText().c_str());
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DRequirementParser.cpp212 antlr::RefToken stype = antlr::nullToken; local
248 stype = LT(1);
250 type = (uint32_t)atol(stype->getText().c_str());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h136 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
/macosx-10.10.1/apache-793/httpd/support/
H A Dhtcacheclean.c181 char ttype, stype, mtype, utype; local
197 stype = 'K';
201 stype = 'M';
237 tfrag, ttype, s->sum, sfrag, stype);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfa.tcl1145 struct::list assign $value stype symbols statedata
1147 if {$stype ne "grammar::fa"} {
1148 return -code error "$prefix unknown type \"$stype\""

Completed in 489 milliseconds

12