| /src/external/gpl3/gcc/dist/libobjc/ |
| protocols.c | 30 #include "objc-private/hash.h" /* For the hash table of protocols. */ 31 #include "objc-private/protocols.h" /* For __objc_protocols_init() and 65 protocols with the same name are identical, which is expected in 67 the protocols and abort if they are not identical. 101 /* Count how many protocols we have. */ 116 /* Copy the protocols. */ 138 struct objc_protocol_list *protocols; local 154 protocols = malloc (sizeof (struct objc_protocol_list)); 155 protocols->count = 1; 156 protocols->list[0] = (struct objc_protocol *)protocol [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| protocols.c | 30 #include "objc-private/hash.h" /* For the hash table of protocols. */ 31 #include "objc-private/protocols.h" /* For __objc_protocols_init() and 65 protocols with the same name are identical, which is expected in 67 the protocols and abort if they are not identical. 101 /* Count how many protocols we have. */ 116 /* Copy the protocols. */ 138 struct objc_protocol_list *protocols; local 154 protocols = malloc (sizeof (struct objc_protocol_list)); 155 protocols->count = 1; 156 protocols->list[0] = (struct objc_protocol *)protocol [all...] |
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| qmqp-sink.c | 260 const char *protocols = INET_PROTO_NAME_ALL; local 283 protocols = INET_PROTO_NAME_IPV4; 286 protocols = INET_PROTO_NAME_IPV6; 311 (void) inet_proto_init("protocols", protocols);
|
| qmqp-source.c | 480 const char *protocols = INET_PROTO_NAME_ALL; local 496 protocols = INET_PROTO_NAME_IPV4; 499 protocols = INET_PROTO_NAME_IPV6; 564 (void) inet_proto_init("protocols", protocols);
|
| smtp-source.c | 1004 const char *protocols = INET_PROTO_NAME_ALL; local 1021 protocols = INET_PROTO_NAME_IPV4; 1024 protocols = INET_PROTO_NAME_IPV6; 1158 (void) inet_proto_init("protocols", protocols);
|
| smtp-sink.c | 1446 const char *protocols = INET_PROTO_NAME_ALL; local 1471 protocols = INET_PROTO_NAME_IPV4; 1474 protocols = INET_PROTO_NAME_IPV6; 1623 proto_info = inet_proto_init("protocols", protocols);
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_proxy_server_scan.c | 106 VSTRING *protocols = vstring_alloc(25); local 131 RECV_ATTR_STR(TLS_ATTR_PROTOCOLS, protocols), 151 props->protocols = vstring_export(protocols); 181 myfree((void *) props->protocols);
|
| tls_proxy_client_scan.c | 328 myfree((void *) props->protocols); 532 VSTRING *protocols = vstring_alloc(25); local 565 RECV_ATTR_STR(TLS_ATTR_PROTOCOLS, protocols), 586 props->protocols = vstring_export(protocols);
|
| /src/external/mpl/bind/dist/lib/ns/include/ns/ |
| listenlist.h | 72 uint32_t protocols; member in struct:ns_listen_tls_params
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| ClientRequests.h | 57 mDNSBool prohibitEncryptedDNS; // Prohibit use of encrypted DNS protocols. 71 mDNSu32 protocols; // Protocols (IPv4, IPv6) specified by client. member in struct:__anon6129 91 mDNSu32 protocols; member in struct:__anon6131
|
| /src/external/bsd/am-utils/dist/amd/ |
| srvr_nfs.c | 102 * Protocols we know about, in order of preference. 110 static char *protocols[] = { "tcp", "udp", NULL }; variable 740 for (p = protocols; *p; p++) 882 for (p = protocols; *p; p++) { 940 * Note that differing versions or protocols have their own structures.
|
| /src/external/mpl/bind/dist/bin/tests/ |
| test_client.c | 50 static const char *protocols[] = { "udp", "tcp", variable 89 for (size_t i = 0; i < ARRAY_SIZE(protocols); i++) { 90 if (!strcasecmp(input, protocols[i])) { 282 printf("Will connect from %s://%s", protocols[protocol], buf);
|
| test_server.c | 35 static const char *protocols[] = { "udp", "tcp", "dot", "https", "http-plain" }; variable 71 for (size_t i = 0; i < ARRAY_SIZE(protocols); i++) { 72 if (!strcasecmp(input, protocols[i])) { 166 printf("Will listen at %s://%s, %d workers\n", protocols[protocol], buf,
|
| /src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| module-abi-8.h | 226 struct objc_protocol_list *protocols; /* Protocols conformed to */ member in struct:objc_class 303 struct objc_protocol_list *protocols; /* List of Protocols member in struct:objc_category
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| module-abi-8.h | 226 struct objc_protocol_list *protocols; /* Protocols conformed to */ member in struct:objc_class 303 struct objc_protocol_list *protocols; /* List of Protocols member in struct:objc_category
|
| /src/external/bsd/dhcpcd/dist/src/ |
| script.c | 153 static const char *protocols[] = { variable 353 if (protocols[protocol] != NULL) { 355 protocols[protocol]) == -1)
|
| /src/usr.bin/getent/ |
| getent.c | 79 static int protocols(int, char *[]); 104 { "protocols", protocols, }, 689 * protocols 693 protocols(int argc, char *argv[]) function
|
| /src/external/bsd/ipf/dist/tools/ |
| ipmon.c | 157 static char **protocols = NULL; variable 378 if (protocols != NULL) { 380 if (protocols[i] != NULL) { 381 free(protocols[i]); 382 protocols[i] = NULL; 384 free(protocols); 385 protocols = NULL; 387 protocols = (char **)malloc(256 * sizeof(*protocols)); 388 if (protocols != NULL) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| objc-lang.c | 66 CORE_ADDR protocols; member in struct:objc_class 1406 theclass->protocols = read_memory_unsigned_integer (addr + 36, 4, byte_order);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| objc-lang.c | 66 CORE_ADDR protocols; member in struct:objc_class 1404 theclass->protocols = read_memory_unsigned_integer (addr + 36, 4, byte_order);
|
| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParseObjc.cpp | 277 assert(LAngleLoc.isInvalid() && "Cannot have already parsed protocols"); 304 SmallVector<Decl *, 4> protocols; local 325 protocols, protocolLocs, EndProtoLoc, 336 // We already parsed the protocols named when we thought we had a 343 ProtocolIdents, protocols); 345 } else if (protocols.empty() && Tok.is(tok::less) && 346 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, 353 Actions.ActOnTypedefedProtocols(protocols, protocolLocs, 359 SourceRange(typeArgsLAngleLoc, typeArgsRAngleLoc), protocols.data(), 360 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs) 1570 SmallVector<Decl *, 8> protocols; local 1667 protocols, local 1835 SmallVector<Decl *, 4> protocols; local 2172 SmallVector<Decl *, 4> protocols; local 2203 SmallVector<Decl *, 4> protocols; local [all...] |
| /src/external/bsd/libfido2/dist/src/fido/ |
| types.h | 272 fido_byte_array_t protocols; /* supported pin protocols */ member in struct:fido_cbor_info
|
| /src/external/bsd/ppp/dist/pppd/ |
| main.c | 338 struct protent *protocols[] = { variable in typeref:struct:protent 413 * Initialize magic number generator now so that protocols may 421 for (i = 0; (protp = protocols[i]) != NULL; ++i) 478 for (i = 0; (protp = protocols[i]) != NULL; ++i) 1058 { 0x4027, "EMIT Protocols" }, 1201 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_capa.c | 795 u32 protocols; local 800 protocols = nla_get_u32(tb); 804 capa->probe_resp_offloads = probe_resp_offload_support(protocols);
|
| /src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| posttls-finger.c | 231 /* TLS protocols that \fBposttls-finger\fR(1) will exclude or include. See 511 char *protocols; /* Protocol inclusion/exclusion */ member in struct:STATE 834 protocols = state->protocols, 940 protocols = state->protocols, 1847 myfree(state->protocols); 1863 "[-h host_lookup] [-l level] [-d mdalg] [-g grade] [-p protocols]", 1954 state->protocols = mystrdup(">=TLSv1"); 2090 myfree(state->protocols); [all...] |