Home
last modified time | relevance | path

Searched defs:protos (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/lib/libreadline/
H A Drlstdc.h33 # define PARAMS(protos) protos argument
35 # define PARAMS(protos) () argument
H A Dtilde.h37 # define PARAMS(protos) protos argument
/openbsd-src/gnu/gcc/gcc/
H A Dstub-objc.c120 tree ARG_UNUSED (protos)) in objc_start_class_interface()
127 tree ARG_UNUSED (protos)) in objc_start_category_interface()
253 tree ARG_UNUSED (protos)) in objc_get_protocol_qualified_type()
/openbsd-src/sys/sys/
H A Dcdefs.h62 #define __P(protos) protos /* full-blown ANSI C */ argument
78 #define __P(protos) () /* traditional C preprocessor */ argument
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A DMakefile.am69 protos: libbfd.h libcoff.h bfd.h target
/openbsd-src/usr.sbin/smtpd/
H A Dsmtp.c157 uint32_t protos; in smtp_setup_listener_tls() local
H A Dsmtpc.c127 uint32_t protos; in main() local
H A Dmta.c479 uint32_t protos; in mta_setup_dispatcher() local
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A DMakefile.am63 protos: libbfd.h libcoff.h bfd.h target
/openbsd-src/usr.bin/systat/
H A Dnetstat.c107 int protos; variable
/openbsd-src/sys/net/
H A Dif_sppp.h118 u_long protos; /* bitmask of protos that are started */ member
H A Dif_aggr.c3014 } protos[AGGR_PROTO_COUNT]; global() member
/openbsd-src/regress/lib/libssl/ssl/
H A Dssltest.c237 unsigned char *protos; in cb_server_alpn() local
/openbsd-src/usr.sbin/nsd/
H A Dxfrd-tcp.c39 unsigned char protos[] = { 3, 'd', 'o', 't' }; in create_ssl_context() local
/openbsd-src/lib/libtls/
H A Dtls_config.c228 uint32_t proto, protos = 0; in tls_config_parse_protocols() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/
H A Dlibio.h76 # define _PARAMS(protos) __P(protos) argument
/openbsd-src/sys/dev/pv/
H A Dhvs.c701 const uint32_t protos[] = { in hvs_connect() local
H A Dif_hvn.c876 const uint32_t protos[] = { in hvn_nvs_attach() local
/openbsd-src/lib/libssl/
H A Dssl_lib.c1890 SSL_CTX_set_alpn_protos(SSL_CTX * ctx,const unsigned char * protos,unsigned int protos_len) SSL_CTX_set_alpn_protos() argument
1924 SSL_set_alpn_protos(SSL * ssl,const unsigned char * protos,unsigned int protos_len) SSL_set_alpn_protos() argument
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c631 objc_start_class_interface (tree class, tree super_class, tree protos) in objc_start_class_interface()
640 objc_start_category_interface (tree class, tree categ, tree protos) in objc_start_category_interface()
649 objc_start_protocol (tree name, tree protos) in objc_start_protocol()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c10024 tree protos = cp_parser_objc_protocol_refs_opt (parser); in cp_parser_simple_type_specifier() local
10087 tree protos = cp_parser_objc_protocol_refs_opt (parser); in cp_parser_type_name() local
17825 tree name, super, categ, protos; in cp_parser_objc_class_interface() local
/openbsd-src/sbin/pfctl/
H A Dparse.y4617 expand_rule(struct pf_rule * r,int keeprule,struct node_if * interfaces,struct redirspec * nat,struct redirspec * rdr,struct redirspec * rroute,struct node_proto * protos,struct node_os * src_oses,struct node_host * src_hosts,struct node_port * src_ports,struct node_host * dst_hosts,struct node_port * dst_ports,struct node_uid * uids,struct node_gid * gids,struct node_if * rcv,struct node_icmp * icmp_types) expand_rule() argument