| /netbsd/src/tests/lib/libc/net/ |
| D | t_getprotoent.c | 43 } protos[] = { variable 89 for (i = 0; i < __arraycount(protos); i++) { in ATF_TC_BODY() 91 p = getprotobyname(protos[i].name); in ATF_TC_BODY() 94 ATF_REQUIRE(p->p_proto == protos[i].number); in ATF_TC_BODY() 95 ATF_REQUIRE(strcmp(p->p_name, protos[i].name) == 0); in ATF_TC_BODY() 135 for (i = 0; i < __arraycount(protos); i++) { in ATF_TC_BODY() 137 p = getprotobynumber(protos[i].number); in ATF_TC_BODY() 140 ATF_REQUIRE(p->p_proto == protos[i].number); in ATF_TC_BODY() 141 ATF_REQUIRE(strcmp(p->p_name, protos[i].name) == 0); in ATF_TC_BODY()
|
| /netbsd/src/usr.bin/systat/ |
| D | netcmds.c | 74 int nports, nhosts, protos; variable 160 protos == TCP ? "tcp" : protos == UDP ? "udp" : 0); in changeitems() 184 protos = TCP|UDP; in selectproto() 186 protos = TCP; in selectproto() 188 protos = UDP; in selectproto() 195 if ((protos & TCP) == 0) in showprotos() 198 if ((protos & UDP) == 0) in showprotos() 256 protos == (TCP|UDP) ? 0 : protos == TCP ? "tcp" : "udp"); in showports()
|
| /netbsd/src/external/bsd/libbind/dist/port/aix5/include/sys/ |
| D | cdefs.h | 85 #define __P(protos) protos /* full-blown ANSI C */ argument 102 #define __P(protos) () /* traditional C preprocessor */ argument 104 #define __P(protos) protos argument
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | sflow_multiple_counter_30_pdus.out | 8 In errors 0, unknown protos 0 20 In errors 0, unknown protos 0 32 In errors 0, unknown protos 0 44 In errors 0, unknown protos 0 56 In errors 0, unknown protos 0 68 In errors 0, unknown protos 0 80 In errors 0, unknown protos 0 94 In errors 0, unknown protos 0 106 In errors 2, unknown protos 0 118 In errors 0, unknown protos 0 [all …]
|
| D | sflow-print-v6.out | 11 In errors 0, unknown protos 0 24 In errors 0, unknown protos 0 36 In errors 0, unknown protos 0 49 In errors 0, unknown protos 0 61 In errors 0, unknown protos 0 73 In errors 0, unknown protos 0 85 In errors 0, unknown protos 0 98 In errors 0, unknown protos 0 110 In errors 0, unknown protos 0 122 In errors 0, unknown protos 0 [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/kcm/ |
| D | Makefile.am | 26 noinst_HEADERS = $(srcdir)/kcm-protos.h 28 $(srcdir)/kcm-protos.h: $(kcm_SOURCES) 29 …cd $(srcdir); perl ../cf/make-proto.pl -o kcm-protos.h -q -P comment $(kcm_SOURCES) || rm -f kcm-p… 31 $(kcm_OBJECTS): $(srcdir)/kcm-protos.h
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
| D | Makefile.am | 7 dist_include_HEADERS = heimntlm.h $(srcdir)/heimntlm-protos.h 28 $(srcdir)/heimntlm-protos.h: $(dist_libheimntlm_la_SOURCES) 29 …/cf/make-proto.pl -q -P comment -o heimntlm-protos.h $(dist_libheimntlm_la_SOURCES) || rm -f heimn… 31 $(libheimntlm_la_OBJECTS): $(srcdir)/heimntlm-protos.h ntlm_err.h
|
| /netbsd/src/libexec/httpd/ |
| D | ssl-bozo.c | 83 } protos[] = { variable 96 for (i = 0; protos[0].proto != 0; i++) in bozo_ssl_proto() 97 if (strcasecmp(name, protos[i].name) == 0) in bozo_ssl_proto() 98 return protos[i].proto; in bozo_ssl_proto() 99 return protos[0].proto; in bozo_ssl_proto() 107 for (i = 0; protos[0].proto != 0; i++) in bozo_ssl_name() 108 if (version == protos[i].proto) in bozo_ssl_name() 109 return protos[i].name; in bozo_ssl_name() 110 return protos[0].name; in bozo_ssl_name()
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | init.c | 92 static void __objc_init_protocols (struct objc_protocol_list *protos); 1002 __objc_init_protocols (struct objc_protocol_list *protos) in __objc_init_protocols() argument 1007 if (! protos) in __objc_init_protocols() 1017 unclaimed_proto_list = list_cons (protos, unclaimed_proto_list); in __objc_init_protocols() 1023 assert (protos->next == 0); /* Only single ones allowed. */ in __objc_init_protocols() 1026 for (i = 0; i < protos->count; i++) in __objc_init_protocols() 1028 struct objc_protocol *aProto = protos->list[i]; in __objc_init_protocols() 1036 __objc_class_add_protocols (Class class, struct objc_protocol_list *protos) in __objc_class_add_protocols() argument 1038 if (! protos) in __objc_class_add_protocols() 1041 protos->next = class->protocols; in __objc_class_add_protocols() [all …]
|
| /netbsd/src/external/bsd/libbind/dist/port/hpux/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/sco42/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/lynxos/include/sys/ |
| D | cdefs.h | 83 #define __P(protos) protos /* full-blown ANSI C */ argument 100 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/mpe/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/sunos/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/cygwin/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/hpux10/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/aix32/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/solaris/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/unixware212/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/hpux9/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/next/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/unixware20/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/irix/include/sys/ |
| D | cdefs.h | 82 #define __P(protos) protos /* full-blown ANSI C */ argument 98 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/qnx/include/sys/ |
| D | cdefs.h | 64 #define __P(protos) protos /* full-blown ANSI C */ argument 80 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /netbsd/src/external/bsd/libbind/dist/port/aix4/include/sys/ |
| D | cdefs.h | 85 #define __P(protos) protos /* full-blown ANSI C */ argument 101 #define __P(protos) () /* traditional C preprocessor */ argument
|