Searched refs:protos (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11-stable/contrib/libreadline/
H A Drlstdc.h33 # define PARAMS(protos) protos
35 # define PARAMS(protos) ()
H A Dtilde.h37 # define PARAMS(protos) protos
39 # define PARAMS(protos) ()
/freebsd-11-stable/crypto/heimdal/appl/login/
H A DMakefile.am15 login-protos.h \
35 $(srcdir)/login-protos.h:
36 cd $(srcdir); perl ../../cf/make-proto.pl -o login-protos.h -q -P comment $(login_SOURCES) || rm -f login-protos.h
38 $(login_OBJECTS): $(srcdir)/login-protos.h
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.am9 dist_include_HEADERS = heimntlm.h heimntlm-protos.h
29 $(srcdir)/heimntlm-protos.h:
30 cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o heimntlm-protos.h $(dist_libheimntlm_la_SOURCES) || rm -f heimntlm-protos.h
32 $(libheimntlm_la_OBJECTS): $(srcdir)/heimntlm-protos.h ntlm_err.h
H A Dheimntlm.h155 #include <heimntlm-protos.h>
/freebsd-11-stable/crypto/heimdal/include/kadm5/
H A DMakefile.am6 CLEANFILES += kadm5-private.h kadm5-protos.h kadm5-pwcheck.h
/freebsd-11-stable/crypto/heimdal/kcm/
H A DMakefile.am20 kcm-protos.h \
27 $(srcdir)/kcm-protos.h:
28 cd $(srcdir); perl ../cf/make-proto.pl -o kcm-protos.h -q -P comment $(kcm_SOURCES) || rm -f kcm-protos.h
30 $(kcm_OBJECTS): $(srcdir)/kcm-protos.h
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dt_getprotoent.c43 } protos[] = { variable in typeref:struct:__anon4706
89 for (i = 0; i < __arraycount(protos); i++) {
91 p = getprotobyname(protos[i].name);
94 ATF_REQUIRE(p->p_proto == protos[i].number);
95 ATF_REQUIRE(strcmp(p->p_name, protos[i].name) == 0);
135 for (i = 0; i < __arraycount(protos); i++) {
137 p = getprotobynumber(protos[i].number);
140 ATF_REQUIRE(p->p_proto == protos[i].number);
141 ATF_REQUIRE(strcmp(p->p_name, protos[i].name) == 0);
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dcdefs.h47 # define __P(protos) protos
52 # define __P(protos) ()
/freebsd-11-stable/usr.bin/systat/
H A Dnetcmds.c69 int nports, nhosts, protos; variable
111 if (prefix(args, "protos"))
147 protos == TCP ? "tcp" : protos == UDP ? "udp" : 0);
171 protos = TCP | UDP;
173 protos = TCP;
175 protos = UDP;
179 return (protos);
186 if ((protos&TCP) == 0)
189 if ((protos
[all...]
H A Dnetstat.c156 protos = TCP|UDP;
185 if (protos&TCP) {
189 else if (protos&UDP) {
234 if (istcp && (protos&UDP)) {
256 if (protos&TCP) {
258 } else if (protos&UDP) {
266 if (idx == 1 && !(protos&UDP))
/freebsd-11-stable/crypto/heimdal/kdc/
H A DMakefile.am36 kdc-protos.h \
52 $(libkdc_la_OBJECTS): $(srcdir)/kdc-protos.h $(srcdir)/kdc-private.h
61 $(srcdir)/kdc-protos.h:
62 cd $(srcdir) && perl ../cf/make-proto.pl -q -P comment -o kdc-protos.h $(libkdc_la_SOURCES) || rm -f kdc-protos.h
123 include_HEADERS = kdc.h kdc-protos.h
H A Dkdc.h111 #include <kdc-protos.h>
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dder.h99 #include <der-protos.h>
H A DMakefile.am150 dist_include_HEADERS = der.h heim_asn1.h der-protos.h der-private.h
177 $(asn1_compile_OBJECTS): asn1parse.h asn1parse.c $(srcdir)/der-protos.h $(srcdir)/der-private.h
178 $(libasn1_la_OBJECTS): $(nodist_include_HEADERS) $(priv_headers) asn1_err.h $(srcdir)/der-protos.h $(srcdir)/der-private.h
179 $(libasn1base_la_OBJECTS): asn1_err.h $(srcdir)/der-protos.h $(srcdir)/der-private.h
250 $(srcdir)/der-protos.h:
251 cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o der-protos.h $(dist_libasn1base_la_SOURCES) || rm -f der-protos.h
/freebsd-11-stable/kerberos5/lib/libheimntlm/
H A DMakefile7 INCS= heimntlm.h heimntlm-protos.h ntlm_err.h
/freebsd-11-stable/kerberos5/lib/libkadm5clnt/
H A DMakefile9 kadm5-protos.h \
/freebsd-11-stable/kerberos5/lib/libkdc/
H A DMakefile9 kdc-protos.h
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto.c54 static TAILQ_HEAD(, proto) protos = TAILQ_HEAD_INITIALIZER(protos);
62 TAILQ_INSERT_HEAD(&protos, proto, prt_next);
66 TAILQ_INSERT_TAIL(&protos, proto, prt_next);
116 TAILQ_FOREACH(proto, &protos, prt_next) {
305 TAILQ_FOREACH(proto, &protos, prt_next) {
453 TAILQ_FOREACH(proto, &protos, prt_next) {
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A DMakefile.am36 dist_kadm5include_HEADERS += kadm5-protos.h kadm5-private.h
167 $(libkadm5clnt_la_OBJECTS) $(libkadm5srv_la_OBJECTS): $(srcdir)/kadm5-protos.h $(srcdir)/kadm5-private.h
170 $(srcdir)/kadm5-protos.h:
172 -o kadm5-protos.h \
175 || rm -f kadm5-protos.h
/freebsd-11-stable/sbin/hastd/
H A Dproto.c59 static TAILQ_HEAD(, proto) protos = TAILQ_HEAD_INITIALIZER(protos);
67 TAILQ_INSERT_HEAD(&protos, proto, prt_next);
71 TAILQ_INSERT_TAIL(&protos, proto, prt_next);
121 TAILQ_FOREACH(proto, &protos, prt_next) {
339 TAILQ_FOREACH(proto, &protos, prt_next) {
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dhx509.h183 #include <hx509-protos.h>
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodevh.py47 def __P(protos): return protos
53 def __P(protos): return ()
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A DMakefile.am244 $(libkrb5_la_OBJECTS) $(verify_krb5_conf_OBJECTS) $(librfc3961_la_OBJECTS): $(srcdir)/krb5-protos.h $(srcdir)/krb5-private.h krb5_err.h heim_err.h k524_err.h krb5_err.h krb_err.h k524_err.h
280 $(srcdir)/krb5-protos.h:
281 cd $(srcdir) && perl ../../cf/make-proto.pl -E KRB5_LIB -q -P comment -o krb5-protos.h $(dist_libkrb5_la_SOURCES) || rm -f krb5-protos.h
333 krb5-protos.h \
/freebsd-11-stable/contrib/gcc/
H A Dstub-objc.c174 tree ARG_UNUSED (protos),
183 tree ARG_UNUSED (protos))
330 tree ARG_UNUSED (protos))

Completed in 229 milliseconds

123