Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 25 of 57) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/test/CXX/except/except.spec/
H A Dp2-places.cpp19 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 Dfmtcheck.c59 #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 Dfmtcheck.c67 #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 Dpcap-pf.c108 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 Dtasn_new.c319 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 Dtasn_fre.c199 const ASN1_PRIMITIVE_FUNCS *pf; in ASN1_primitive_free() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dptrtomember.cpp18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} variable
H A Dfunction-type-qual.cpp4 void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} variable
H A Dwarn-memset-bad-sizeof.cpp93 float* pf; in f() local
H A Dnullptr.cpp24 void (*pf)() = nullptr; in f() local
H A Dmember-pointer.cpp23 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 Dattr-deprecated-message.c28 int (*pf)() = f1; // expected-warning {{'f1' is deprecated: Please avoid f1}} in func1() local
H A Dconditional-expr.c27 int (*pf)[2]; in foo() local
/minix3/external/bsd/dhcp/dist/common/
H A Dnit.c125 struct packetfilt pf; local
184 struct packetfilt pf; local
H A Dupf.c169 struct enfilter pf; local
/minix3/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_init.c111 _dwarf_producer_init(Dwarf_Debug dbg, Dwarf_Unsigned pf, Dwarf_Error *error) in _dwarf_producer_init()
/minix3/lib/libpuffs/
H A Dflush.c63 struct puffs_flush *pf; in doflush() local
/minix3/bin/sh/
H A Dinput.c476 struct parsefile *pf; in pushfile() local
494 struct parsefile *pf = parsefile; in popfile() local
/minix3/minix/commands/cron/
H A Dcron.c325 FILE *pf; in main() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dptr-to-datamember.cpp84 float A::* pf = &A::f; in main() local
H A Dmember-function-pointers.cpp177 void (A::*pf)(bool) = &A::f; variable
180 void (A::*pf)(bool) = &A::f; in f() local
/minix3/external/bsd/dhcpcd/dist/
H A Dipv4ll.c132 const char *pf = prefix == NULL ? "" : "_"; in ipv4ll_env() local
/minix3/external/bsd/bind/dist/bin/tests/
H A Dsock_test.c271 int pf; in main() local
/minix3/tests/lib/libc/sys/
H A Dt_poll.c99 int pf[2]; in ATF_TC_BODY() local
/minix3/minix/commands/lpd/
H A Dlpd.c265 char file[PATH_MAX+1], *pf=file; in work() local

123