/minix3/external/bsd/llvm/dist/clang/test/CXX/except/except.spec/ |
H A D | p2-places.cpp | 19 typedef int (*pf)() throw(int); // expected-error {{specifications are not allowed in typedefs}} typedef 52 …typedef int (*pf)() noexcept(false); // expected-error {{specifications are not allowed in typedef… typedef
|
/minix3/external/bsd/file/dist/src/ |
H A D | fmtcheck.c | 59 #define RETURN(pf,f,r) do { \ argument 65 get_next_format_from_precision(const char **pf) in get_next_format_from_precision() 152 get_next_format_from_width(const char **pf) in get_next_format_from_width() 171 get_next_format(const char **pf, EFT eft) in get_next_format()
|
/minix3/lib/libc/gen/ |
H A D | fmtcheck.c | 67 #define RETURN(pf,f,r) do { \ argument 73 get_next_format_from_precision(const char **pf) in get_next_format_from_precision() 160 get_next_format_from_width(const char **pf) in get_next_format_from_width() 179 get_next_format(const char **pf, EFT eft) in get_next_format()
|
/minix3/external/bsd/libpcap/dist/ |
H A D | pcap-pf.c | 108 struct pcap_pf *pf = pc->priv; in pcap_read_pf() local 250 struct pcap_pf *pf = p->priv; in pcap_stats_pf() local 305 struct pcap_pf *pf = p->priv; in pcap_activate_pf() local 532 struct pcap_pf *pf = p->priv; in pcap_setfilter_pf() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | tasn_new.c | 319 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in ASN1_primitive_new() local 366 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local
|
H A D | tasn_fre.c | 199 const ASN1_PRIMITIVE_FUNCS *pf; in ASN1_primitive_free() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | ptrtomember.cpp | 18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} variable
|
H A D | function-type-qual.cpp | 4 void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} variable
|
H A D | warn-memset-bad-sizeof.cpp | 93 float* pf; in f() local
|
H A D | nullptr.cpp | 24 void (*pf)() = nullptr; in f() local
|
H A D | member-pointer.cpp | 23 int (A::*pf)(int, int); in f() local 104 void (HasMembers::*pf)() = &HasMembers::f; in h() local
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | attr-deprecated-message.c | 28 int (*pf)() = f1; // expected-warning {{'f1' is deprecated: Please avoid f1}} in func1() local
|
H A D | conditional-expr.c | 27 int (*pf)[2]; in foo() local
|
/minix3/external/bsd/dhcp/dist/common/ |
H A D | nit.c | 125 struct packetfilt pf; local 184 struct packetfilt pf; local
|
H A D | upf.c | 169 struct enfilter pf; local
|
/minix3/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | libdwarf_init.c | 111 _dwarf_producer_init(Dwarf_Debug dbg, Dwarf_Unsigned pf, Dwarf_Error *error) in _dwarf_producer_init()
|
/minix3/lib/libpuffs/ |
H A D | flush.c | 63 struct puffs_flush *pf; in doflush() local
|
/minix3/bin/sh/ |
H A D | input.c | 476 struct parsefile *pf; in pushfile() local 494 struct parsefile *pf = parsefile; in popfile() local
|
/minix3/minix/commands/cron/ |
H A D | cron.c | 325 FILE *pf; in main() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | ptr-to-datamember.cpp | 84 float A::* pf = &A::f; in main() local
|
H A D | member-function-pointers.cpp | 177 void (A::*pf)(bool) = &A::f; variable 180 void (A::*pf)(bool) = &A::f; in f() local
|
/minix3/external/bsd/dhcpcd/dist/ |
H A D | ipv4ll.c | 132 const char *pf = prefix == NULL ? "" : "_"; in ipv4ll_env() local
|
/minix3/external/bsd/bind/dist/bin/tests/ |
H A D | sock_test.c | 271 int pf; in main() local
|
/minix3/tests/lib/libc/sys/ |
H A D | t_poll.c | 99 int pf[2]; in ATF_TC_BODY() local
|
/minix3/minix/commands/lpd/ |
H A D | lpd.c | 265 char file[PATH_MAX+1], *pf=file; in work() local
|