Searched defs:PF (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/bin/pax/ |
| HD | options.h | 66 #define PF 0x00000400 macro
|
| /dragonfly/usr.bin/printf/ |
| HD | printf.c | 63 #define PF(f, func) do { \ macro
|
| /dragonfly/libexec/getty/ |
| HD | gettytab.h | 113 #define PF gettynums[12].value macro
|
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | internal.h | 591 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic) argument 592 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, cpp_warn_traditional) argument
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | internal.h | 614 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic) argument 615 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, cpp_warn_traditional) argument
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | objdump.c | 468 #define PF(x, y) \ in dump_section_header() macro 2758 #define PF(x, y) if (abfd->flags & x) {printf("%s%s", comma, y); comma=", ";} in dump_bfd_header() macro
|
| HD | readelf.c | 7339 #define PF(_m) if (tp->_m) printf (#_m " "); in dump_hppa_unwind() macro
|
| /dragonfly/stand/contrib/edk2/MdePkg/Include/Library/ |
| HD | BaseLib.h | 5030 UINT32 PF : 1; ///< Parity Flag. member 5056 UINT32 PF : 1; ///< Parity Flag. member
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | objdump.c | 571 #define PF(x, y) \ in dump_section_header() macro 3949 #define PF(x, y) if (abfd->flags & x) {printf ("%s%s", comma, y); comma=", ";} in dump_bfd_header() macro
|
| HD | readelf.c | 8031 #define PF(_m) if (tp->_m) printf (#_m " "); in dump_hppa_unwind() macro
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | peXXigen.c | 2759 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); } in _bfd_XX_print_private_bfd_data_common() macro
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | peXXigen.c | 2730 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); } in _bfd_XX_print_private_bfd_data_common() macro
|