Home
last modified time | relevance | path

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

/openbsd/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/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/sys/sys/
H A Dcdefs.h62 #define __P(protos) protos /* full-blown ANSI C */ argument
78 #define __P(protos) () /* traditional C preprocessor */ argument
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A DMakefile.am69 protos: libbfd.h libcoff.h bfd.h target
/openbsd/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/gnu/usr.bin/binutils/bfd/doc/
H A DMakefile.am63 protos: libbfd.h libcoff.h bfd.h target
/openbsd/usr.bin/systat/
H A Dnetstat.c107 int protos; variable
/openbsd/sys/net/
H A Dif_sppp.h118 u_long protos; /* bitmask of protos that are started */ member
H A Dif_aggr.c3037 } protos[AGGR_PROTO_COUNT]; member
/openbsd/regress/lib/libssl/ssl/
H A Dssltest.c237 unsigned char *protos; in cb_server_alpn() local
/openbsd/usr.sbin/nsd/
H A Dxfrd-tcp.c39 unsigned char protos[] = { 3, 'd', 'o', 't' }; in create_ssl_context() local
/openbsd/lib/libtls/
H A Dtls_config.c228 uint32_t proto, protos = 0; in tls_config_parse_protocols() local
/openbsd/gnu/lib/libstdc++/libstdc++/libio/
H A Dlibio.h76 # define _PARAMS(protos) __P(protos) argument
/openbsd/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/lib/libssl/
H A Dssl_lib.c1888 SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos()
1922 SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos()
/openbsd/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/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/sbin/pfctl/
H A Dparse.y4621 struct node_proto *protos, struct node_os *src_oses, in expand_rule()