Searched refs:Fake (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dglobal.c37 Boolean Fake = FALSE; variable
H A Dplist.c585 if (!Fake && system(tmp)) {
657 if (!Fake && !NoDeleteFiles) {
676 if (!Fake) {
H A Dlib.h444 extern Boolean Fake;
/netbsd-current/external/bsd/pkg_install/dist/delete/
H A Dpkg_delete.c425 if (Fake) {
581 if (Fake)
607 if (Fake)
618 if (Fake)
676 Fake = 1;
728 if (Fake)
/netbsd-current/external/bsd/pkg_install/dist/add/
H A Dmain.c120 Fake = TRUE;
H A Dperform.c418 if (Fake ||
603 if (Fake)
697 if (Fake)
758 if (!Fake && system(cmd))
849 if (Fake)
996 if (Fake)
1125 if (Fake || NoRecord) {
1224 if (Fake)
1254 if (Verbose || Fake) {
1260 if (!Fake) {
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.c101 class Fake
106 Fake (const int name = 0): function
325 Fake fake (42);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-prettyprint.c103 class Fake
108 Fake (const int name = 0): function
356 Fake fake (42);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.c101 class Fake
106 Fake (const int name = 0): function
325 Fake fake (42);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-prettyprint.c103 class Fake
108 Fake (const int name = 0): function
358 Fake fake (42);
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dmissing.asm39 C Fake the MULX instruction
64 C Fake the ADOX instruction
104 C Fake the ADCX instruction
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Daddw.s28 ; .word 0x0a70 ; Fake it until assembler will take it.
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Daddw.s28 ; .word 0x0a70 ; Fake it until assembler will take it.
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dd30v-opc.c414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */ macro
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dd30v-opc.c414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */ macro
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dd30v-opc.c414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */ macro
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dd30v-opc.c414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */ macro
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp201 bool Fake; member in class:__anon1203::Argument
206 upperName(lowerName), attrName(Attr), isOpt(false), Fake(false) {
226 bool isFake() const { return Fake; }
227 void setFake(bool fake) { Fake = fake; }
1367 if (Ptr && Arg.getValueAsBit("Fake"))
3398 if (Arg->getValueAsBit("Fake"))
/netbsd-current/distrib/syspkg/mk/
H A Dbsd.syspkg.mk536 # Fake installation of package so that user can pkg_delete it later.
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h517 enum class PendingFakeDefinitionKind { NotFake, Fake, FakeLoaded }; member in class:clang::ASTReader::PendingFakeDefinitionKind
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1797 PFDI->second == ASTReader::PendingFakeDefinitionKind::Fake) {
3285 std::make_pair(DD, ASTReader::PendingFakeDefinitionKind::Fake));

Completed in 388 milliseconds