Searched refs:protos (Results 26 - 50 of 64) sorted by relevance

123

/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkdc.h112 #include <kdc-protos.h>
H A DNTMakefile50 $(INCDIR)\kdc-protos.h \
138 $(OBJ)\kdc-protos.h: $(libkdc_la_SOURCES)
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dheimscram.h95 #include <heimscram-protos.h>
H A Dheimntlm.h164 #include <heimntlm-protos.h>
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-file-old.mm104 struct old_protocol *protos = (struct old_protocol *)
114 hi->proto_refs[i] = protos+i;
H A Dobjc-runtime-old.mm2171 old_protocol **protos;
2190 protos = _getObjcProtocols(hi, &count);
2193 fix_protocol(protos[i], protocolClass, isBundle, names, names_size);
2544 old_protocol_list *protos = cls->protocols;
2545 while (protos) {
2546 old_protocol_list *dead = protos;
2547 protos = protos->next;
/macosx-10.9.5/xnu-2422.115.4/pexpert/i386/
H A Dpe_interrupt.c29 #include <pexpert/protos.h>
H A Dpe_serial.c34 #include <pexpert/protos.h>
H A Dpe_init.c35 #include <pexpert/protos.h>
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A DNTMakefile243 $(INCDIR)\der-protos.h \
249 $(INCDIR)\der-protos.h: $(OBJ)\der-protos.h
289 $(OBJ)\der-protos.h: $(libasn1_SOURCES)
290 $(PERL) ..\..\cf\make-proto.pl -q -P remove -o $(OBJ)\der-protos.h $(libasn1_SOURCES) || $(RM) $(OBJ)\der-protos.h
296 -$(RM) $(INCDIR)\der-protos.h
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A DNTMakefile144 $(INCDIR)\hx509-protos.h \
168 $(OBJ)\hx509-protos.h:
170 $(PERL) $(SRCDIR)\..\..\cf\make-proto.pl -R "^(_|^C)" -E HX509_LIB -q -P remove -o hx509-protos.h $(dist_libhx509_la_SOURCES) || $(RM) -f hx509-protos.h
H A Dhx509.h185 #include <hx509-protos.h>
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dkcm_locl.h161 #include <kcm-protos.h>
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dcdefs.h92 #define __P(protos) protos /* full-blown ANSI C */
108 #define __P(protos) () /* traditional C preprocessor */
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A DNTMakefile108 $(OBJ)\hdb-protos.h: $(dist_libhdb_la_SOURCES)
118 $(INCDIR)\hdb-protos.h \
H A Dhdb.h294 #include <hdb-protos.h>
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_paramhlp.c206 } const protos[] = { local
263 for(pp=protos; pp->name; pp++) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/regressions/
H A Dssl-42-ciphers.c156 static int protos[]={kTLSProtocol1, kTLSProtocol11, kTLSProtocol12 }; variable
157 static int nprotos = sizeof(protos)/sizeof(protos[0]);
583 sp[0], server_certs, protos[p]);
586 sp[1], server_certs, protos[p]);
H A Dssl-43-ciphers.c97 int protos[]={ kSSLProtocol3, kTLSProtocol1, kTLSProtocol11, kTLSProtocol12 }; variable
98 int nprotos = sizeof(protos)/sizeof(protos[0]);
640 SSLProtocol proto = protos[pr];
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A DNTMakefile146 $(OBJ)\kadm5-protos.h: $(dist_libkadm5srv_la_SOURCES) $(dist_libkadm5clnt_la_SOURCES)
179 $(KADM5INCDIR)\kadm5-protos.h \
/macosx-10.9.5/xnu-2422.115.4/pexpert/pexpert/
H A Dpexpert.h44 #include <pexpert/protos.h>
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A DNTMakefile169 $(INCDIR)\krb5-protos.h \
301 $(OBJ)\krb5-protos.h: $(dist_libkrb5_la_SOURCES)
302 $(PERL) ..\..\cf\make-proto.pl -E KRB5_LIB -q -P remove -o $(OBJ)\krb5-protos.h $(dist_libkrb5_la_SOURCES) || $(RM) -f $(OBJ)\krb5-protos.h
/macosx-10.9.5/Security-55471.14.18/tlsnke/tlsnketest/
H A Dst_test.c155 static int protos[]={kTLSProtocol1, kTLSProtocol11, kTLSProtocol12 }; variable
696 sp[0], server_certs, protos[p], false);
699 sp[1], server_certs, protos[p], kernel);
/macosx-10.9.5/network_cmds-433/traceroute.tproj/
H A Dtraceroute.c450 struct outproto protos[] = { variable in typeref:struct:outproto
497 struct outproto *proto = &protos[0];
1777 for (i = 0; protos[i].name != NULL; i++) {
1778 if (strcasecmp(protos[i].name, pname) == 0) {
1782 proto = &protos[i];
/macosx-10.9.5/xnu-2422.115.4/pexpert/gen/
H A Ddevice_tree.c32 #include <pexpert/protos.h>

Completed in 335 milliseconds

123