Home
last modified time | relevance | path

Searched refs:proto (Results 1 – 25 of 58) sorted by relevance

123

/original-bsd/contrib/jove-4.14.6/
H A Dexterns.h15 *do_ask proto((char *, bool (*) proto((int)), char *, const char *, ...));
60 charp proto((void)),
61 getch proto((void)),
110 chpl proto((void)),
111 lpp proto((void));
231 Bof proto((void)),
232 Bol proto((void)),
233 Bos proto((void)),
234 Bow proto((void)),
295 Eof proto((void)),
[all …]
/original-bsd/usr.bin/m4/
H A Dmisc.h11 #define proto(s) s macro
13 #define proto(s) () macro
17 void putback proto((int c));
18 void pbstr proto((char *s));
19 void pbnum proto((int n));
20 void chrsave proto((int c));
21 void getdiv proto((int ind));
23 void onintr proto((void));
24 void killdiv proto((void));
28 void usage proto((void));
[all …]
H A Deval.h11 #define proto(s) s macro
13 #define proto(s) () macro
17 void expand proto((char *argv[], int argc));
19 void dodefn proto((char *name));
21 void dodump proto((char *argv[], int argc));
23 int doincl proto((char *ifile));
24 int dopaste proto((char *pfile));
25 void dochq proto((char *argv[], int argc));
26 void dochc proto((char *argv[], int argc));
27 void dodiv proto((int n));
[all …]
H A Dlook.h11 #define proto(s) s macro
13 #define proto(s) () macro
16 int hash proto((char *name));
17 ndptr lookup proto((char *name));
18 ndptr addent proto((char *name));
19 void remhash proto((char *name, int all));
21 #undef proto
/original-bsd/sbin/fsck/
H A Dpass2.c183 struct direct proto; local
217 proto.d_type = DT_DIR;
219 proto.d_type = 0;
220 proto.d_namlen = 1;
226 tmp = proto.d_type;
227 proto.d_type = proto.d_namlen;
228 proto.d_namlen = tmp;
262 proto.d_type = 0;
263 proto.d_namlen = 2;
269 tmp = proto.d_type;
[all …]
H A Dsetup.c53 struct fs proto; local
98 if (bflag || preen || calcsb(dev, fsreadfd, &proto) == 0)
102 for (cg = 0; cg < proto.fs_ncg; cg++) {
103 bflag = fsbtodb(&proto, cgsblock(&proto, cg));
107 if (cg >= proto.fs_ncg) {
/original-bsd/lib/libc/net/
H A Dgetservbyport.c18 getservbyport(port, proto) in getservbyport() argument
20 const char *proto;
28 if (proto == 0 || strcmp(p->s_proto, proto) == 0)
H A Dgetservbyname.c18 getservbyname(name, proto) in getservbyname() argument
19 const char *name, *proto; in getservbyname()
33 if (proto == 0 || strcmp(p->s_proto, proto) == 0)
H A Dgetprotoent.c23 static struct protoent proto; variable
65 proto.p_name = p; in getprotoent()
75 proto.p_proto = atoi(cp); in getprotoent()
76 q = proto.p_aliases = proto_aliases; in getprotoent()
92 return (&proto); in getprotoent()
H A Dgetproto.c17 getprotobynumber(proto) in getprotobynumber() argument
18 register int proto; in getprotobynumber()
24 if (p->p_proto == proto)
/original-bsd/sys/net/
H A Draw_cb.c41 raw_attach(so, proto) in raw_attach() argument
43 int proto;
59 rp->rcb_proto.sp_protocol = proto;
H A Draw_usrreq.c43 raw_input(m0, proto, src, dst) in raw_input() argument
45 register struct sockproto *proto;
55 if (rp->rcb_proto.sp_family != proto->sp_family)
58 rp->rcb_proto.sp_protocol != proto->sp_protocol)
/original-bsd/lib/librpc/rpc/
H A Dgetrpcport.c43 getrpcport(host, prognum, versnum, proto) in getrpcport() argument
54 return (pmap_getport(&addr, prognum, versnum, proto));
H A Dclnt_generic.c47 clnt_create(hostname, prog, vers, proto) in clnt_create() argument
51 char *proto;
77 p = getprotobyname(proto);
/original-bsd/usr.bin/systat/
H A Dnetcmds.c136 selectproto(proto) in selectproto() argument
137 char *proto; in selectproto()
141 if (proto == 0 || streq(proto, "all"))
143 else if (streq(proto, "tcp"))
145 else if (streq(proto, "udp"))
H A Dnetstat.c197 enter(inp, so, state, proto) in enter() argument
201 char *proto;
213 if (!streq(proto, p->ni_proto))
236 p->ni_proto = proto;
345 inetprint(in, port, proto) in inetprint() argument
348 char *proto;
356 sp = getservbyport(port, proto);
/original-bsd/usr.bin/more/
H A Dprompt.c327 pr_expand(proto, maxwidth) in pr_expand() argument
328 char *proto; in pr_expand()
337 if (*proto == '\0')
340 for (p = proto; *p != '\0'; p++)
/original-bsd/old/dlmpcc/
H A Ddlmpcc.c321 char *proto; in mkldnm() local
325 for (proto = pcols; *proto; proto++) { in mkldnm()
327 if (cf.protoports[j] == *proto) { in mkldnm()
328 if (*proto == '3') in mkldnm()
331 cf.loadname[offset] = tolower(*proto); in mkldnm()
/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A DMakefile.in551 make-proto-gdb.dir: force_update
586 ln -s proto-gdb.dir $(DIST)
588 rm -rf $(DIST) proto-gdb.dir
595 rm -rf proto-gdb.dir
596 mkdir proto-gdb.dir
598 cd proto-gdb.dir ; ln -s ../${INFOFILES} .
599 cd proto-gdb.dir ; for i in ${TARDIRS}; do \
604 mkdir proto-gdb.dir/config
605 cd proto-gdb.dir/config ; \
607 mkdir proto-gdb.dir/vx-share proto-gdb.dir/nindy-share
[all …]
/original-bsd/sbin/XNSrouted/
H A Dmain.c180 getsocket(type, proto, sns) in getsocket() argument
181 int type, proto; in getsocket()
188 while ((s = socket(domain, type, proto)) < 0 && retry) {
/original-bsd/sbin/XNSrouted/tools/
H A Dquery.c167 getsocket(type, proto) in getsocket() argument
168 int type, proto; in getsocket()
175 while ((s = socket(domain, type, proto)) < 0 && retry) {
/original-bsd/usr.sbin/amd/config/
H A Dos-bsd44.h95 (dst).proto = 0; \
112 (dst).proto = 0; \
/original-bsd/old/adb/common_scripts/
H A Dipreass2 ./"next"8t"ttl"8t"proto"8t"seq-id"8t"frag"8t"src"8t"dst"
/original-bsd/usr.bin/sort/
H A Dsort.c180 struct field proto = { variable
245 if(p->code != proto.code) continue;
246 if(p->ignore != proto.ignore) continue;
247 if(p->nflg != proto.nflg) continue;
248 if(p->rflg != proto.rflg) continue;
249 if(p->bflg[0] != proto.bflg[0]) continue;
250 if(p->bflg[1] != proto.bflg[1]) continue;
770 p = (int *)&proto; in copyproto()
772 for(i=0; i<sizeof(proto)/sizeof(*p); i++) in copyproto()
/original-bsd/usr.bin/fstat/
H A Dfstat.c551 struct protosw proto; local
567 if (!KVM_READ(so.so_proto, &proto, sizeof(struct protosw))) {
573 if (!KVM_READ(proto.pr_domain, &dom, sizeof(struct domain))) {
574 dprintf(stderr, "can't read domain at %x\n", proto.pr_domain);
605 getinetproto(proto.pr_protocol);
606 if (proto.pr_protocol == IPPROTO_TCP ) {
649 printf(" %d %x", proto.pr_protocol, (int)sock);

123