| /netbsd-src/tests/ipf/expected/ |
| H A D | l1.b | 2 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -S IN 3 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -A IN 4 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,25 -> 1.1.1.1,1025 PR tcp len 20 40 -AS IN 5 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -AF IN 6 01/01/1970 00:00:00.000000 2x anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -A IN 7 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1 -> 4.4.4.4,53 PR udp len 20 40 IN 8 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 40 IN 9 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 56 IN 10 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2 -> 4.4.4.4 PR ip len 20 (20) IN 11 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 3.3.3.3,1023 -> 1.1.1.1,2049 PR udp len 20 28 IN [all …]
|
| H A D | l1 | 3 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -S IN 4 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -A IN 5 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,25 -> 1.1.1.1,1025 PR tcp len 20 40 -AS IN 6 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -AF IN 7 01/01/1970 00:00:00.000000 2x anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -A IN 8 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1 -> 4.4.4.4,53 PR udp len 20 40 IN 9 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 40 IN 10 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,1 -> 4.4.4.4,53 PR udp len 20 56 IN 11 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2 -> 4.4.4.4 PR ip len 20 (20) IN 12 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 3.3.3.3,1023 -> 1.1.1.1,2049 PR udp len 20 28 IN [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | rl78-dis.c | 127 #define PR (dis->fprintf_func) in print_insn_rl78_common() macro 129 #define PC(c) PR (PS, "%c", c) in print_insn_rl78_common() 223 PR (PS, " \033[33mW\033[0m"); in print_insn_rl78_common() 230 PR (PS, " \033[35m"); in print_insn_rl78_common() 233 { PR (PS, "Z"); comma = ","; } in print_insn_rl78_common() 235 { PR (PS, "%sAC", comma); comma = ","; } in print_insn_rl78_common() 237 { PR (PS, "%sCY", comma); comma = ","; } in print_insn_rl78_common() 238 PR (PS, "\033[0m"); in print_insn_rl78_common() 250 PR (PS, "es:"); in print_insn_rl78_common() 269 PR (PS, "%s", condition_names[oper->condition]); in print_insn_rl78_common() [all …]
|
| H A D | rx-dis.c | 238 #define PR (dis->fprintf_func) in print_insn_rx() macro 240 #define PC(c) PR (PS, "%c", c) in print_insn_rx() 251 PR (PS, ".byte "); in print_insn_rx() 255 PR (PS, "0x%02x ", buf[i]); in print_insn_rx() 297 PR (PS, "%s", get_opsize_name (opcode.size)); in print_insn_rx() 313 PR (PS, "#%d, #%d, #%d, %s, %s", in print_insn_rx() 326 PR (PS, "%s", get_size_name (oper->size)); in print_insn_rx() 337 PR (PS, "%#x", oper->addend); in print_insn_rx() 339 PR (PS, "%d", oper->addend); in print_insn_rx() 343 PR (PS, "%s", get_register_name (oper->reg)); in print_insn_rx() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | rl78-dis.c | 127 #define PR (dis->fprintf_func) in print_insn_rl78_common() macro 129 #define PC(c) PR (PS, "%c", c) in print_insn_rl78_common() 223 PR (PS, " \033[33mW\033[0m"); in print_insn_rl78_common() 230 PR (PS, " \033[35m"); in print_insn_rl78_common() 233 { PR (PS, "Z"); comma = ","; } in print_insn_rl78_common() 235 { PR (PS, "%sAC", comma); comma = ","; } in print_insn_rl78_common() 237 { PR (PS, "%sCY", comma); comma = ","; } in print_insn_rl78_common() 238 PR (PS, "\033[0m"); in print_insn_rl78_common() 250 PR (PS, "es:"); in print_insn_rl78_common() 269 PR (PS, "%s", condition_names[oper->condition]); in print_insn_rl78_common() [all …]
|
| H A D | rx-dis.c | 238 #define PR (dis->fprintf_func) in print_insn_rx() macro 240 #define PC(c) PR (PS, "%c", c) in print_insn_rx() 251 PR (PS, ".byte "); in print_insn_rx() 255 PR (PS, "0x%02x ", buf[i]); in print_insn_rx() 297 PR (PS, "%s", get_opsize_name (opcode.size)); in print_insn_rx() 313 PR (PS, "#%d, #%d, #%d, %s, %s", in print_insn_rx() 326 PR (PS, "%s", get_size_name (oper->size)); in print_insn_rx() 337 PR (PS, "%#x", oper->addend); in print_insn_rx() 339 PR (PS, "%d", oper->addend); in print_insn_rx() 343 PR (PS, "%s", get_register_name (oper->reg)); in print_insn_rx() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog | 10 PR c++/114691 20 PR c++/114580 32 PR c++/114572 41 PR c++/100667 55 PR c++/111529 66 PR c++/113598 74 PR c++/114561 75 PR c++/114562 84 PR c++/89224 102 PR c++/107291 [all …]
|
| H A D | ChangeLog-2011 | 3 PR c++/51397 9 PR c++/23211 20 PR c++/51507 31 PR c++/51611 40 PR c++/51305 46 PR c++/51621 52 PR debug/49951 58 PR c++/51612 64 PR c++/51328 70 PR c++/51530 [all …]
|
| H A D | ChangeLog-2014 | 14 PR c++/63522 20 PR c++/63985 28 PR c++/64359 37 PR c++/61198 42 PR c++/64105 46 PR c++/64352 49 PR c++/64251 54 PR c++/60955 61 PR c++/64333 74 PR c++/58650 [all …]
|
| H A D | ChangeLog-2006 | 3 PR c++/29731 16 PR C++/30225 22 PR C++/30168 36 PR c++/29475 104 PR c++/19564 105 PR c++/19756 133 PR c++/29732 144 PR c++/29980 150 PR c++/29730 156 PR c++/29729 [all …]
|
| H A D | ChangeLog-2016 | 3 PR middle-end/78901 15 PR c++/78906 18 PR c++/78898 19 PR c++/42329 24 PR c++/72707 28 PR bootstrap/78817 33 PR c++/77830 63 PR c++/42329 85 PR c++/78767 - ICE with inherited constructor default argument 88 PR c++/78749 - friend in anonymous namespace [all …]
|
| H A D | ChangeLog-2012 | 11 PR c++/55724 16 PR c++/55685 20 PR c++/42315 26 PR c++/55652 32 PR c++/54883 37 PR c++/53094 44 PR c++/55643 49 PR c++/54416 57 PR c++/55619 72 PR c++/55127 [all …]
|
| H A D | ChangeLog-2021 | 27 PR c++/94376 36 PR c++/103714 43 PR c/103649 50 PR c++/103749 58 PR c++/100127 64 PR c++/100772 75 PR c++/103681 88 PR c++/99980 94 PR c++/103703 100 PR c++/51577 [all …]
|
| H A D | ChangeLog-2018 | 3 PR c++/88263 12 PR c++/86524 13 PR c++/88446 30 PR c++/88196 - ICE with class non-type template parameter. 36 PR c/51628 43 PR c++/88180 78 PR c++/88375 88 PR c++/87504 112 PR c++/43064 113 PR c++/43486 [all …]
|
| H A D | ChangeLog-2013 | 3 PR c++/59271 6 PR c++/59349 13 PR c++/41090 27 PR c++/59111 46 PR c++/58954 51 PR c++/58627 80 PR c++/59435 96 PR c++/59044 97 PR c++/59052 108 PR c/52023 [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/os400/ |
| H A D | zlib.inc | 114 D compress PR 10I 0 extproc('compress') 120 D compress2 PR 10I 0 extproc('compress2') 127 D compressBound PR 10U 0 extproc('compressBound') 130 D uncompress PR 10I 0 extproc('uncompress') 136 D uncompress2 PR 10I 0 extproc('uncompress2') 143 D gzopen PR extproc('gzopen') 148 D gzopen PR extproc('gzopen64') 153 D gzopen64 PR extproc('gzopen64') 159 D gzdopen PR extproc('gzdopen') 164 D gzbuffer PR 10I 0 extproc('gzbuffer') [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/os400/ |
| H A D | zlib.inc | 114 D compress PR 10I 0 extproc('compress') 120 D compress2 PR 10I 0 extproc('compress2') 127 D compressBound PR 10U 0 extproc('compressBound') 130 D uncompress PR 10I 0 extproc('uncompress') 136 D uncompress2 PR 10I 0 extproc('uncompress2') 143 D gzopen PR extproc('gzopen') 148 D gzopen PR extproc('gzopen64') 153 D gzopen64 PR extproc('gzopen64') 159 D gzdopen PR extproc('gzdopen') 164 D gzbuffer PR 10I 0 extproc('gzbuffer') [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/os400/ |
| H A D | zlib.inc | 114 D compress PR 10I 0 extproc('compress') 120 D compress2 PR 10I 0 extproc('compress2') 127 D compressBound PR 10U 0 extproc('compressBound') 130 D uncompress PR 10I 0 extproc('uncompress') 136 D uncompress2 PR 10I 0 extproc('uncompress2') 143 D gzopen PR extproc('gzopen') 148 D gzopen PR extproc('gzopen64') 153 D gzopen64 PR extproc('gzopen64') 159 D gzdopen PR extproc('gzdopen') 164 D gzbuffer PR 10I 0 extproc('gzbuffer') [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | ChangeLog-2013 | 3 PR fortran/58998 9 PR fortran/59612 16 PR fortran/59493 34 PR fortran/54949 40 PR libgomp/59337 45 PR fortran/59493 50 PR fortran/59502 55 PR fortran/59450 60 PR fortran/59440 66 PR fortran/58916 [all …]
|
| H A D | ChangeLog-2018 | 3 PR fortran/82995 28 PR fortran/81027 34 PR fortran/85407 40 PR fortran/45513 41 PR fortran/81509 57 PR fortran/77703 63 PR fortran/88328 70 PR fortran/85798 77 PR fortran/88169 83 PR fortran/85544 [all …]
|
| H A D | ChangeLog-2012 | 3 PR fortran/55692 8 PR fortran/55763 14 PR fortran/48976 24 PR fortran/54884 33 PR fortran/55763 41 PR bootstrap/54659 46 PR fortran/55763 56 PR fortran/36044 63 PR fortran/54818 188 PR fortran/55733 [all …]
|
| H A D | ChangeLog | 10 PR fortran/115150 19 PR fortran/106999 32 PR fortran/114739 41 PR fortran/103716 53 PR fortran/102003 71 PR fortran/114474 82 PR fortran/107426 96 PR fortran/50410 104 PR fortran/103715 113 PR fortran/104908 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 64 PassRegistry &PR = *PassRegistry::getPassRegistry(); in LLVMInitializeX86Target() local 65 initializeX86LowerAMXIntrinsicsLegacyPassPass(PR); in LLVMInitializeX86Target() 66 initializeX86LowerAMXTypeLegacyPassPass(PR); in LLVMInitializeX86Target() 67 initializeX86PreAMXConfigPassPass(PR); in LLVMInitializeX86Target() 68 initializeGlobalISel(PR); in LLVMInitializeX86Target() 69 initializeWinEHStatePassPass(PR); in LLVMInitializeX86Target() 70 initializeFixupBWInstPassPass(PR); in LLVMInitializeX86Target() 71 initializeEvexToVexInstPassPass(PR); in LLVMInitializeX86Target() 72 initializeFixupLEAPassPass(PR); in LLVMInitializeX86Target() 73 initializeFPSPass(PR); in LLVMInitializeX86Target() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 66 auto &PR = *PassRegistry::getPassRegistry(); in LLVMInitializeWebAssemblyTarget() local 67 initializeWebAssemblyAddMissingPrototypesPass(PR); in LLVMInitializeWebAssemblyTarget() 68 initializeWebAssemblyLowerEmscriptenEHSjLjPass(PR); in LLVMInitializeWebAssemblyTarget() 69 initializeLowerGlobalDtorsPass(PR); in LLVMInitializeWebAssemblyTarget() 70 initializeFixFunctionBitcastsPass(PR); in LLVMInitializeWebAssemblyTarget() 71 initializeOptimizeReturnedPass(PR); in LLVMInitializeWebAssemblyTarget() 72 initializeWebAssemblyArgumentMovePass(PR); in LLVMInitializeWebAssemblyTarget() 73 initializeWebAssemblySetP2AlignOperandsPass(PR); in LLVMInitializeWebAssemblyTarget() 74 initializeWebAssemblyReplacePhysRegsPass(PR); in LLVMInitializeWebAssemblyTarget() 75 initializeWebAssemblyPrepareForLiveIntervalsPass(PR); in LLVMInitializeWebAssemblyTarget() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 206 PassRegistry *PR = PassRegistry::getPassRegistry(); in LLVMInitializeAMDGPUTarget() local 207 initializeR600ClauseMergePassPass(*PR); in LLVMInitializeAMDGPUTarget() 208 initializeR600ControlFlowFinalizerPass(*PR); in LLVMInitializeAMDGPUTarget() 209 initializeR600PacketizerPass(*PR); in LLVMInitializeAMDGPUTarget() 210 initializeR600ExpandSpecialInstrsPassPass(*PR); in LLVMInitializeAMDGPUTarget() 211 initializeR600VectorRegMergerPass(*PR); in LLVMInitializeAMDGPUTarget() 212 initializeGlobalISel(*PR); in LLVMInitializeAMDGPUTarget() 213 initializeAMDGPUDAGToDAGISelPass(*PR); in LLVMInitializeAMDGPUTarget() 214 initializeGCNDPPCombinePass(*PR); in LLVMInitializeAMDGPUTarget() 215 initializeSILowerI1CopiesPass(*PR); in LLVMInitializeAMDGPUTarget() [all …]
|