Searched refs:proto (Results 101 - 125 of 592) sorted by relevance

1234567891011>>

/macosx-10.10/bc-21/bc/dc/
H A DMakefile.am5 noinst_HEADERS = dc.h dc-proto.h dc-regdef.h
/macosx-10.10/expat-12/expat/amiga/
H A Dstdlib.c26 #include <proto/exec.h>
27 #include <proto/utility.h>
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A DMakefile4 HFILES = externs.h fdset.h general.h krb4-proto.h ring.h types.h\
5 defines.h misc.h misc-proto.h
/macosx-10.10/ruby-106/ruby/ext/dl/win32/lib/
H A DWin32API.rb13 @proto = [import].join.tr("VPpNnLlIi", "0SSI").sub(/^(.)0*$/, '\1')
21 import = @proto.split("")
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIOSock.c40 const char *proto, /* "tcp" or "udp", typically */
49 * Don't bother translating 'proto' to native.
53 sp = getservbyname(native, proto); /* INTL: Native. */
36 TclSockGetPort( Tcl_Interp *interp, const char *string, const char *proto, int *portPtr) argument
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/devfs/
H A Dreproto.sh48 if (m|/\*proto\*/|) {
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Droute6.c77 route6_input(struct mbuf **mp, int *offp, int proto) argument
79 #pragma unused(proto)
/macosx-10.10/vim-55/src/
H A DMakefile1725 proto: $(PRO_AUTO) $(PRO_MANUAL)
1743 $(CPROTO) -DFEAT_GUI $< > proto/$@
1744 echo "/* vim: set ft=c : */" >> proto/$@
1747 $(CPROTO) -DAMIGA -UHAVE_CONFIG_H -DBPTR=char* $< > proto/$@
1748 echo "/* vim: set ft=c : */" >> proto/$@
1751 $(CPROTO) -DMSDOS -UHAVE_CONFIG_H $< > proto/$@
1752 echo "/* vim: set ft=c : */" >> proto/$@
1755 $(CPROTO) -DWIN16 -UHAVE_CONFIG_H $< > proto/$@
1756 echo "/* vim: set ft=c : */" >> proto/$@
1759 $(CPROTO) -DWIN32 -UHAVE_CONFIG_H $< > proto/
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dobjectacl.cpp54 ObjectAcl::ObjectAcl(const AclEntryPrototype &proto, Allocator &alloc) argument
57 cssmSetInitial(proto);
69 void ObjectAcl::cssmSetInitial(const AclEntryPrototype &proto) argument
71 mOwner = OwnerEntry(proto);
72 add(proto.s_tag(), proto);
73 IFDUMPING("acl", debugDump("create/proto"));
317 add(input.proto().s_tag(), input.proto());
323 AclEntryPrototype proto local
472 AclEntry(const AclEntryPrototype &proto) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.cpp54 ObjectAcl::ObjectAcl(const AclEntryPrototype &proto, Allocator &alloc) argument
57 cssmSetInitial(proto);
69 void ObjectAcl::cssmSetInitial(const AclEntryPrototype &proto) argument
71 mOwner = OwnerEntry(proto);
72 add(proto.s_tag(), proto);
73 IFDUMPING("acl", debugDump("create/proto"));
317 add(input.proto().s_tag(), input.proto());
323 AclEntryPrototype proto local
472 AclEntry(const AclEntryPrototype &proto) argument
[all...]
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtokenacl.cpp113 if (unsigned pin = pinFromAclTag(input->proto().tag())) {
158 AclEntryPrototype proto(TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_PROMPTED_PASSWORD,
161 proto.authorization() = AuthorizationGroup(CSSM_ACL_AUTHORIZATION_PREAUTH(pin), alloc);
163 proto.tag(pintag);
164 AclEntryInput input(proto);
/macosx-10.10/lsof-53/lsof/scripts/
H A Dlist_NULf.perl539 $offset = $proto = $size = $state = $stream = $type = ""; # | variables
94 if ($F[$i] =~ /^P(.*)/) { $proto = $1; last FD; }
136 $tmp = $inode; if ($proto ne "") { $tmp = $proto }
145 $name = $offset = $proto = $size = $state = $stream = $type = "";
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto_ipsec.c74 utun_ipsec_proto_to_sadb_proto (if_utun_crypto_ipsec_proto_t proto) argument
76 switch (proto) {
87 utun_ipsec_proto_to_sadb_satype (if_utun_crypto_ipsec_proto_t proto) argument
89 switch (proto) {
175 u_int16_t proto,
184 if (proto != IPPROTO_ESP ||
196 saidx.proto = proto;
424 u_int16_t proto; local
448 proto
173 utun_ipsec_set_sah(struct secashead **sah, u_int8_t dir, u_int16_t proto, u_int8_t mode, u_int32_t reqid, struct sockaddr_storage *src_addr, struct sockaddr_storage *dst_addr) argument
538 utun_ipsec_get_spi(struct sockaddr_storage *src_addr, struct sockaddr_storage *dst_addr, u_int16_t proto, u_int8_t mode, u_int32_t reqid, u_int32_t spirange_min, u_int32_t spirange_max) argument
561 u_int16_t proto; local
701 protocol_family_t proto; local
[all...]
/macosx-10.10/Libinfo-459/nis.subproj/
H A Dypmatch_cache.c191 static int proto = YP_BIND_UDP; local
237 if (proto == YP_BIND_UDP) proto = YP_BIND_TCP;
238 else proto = YP_BIND_UDP;
239 ysd->dom_vers = proto;
281 static int proto = YP_BIND_UDP; local
310 if (proto == YP_BIND_UDP) proto = YP_BIND_TCP;
311 else proto = YP_BIND_UDP;
312 ysd->dom_vers = proto;
[all...]
H A Dyp_bind.c98 int new = 0, r, proto; local
181 proto = YP_BIND_UDP;
182 if (ysd->dom_vers == YP_BIND_TCP) proto = YP_BIND_TCP;
223 ysd->dom_vers = proto;
262 if (proto == YP_BIND_UDP) ysd->dom_client = clntudp_create(&ysd->dom_server_addr, YPPROG, YPVERS, tv, &ysd->dom_socket);
267 if (proto == YP_BIND_UDP) clnt_pcreateerror("clntudp_create");
269 ysd->dom_vers = proto;
/macosx-10.10/less-25/less/
H A Doptfunc.c351 register char **proto; local
363 case 's': proto = &prproto[PR_SHORT]; s++; break;
364 case 'm': proto = &prproto[PR_MEDIUM]; s++; break;
365 case 'M': proto = &prproto[PR_LONG]; s++; break;
366 case '=': proto = &eqproto; s++; break;
367 case 'h': proto = &hproto; s++; break;
368 case 'w': proto = &wproto; s++; break;
369 default: proto = &prproto[PR_SHORT]; break;
371 free(*proto);
372 *proto
[all...]
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_link.c230 u_int16_t proto, len; local
252 proto = p[0];
254 if (!(proto & 0x1)) { // lowest bit set for lowest byte of protocol
255 proto = (proto << 8) + p[1];
259 if (link->lk_ifnet && (proto < 0xC000)) {
260 ppp_if_input(link->lk_ifnet, m, proto, len); // Network protocol
404 u_int16_t proto = ((u_int16_t)p[0] << 8) + p[1]; local
415 if ((proto == PPP_LCP)
431 if ((proto >
[all...]
H A Dppp_if.c520 int ppp_if_input(ifnet_t ifp, mbuf_t m, u_int16_t proto, u_int16_t hdrlen) argument
538 switch (proto) {
545 proto = p[0];
547 if (!(proto & 0x1)) { // lowest bit set for lowest byte of protocol
548 proto = (proto << 8) + p[1];
560 switch (proto) {
583 log_mbuf(ifp, m, proto == PPP_VJC_COMP ? "PPP_VJC_COMP" : "PPP_VJC_UNCOMP");
596 if (proto == PPP_VJC_COMP) {
627 proto
999 u_int16_t proto; local
1077 memcpy(mbuf_data(m), &proto, sizeof(u_int16_t)); local
1151 u_int16_t proto; local
1271 u_int16_t proto; local
1317 memcpy(mbuf_data(m), &proto, sizeof(u_int16_t)); local
1350 memcpy(mbuf_data(m), &proto, sizeof(u_int16_t)); local
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dlisten.c180 static const char* find_accf_name(server_rec *s, const char *proto) argument
184 if (!proto) {
188 accf = apr_table_get(conf->accf_map, proto);
203 const char *proto; local
205 proto = lis->protocol;
207 if (!proto) {
208 proto = ap_get_server_protocol(server);
212 accf = find_accf_name(server, proto);
243 apr_port_t port, const char* proto,
308 new->protocol = apr_pstrdup(process->pool, proto);
242 alloc_listener(process_rec *process, char *addr, apr_port_t port, const char* proto, void *slave) argument
532 const char* proto; local
621 char *host, *scope_id, *proto; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_archive_python.py272 def dumps(self, arg, proto=0, fast=0):
273 # Ignore proto and fast
397 for proto in 2,:
400 s = self.dumps(x, proto)
406 for proto in 2,:
409 s = self.dumps(x, proto)
410 self.assertEqual(x._proto, proto)
415 for proto in 2,:
418 s = self.dumps(x, proto)
419 self.assertEqual(x._proto, proto)
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_rtmp.c198 conn->proto.generic = r;
204 RTMP *r = conn->proto.generic;
238 RTMP *r = conn->proto.generic;
266 RTMP *r = conn->proto.generic;
269 conn->proto.generic = NULL;
279 RTMP *r = conn->proto.generic;
300 RTMP *r = conn->proto.generic;
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deapol_socket.c102 struct ndrv_protocol_desc proto; local
108 proto.version = NDRV_PROTOCOL_DESC_VERS;
109 proto.protocol_family = family;
110 proto.demux_count = ether_types_count;
111 proto.demux_list = demux;
118 (caddr_t)&proto, sizeof(proto));
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-ppp.c409 static void handle_ctrl_proto (u_int proto,const u_char *p, int length);
419 static void handle_ppp (u_int proto, const u_char *p, int length);
424 handle_ctrl_proto(u_int proto, const u_char *pptr, int length) argument
434 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
484 switch (proto) {
1270 int i, proto; local
1298 proto = *b; /* start with a one-octet codepoint guess */
1300 switch (proto) {
1313 proto
1334 handle_ppp(u_int proto, const u_char *p, int length) argument
1399 u_int proto,ppp_header; local
1537 u_int proto; local
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DApacheLog.pm26 my $proto = shift;
27 my $class = ref $proto || $proto;
H A DHandle.pm17 my $proto = shift;
18 my $class = ref $proto || $proto;

Completed in 320 milliseconds

1234567891011>>