Searched defs:PF (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/bin/pax/ |
H A D | options.h | 66 #define PF 0x00000400 macro
|
/dflybsd-src/usr.bin/printf/ |
H A D | printf.c | 63 #define PF(f, func) do { \ macro
|
/dflybsd-src/libexec/getty/ |
H A D | gettytab.h | 113 #define PF gettynums[12].value macro
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | 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
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | 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
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | 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
|
H A D | readelf.c | 7339 #define PF(_m) if (tp->_m) printf (#_m " "); in dump_hppa_unwind() macro
|
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/ |
H A D | BaseLib.h | 5030 UINT32 PF : 1; ///< Parity Flag. member 5056 UINT32 PF : 1; ///< Parity Flag. member
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | 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
|
H A D | readelf.c | 8031 #define PF(_m) if (tp->_m) printf (#_m " "); in dump_hppa_unwind() macro
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | 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
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | 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
|