/freebsd/usr.bin/systat/ |
H A D | ip6.c | 154 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() macro 194 #define DO(stat, row, col) \ in showip6() macro
|
H A D | tcp.c | 154 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() macro 229 #define DO(stat, row, col) \ in showtcp() macro
|
H A D | ip.c | 158 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() macro 206 #define DO(stat, row, col) \ in showip() macro
|
H A D | sctp.c | 141 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() macro 278 #define DO(stat, row, col) \ in showsctp() macro
|
H A D | icmp.c | 149 #define DO(stat) ret->stat = (icmpstat.stat - sub->stat) / divisor in domode() macro 187 #define DO(stat, row, col) \ in showicmp() macro
|
H A D | icmp6.c | 149 #define DO(stat) ret->stat = (icmp6stat.stat - sub->stat) / divisor in domode() macro 185 #define DO(stat, row, col) \ in showicmp6() macro
|
H A D | zarc.c | 114 #define DO(stat) \ in domode() macro 145 #define DO(stat, col, width) \ in showzarc() macro
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ObjC.cpp | 77 #define FOR_EACH_CATEGORY_FIELD(DO) \ argument 91 #define FOR_EACH_CLASS_FIELD(DO) \ argument 102 #define FOR_EACH_RO_CLASS_FIELD(DO) \ argument 118 #define FOR_EACH_LIST_HEADER(DO) \ argument 126 #define FOR_EACH_PROTOCOL_LIST_HEADER(DO) DO(Ptr, protocolCount) argument 132 #define FOR_EACH_METHOD(DO) \ argument
|
H A D | UnwindInfoSection.cpp | 101 #define FOR_EACH_CU_FIELD(DO) \ argument
|
/freebsd/crypto/heimdal/appl/telnet/arpa/ |
H A D | telnet.h | 44 #define DO 253 /* please, you use option */ macro
|
/freebsd/contrib/telnet/arpa/ |
H A D | telnet.h | 41 #define DO 253 /* please, you use option */ macro
|
/freebsd/include/arpa/ |
H A D | telnet.h | 40 #define DO 253 /* please, you use option */ macro
|
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 67 #define DO 253 /* please, you use option */ macro
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 78 #define DO 253 macro
|
/freebsd/stand/ficl/ |
H A D | ficl.h | 1086 DO, enumerator
|
/freebsd/contrib/tzcode/ |
H A D | zic.c | 2717 #define DO(field) fwrite(tzh.field, sizeof tzh.field, 1, fp) in writezone() macro [all...] |
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 2718 #define DO(which) \ in dump_dsl_dir() macro
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5431 const auto *DO = S.getSingleClause<OMPDepobjClause>(); in EmitOMPDepobjDirective() local
|