Searched refs:proto (Results 1 - 25 of 592) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dpair.h1 extern int fitpair proto((char *, int));
2 extern void putpair proto((char *, datum, datum));
3 extern datum getpair proto((char *, datum));
4 extern int delpair proto((char *, datum));
5 extern int chkpage proto((char *));
6 extern datum getnkey proto((char *, int));
7 extern void splpage proto((char *, char *, long));
9 extern int duppair proto((char *, datum));
H A Dsdbm.h65 #define proto(p) p macro
67 #define proto(p) () macro
79 extern DBM *sdbm_open proto((char *, int, int));
80 extern void sdbm_close proto((DBM *));
81 extern datum sdbm_fetch proto((DBM *, datum));
82 extern int sdbm_delete proto((DBM *, datum));
83 extern int sdbm_store proto((DBM *, datum, datum, int));
84 extern datum sdbm_firstkey proto((DBM *));
85 extern datum sdbm_nextkey proto((DBM *));
91 extern DBM *sdbm_prep proto((cha
[all...]
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dproto-version.sh1 # $OpenBSD: proto-version.sh,v 1.3 2002/03/15 13:08:56 markus Exp $
14 proto=199
17 proto=20
20 proto=15
23 proto=0
26 if [ ${expect} -ne ${proto} ]; then
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dserverhelp.pm67 # values for 'proto' variable in order to differentiate different servers.
77 my $proto;
83 $proto = $1;
89 $proto = $1;
96 return($proto, $ipvnum, $idnum);
104 my ($proto, $ipver, $idnum) = @_;
106 $proto = uc($proto) if($proto);
107 die "unsupported protocol: '$proto'" unles
[all...]
/macosx-10.10/postfix-255/postfix/mantools/
H A Dmanspell6 deroff $file | spell | fgrep -vf proto/stop
H A Dspell6 mantools/html2readme $i | col -b | spell | fgrep -vxf proto/stop
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dget_port.c39 const char *proto,
44 if ((sp = roken_getservbyname (service, proto)) == NULL) {
47 service, proto, default_port);
37 krb5_getportbyname(krb5_context context, const char *service, const char *proto, int default_port) argument
H A Dregen.sh3 perl ../../cf/make-proto.pl -q -P keep -o krb5-protos.h -E KRB5_LIB ${files}
4 perl ../../cf/make-proto.pl -q -P keep -p krb5-private.h ${files}
/macosx-10.10/ruby-106/ruby/ext/sdbm/
H A Dsdbm.h58 #define proto(p) p macro
60 #define proto(p) () macro
72 extern DBM *sdbm_open proto((char *, int, int));
73 extern void sdbm_close proto((DBM *));
74 extern datum sdbm_fetch proto((DBM *, datum));
75 extern int sdbm_delete proto((DBM *, datum));
76 extern int sdbm_store proto((DBM *, datum, datum, int));
77 extern datum sdbm_firstkey proto((DBM *));
78 extern datum sdbm_nextkey proto((DBM *));
83 extern DBM *sdbm_prep proto((cha
[all...]
/macosx-10.10/lsof-53/lsof/scripts/
H A Dcount_pf.perl22 $proc = $files = $proto{'TCP'} = $proto{'UDP'} = 0;
33 $progress, $proc, $files, $proto{'TCP'}, $proto{'UDP'};
34 $proc = $files = $proto{'TCP'} = $proto{'UDP'} = 0;
40 if (/^P(.*)/) { $proto{$1}++; next; } # Count protocols.
/macosx-10.10/objc4-646/test/
H A DaddProtocol.m24 Protocol *proto, *proto2;
31 proto = @protocol(SuperProto);
32 proto = @protocol(SuperProto2);
37 proto = objc_allocateProtocol(name);
38 testassert(proto);
41 protocol_addProtocol(proto, @protocol(SuperProto));
42 protocol_addProtocol(proto, @protocol(SuperProto2));
45 protocol_addProtocol(proto, proto2); // fails
47 protocol_addProtocol(proto, proto2); // succeeds
50 protocol_addMethodDescription(proto,
[all...]
/macosx-10.10/vim-55/src/
H A DMake_sas.mak14 # were generated by Manx, first do "touch *.c; make proto" before "make".
36 # don't switch on debugging when generating proto files, it crashes the
84 CFLAGS = NOLINK $(DBG) CPU=$(CPU) NOSTACKCHECK DEF=AMIGA CODE=FAR idir=proto ignore=317
186 proto/blowfish.pro \
187 proto/buffer.pro \
188 proto/charset.pro \
189 proto/diff.pro \
190 proto/digraph.pro \
191 proto/edit.pro \
192 proto/eva
[all...]
H A DMake_manx.mak131 PRO = proto/blowfish.pro \
132 proto/buffer.pro \
133 proto/charset.pro \
134 proto/diff.pro \
135 proto/digraph.pro \
136 proto/edit.pro \
137 proto/eval.pro \
138 proto/ex_cmds.pro \
139 proto/ex_cmds2.pro \
140 proto/ex_docm
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dregen.sh3 perl ../../../cf/make-proto.pl -q -P comment -p netlogon-private.h *.c
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dregen.sh2 perl ../../cf/make-proto.pl -q -P keep -o heimntlm-protos.h ntlm.c
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dpacket.pl69 my $proto = "udp";
70 $proto = lc $options{t} if defined $options{t};
71 usage if ($proto !~ /^(udp|tcp)$/);
95 Proto => $proto,) or die "$!";
98 if ($proto eq "udp") {
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_libinfo.c78 const char *const *proto; local
88 for(proto = curlinfo->protocols; *proto; proto++) {
90 if(curlx_raw_equal(*proto, p->proto_name)) {
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dnpn.t59 my $proto = $to_server->next_proto_negotiated;
60 ok($proto eq 'two',"negotiated $proto");
71 my $proto = $to_client->next_proto_negotiated;
72 ok($proto eq 'two',"negotiated $proto");
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A Dtestdisp.pl13 my $proto = shift;
14 my $class = ref $proto || $proto;
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dgetrpcport.c71 getrpcport(host, prognum, versnum, proto)
75 int proto;
86 return (pmap_getport(&addr, prognum, versnum, proto));
/macosx-10.10/emacs-93/emacs/src/
H A Datimer.h27 #define P_(proto) proto
29 #define P_(proto) ()
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dregen.sh3 perl ../../cf/make-proto.pl -q -P comment -o der-protos.h -E KRB5_LIB ${files}
4 perl ../../cf/make-proto.pl -q -P comment -p der-private.h ${files}
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dproto.c21 /* : : generated by proto : : */
80 #line 1 "proto.c"
201 static const char id[] = "\n@(#)$Id: proto (AT&T Research) 2012-04-14 $\000\n";
1417 p = strcopy(buf, "proto: ");
1420 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local
1422 if (proto->line)
1424 if (proto->file)
1427 p = strcopy(p, proto->file);
1433 p = number(p, proto->line);
1435 else if (proto
4414 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local
4424 register Proto_t* proto; local
4751 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-mobile.c59 u_int16_t proto; member in struct:mobile_ip
76 u_short proto,crc; local
87 proto = EXTRACT_16BITS(&mob->proto);
89 if (proto & OSRC_PRES) {
103 (void)printf("(oproto=%d)",proto>>8);
/macosx-10.10/Libinfo-459/nis.subproj/
H A Dyp_maplist.c84 static int proto = YP_BIND_UDP; local
100 if (proto == YP_BIND_UDP) proto = YP_BIND_TCP;
101 else proto = YP_BIND_UDP;
102 ysd->dom_vers = proto;

Completed in 187 milliseconds

1234567891011>>