Searched refs:protocol (Results 51 - 75 of 347) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dcomp-types-3.m6 @protocol MyProtocolA
10 @protocol MyProtocolB
14 @protocol MyProtocolAB <MyProtocolA, MyProtocolB>
17 @protocol MyProtocolAC <MyProtocolA>
H A Dcomp-types-9.m6 @protocol NSObject
H A Dproto-lossage-1.m1 /* Test for situations in which protocol conformance information
9 @protocol NSObject
16 @protocol PlateMethods
38 int i = [plate1 someValue]; /* { dg-warning ".\\-someValue. not found in protocol\\(s\\)" } */
40 int j = [(id <NSObject>)plate1 someValue]; /* { dg-bogus "not found in protocol" } */
41 int k = [(id)plate1 someValue]; /* { dg-bogus "not found in protocol" } */
H A Dsuper-class-4.m13 @protocol MySelTarget
17 @protocol Img
H A Dtry-catch-10.m9 @protocol Proto1
13 @protocol Proto2
32 mc2 = p2; /* { dg-warning "type .id <Proto1>. does not conform to the .Proto2. protocol" } */
H A Dcomp-types-10.m5 @protocol Foo
19 return o; /* { dg-warning "class .Object. does not implement the .Foo. protocol" } */
H A Dcomp-types-5.m6 @protocol MyProtocol
H A Dlookup-1.m13 @protocol MyProto
40 if ([view conformsTo:@protocol(MyProto)]) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dkeydata_65533.h31 isc_uint8_t protocol; member in struct:dns_rdata_keydata
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dproto-lossage-1.mm1 /* Test for situations in which protocol conformance information
9 @protocol NSObject
16 @protocol PlateMethods
38 int i = [plate1 someValue]; /* { dg-warning ".\\-someValue. not found in protocol\\(s\\)" } */
40 int j = [(id <NSObject>)plate1 someValue]; /* { dg-bogus "not found in protocol" } */
41 int k = [(id)plate1 someValue]; /* { dg-bogus "not found in protocol" } */
H A Dsuper-class-2.mm14 @protocol MySelTarget
18 @protocol Img
H A Dtry-catch-11.mm9 @protocol Proto1
13 @protocol Proto2
32 mc2 = p2; /* { dg-warning "type .id <Proto1>. does not conform to the .Proto2. protocol" } */
H A Dcomp-types-11.mm5 @protocol Foo
19 return o; /* { dg-warning "class .Object. does not implement the .Foo. protocol" } */
H A Dcomp-types-6.mm7 @protocol MyProtocol
H A Dlookup-2.mm15 @protocol MyProto
42 if ([view conformsTo:@protocol(MyProto)]) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dformal_protocol-3.m6 /* Test defining two protocol, a class adopting both of them,
9 @protocol Enabling
14 @protocol Evaluating
H A Dformal_protocol-1.m6 /* Tests defining a protocol and a class adopting it */
8 @protocol Enabling
H A Dformal_protocol-4.m6 /* Test defining a protocol, a class adopting it in a category */
8 @protocol Evaluating
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_scan.c65 VSTRING *protocol = vstring_alloc(25); local
78 ATTR_TYPE_STR, MAIL_ATTR_CIPHER_PROTOCOL, protocol,
88 tls_context->protocol = vstring_export(protocol);
/netbsd-6-1-5-RELEASE/sys/netiso/xebec/
H A Dmain.h21 extern char protocol[];
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dprotocol.c3 /* protocol.c - network protocol lookup routines */
4 /* OpenLDAP: pkg/ldap/contrib/slapd-modules/nssov/protocol.c,v 1.1.2.6 2010/04/15 21:32:57 quanah Exp */
29 * DESC 'Abstraction of an IP protocol. Maps a protocol number
31 * attribute denotes the protocol's canonical name'
46 NSSOV_INIT(protocol)
48 NSSOV_CBPRIV(protocol,
63 /* get the other names for the protocol */
67 Debug(LDAP_DEBUG_ANY,"protocol entr
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dzonekey.c52 if (key.protocol != DNS_KEYPROTO_DNSSEC &&
53 key.protocol != DNS_KEYPROTO_ANY)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr33923.c14 static const ProtocolOperations *protocol; variable
27 if (!protocol->updateKeys (&keyPressed))
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dpmap_clnt.c71 pmap_set(u_long program, u_long version, int protocol, int port)
78 if ((protocol != IPPROTO_UDP) && (protocol != IPPROTO_TCP)) {
81 nconf = __rpc_getconfip(protocol == IPPROTO_UDP ? "udp" : "tcp");
H A Dpmap_getport.c105 u_int protocol)
115 parms.pm_prot = protocol;
120 client = get_client(address, protocol == IPPROTO_TCP);
125 client = get_client(address, protocol != IPPROTO_TCP);
104 pmap_getport(struct sockaddr_in *address, u_long program, u_long version, u_int protocol) argument

Completed in 284 milliseconds

1234567891011>>