Home
last modified time | relevance | path

Searched refs:PF (Results 1 – 25 of 48) sorted by relevance

12

/netbsd/src/external/gpl3/binutils/dist/gold/
Ddefstd.cc132 elfcpp::PF(0), // segment_flags_set
133 elfcpp::PF(0), // segment_flags_clear
146 elfcpp::PF(0), // segment_flags_set
147 elfcpp::PF(0), // segment_flags_clear
203 elfcpp::PF(0), // segment_flags_clear
217 elfcpp::PF(0), // segment_flags_clear
231 elfcpp::PF(0), // segment_flags_clear
245 elfcpp::PF(0), // segment_flags_clear
259 elfcpp::PF(0), // segment_flags_clear
Dsymtab.h1272 elfcpp::PF segment_flags_set;
1274 elfcpp::PF segment_flags_clear;
/netbsd/src/dist/pf/
DREADME.NetBSD6 # This file contains copy-pastable commands to import a new PF release
12 # 1) Get the PF dist files and a copy of the CVS repository
14 # 3) Import the new PF release into the test repository
18 # 7) Import the new PF release into the test repository
22 # 11) Import the new PF release into the NetBSD repository
49 # Fetch the official PF sources
122 cvs tag BEFORE-PF-${VERTAG} dist/pf sys/dist/pf
136 cvs import -I ! -I CVS -m "Import PF from OpenBSD ${VERSION}" \
166 cvs ci -m "Upgraded PF to ${VERSION}" dist/pf sys/dist/pf
202 cvs tag BEFORE-PF-${VERTAG} dist/pf sys/dist/pf
[all …]
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/examples/
Dp2p-action-udhcp.sh8 PF=$2
10 if [ ! -r $PF ]; then
14 PID=`cat $PF`
20 rm $PF
Dp2p-action.sh8 PF=$2
10 if [ ! -r $PF ]; then
14 PID=`cat $PF`
20 rm $PF
/netbsd/src/usr.bin/printf/
Dprintf.c101 #define PF(f, func) { \ macro
285 PF(start, p); in main()
334 PF(f, p); in main()
343 PF(f, p); in main()
351 PF(start, p); in main()
361 PF(f, p); in main()
373 PF(f, p); in main()
390 PF(f, p); in main()
393 PF(start, pp); in main()
/netbsd/src/bin/pax/
Doptions.h68 #define PF 0x000000400ULL macro
114 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
116 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CMF|CPF|CXF|CYF|CZF)
Doptions.c433 flg |= PF; in pax_options()
1592 flg |= PF; in cpio_options()
/netbsd/src/usr.bin/netstat/
DMakefile9 PF=${NETBSDSRCDIR}/sys/dist/pf macro
22 CPPFLAGS+= -I${PF}
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dobjdump.c867 #define PF(x, y) \ in dump_section_header() macro
870 PF (SEC_HAS_CONTENTS, "CONTENTS"); in dump_section_header()
871 PF (SEC_ALLOC, "ALLOC"); in dump_section_header()
872 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR"); in dump_section_header()
873 PF (SEC_LOAD, "LOAD"); in dump_section_header()
874 PF (SEC_RELOC, "RELOC"); in dump_section_header()
875 PF (SEC_READONLY, "READONLY"); in dump_section_header()
876 PF (SEC_CODE, "CODE"); in dump_section_header()
877 PF (SEC_DATA, "DATA"); in dump_section_header()
878 PF (SEC_ROM, "ROM"); in dump_section_header()
[all …]
Dreadelf.c9682 #define PF(_m) if (tp->_m) printf (#_m " "); in dump_hppa_unwind() macro
9684 PF(Cannot_unwind); in dump_hppa_unwind()
9685 PF(Millicode); in dump_hppa_unwind()
9686 PF(Millicode_save_sr0); in dump_hppa_unwind()
9688 PF(Entry_SR); in dump_hppa_unwind()
9691 PF(Args_stored); in dump_hppa_unwind()
9692 PF(Variable_Frame); in dump_hppa_unwind()
9693 PF(Separate_Package_Body); in dump_hppa_unwind()
9694 PF(Frame_Extension_Millicode); in dump_hppa_unwind()
9695 PF(Stack_Overflow_Check); in dump_hppa_unwind()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dinternal.h655 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic) argument
656 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, cpp_warn_traditional) argument
/netbsd/src/libexec/getty/
Dmain.c420 if (PF > 0) { in getname()
422 (void)sleep((unsigned int)PF); in getname()
423 PF = 0; in getname()
Dgettytab.h113 #define PF gettynums[12].value macro
/netbsd/src/usr.sbin/lpr/common_source/
Dlp.h58 extern const char *PF; /* name of postscript filter (per job) */
Dcommon.c89 const char *PF; /* name of postscript filter (per job) */ variable
/netbsd/src/external/gpl3/binutils/dist/bfd/
DpeXXigen.c2747 #undef PF in _bfd_XX_print_private_bfd_data_common()
2748 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); } in _bfd_XX_print_private_bfd_data_common() macro
2749 PF (IMAGE_FILE_RELOCS_STRIPPED, "relocations stripped"); in _bfd_XX_print_private_bfd_data_common()
2750 PF (IMAGE_FILE_EXECUTABLE_IMAGE, "executable"); in _bfd_XX_print_private_bfd_data_common()
2751 PF (IMAGE_FILE_LINE_NUMS_STRIPPED, "line numbers stripped"); in _bfd_XX_print_private_bfd_data_common()
2752 PF (IMAGE_FILE_LOCAL_SYMS_STRIPPED, "symbols stripped"); in _bfd_XX_print_private_bfd_data_common()
2753 PF (IMAGE_FILE_LARGE_ADDRESS_AWARE, "large address aware"); in _bfd_XX_print_private_bfd_data_common()
2754 PF (IMAGE_FILE_BYTES_REVERSED_LO, "little endian"); in _bfd_XX_print_private_bfd_data_common()
2755 PF (IMAGE_FILE_32BIT_MACHINE, "32 bit words"); in _bfd_XX_print_private_bfd_data_common()
2756 PF (IMAGE_FILE_DEBUG_STRIPPED, "debugging information removed"); in _bfd_XX_print_private_bfd_data_common()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
DpeXXigen.c2762 #undef PF in _bfd_XX_print_private_bfd_data_common()
2763 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); } in _bfd_XX_print_private_bfd_data_common() macro
2764 PF (IMAGE_FILE_RELOCS_STRIPPED, "relocations stripped"); in _bfd_XX_print_private_bfd_data_common()
2765 PF (IMAGE_FILE_EXECUTABLE_IMAGE, "executable"); in _bfd_XX_print_private_bfd_data_common()
2766 PF (IMAGE_FILE_LINE_NUMS_STRIPPED, "line numbers stripped"); in _bfd_XX_print_private_bfd_data_common()
2767 PF (IMAGE_FILE_LOCAL_SYMS_STRIPPED, "symbols stripped"); in _bfd_XX_print_private_bfd_data_common()
2768 PF (IMAGE_FILE_LARGE_ADDRESS_AWARE, "large address aware"); in _bfd_XX_print_private_bfd_data_common()
2769 PF (IMAGE_FILE_BYTES_REVERSED_LO, "little endian"); in _bfd_XX_print_private_bfd_data_common()
2770 PF (IMAGE_FILE_32BIT_MACHINE, "32 bit words"); in _bfd_XX_print_private_bfd_data_common()
2771 PF (IMAGE_FILE_DEBUG_STRIPPED, "debugging information removed"); in _bfd_XX_print_private_bfd_data_common()
[all …]
/netbsd/src/usr.sbin/cpuctl/arch/
Di386-asm.S158 testl $0x8d5,%eax # only check C|PF|AF|Z|N|V
/netbsd/src/share/doc/smm/18.net/
Dspell.ok96 PF
/netbsd/src/usr.sbin/lpr/lpd/
Dprintjob.c617 if (PF == NULL) { in print()
627 prog = PF; in print()
1295 PF = cgetstr(bp, "pf", &s) == -1 ? NULL : s; in init()
/netbsd/src/share/doc/psd/05.sysman/
Dspell.ok102 PF
/netbsd/src/distrib/sets/
Dcomments106 base-pf-bin utilities for the PF packet filter
107 base-pf-root directories for the PF packet filter
281 etc-pf-defaults default configuration files for the PF packet filter
282 etc-pf-etc configuration files for the PF packet filter
388 man-pf-catman formatted manual pages for the PF packet filter
389 man-pf-man manual page source for the PF packet filter
Ddescrs115 base-pf-bin utilities for the PF packet filter
116 base-pf-root directories for the PF packet filter
538 etc-pf-defaults default configuration for the PF packet filter
539 etc-pf-etc configuration files for the PF packet filter
650 man-pf-catman formatted manual pages for the PF packet filter
651 man-pf-man manual page source for the PF packet filter
710 misc-pf-examples example configuration files for the PF packet filter
/netbsd/src/external/bsd/libpcap/dist/
Dgrammar.y.in302 bpf_set_error(cstate, "unknown PF reason \"%s\"", reason);
344 bpf_set_error(cstate, "unknown PF action \"%s\"", action);
814 /* sigh, "rnr" is already a keyword for PF */

12