HomeSort by: relevance | last modified time | path
    Searched refs:Fake (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/pkg_install/dist/lib/
global.c 37 Boolean Fake = FALSE;
plist.c 585 if (!Fake && system(tmp)) {
657 if (!Fake && !NoDeleteFiles) {
676 if (!Fake) {
lib.h 444 extern Boolean Fake;
  /src/external/bsd/pkg_install/dist/delete/
pkg_delete.c 425 if (Fake) {
581 if (Fake)
607 if (Fake)
618 if (Fake)
676 Fake = 1;
728 if (Fake)
  /src/external/bsd/pkg_install/dist/add/
main.c 120 Fake = TRUE;
perform.c 418 if (Fake ||
603 if (Fake)
698 if (Fake)
772 if (!Fake && system(cmd))
867 if (Fake)
1015 if (Fake)
1198 if (Fake || NoRecord) {
1297 if (Fake)
1327 if (Verbose || Fake) {
1333 if (!Fake) {
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.c 101 class Fake
106 Fake (const int name = 0):
325 Fake fake (42);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-prettyprint.c 103 class Fake
108 Fake (const int name = 0):
366 Fake fake (42);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.c 101 class Fake
106 Fake (const int name = 0):
325 Fake fake (42);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-prettyprint.c 103 class Fake
108 Fake (const int name = 0):
366 Fake fake (42);
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
missing.asm 39 C Fake the MULX instruction
64 C Fake the ADOX instruction
104 C Fake the ADCX instruction
  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
addw.s 28 ; .word 0x0a70 ; Fake it until assembler will take it.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
addw.s 28 ; .word 0x0a70 ; Fake it until assembler will take it.
  /src/external/gpl3/binutils/dist/opcodes/
d30v-opc.c 414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
  /src/external/gpl3/binutils.old/dist/opcodes/
d30v-opc.c 414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
  /src/external/gpl3/gdb.old/dist/opcodes/
d30v-opc.c 414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
  /src/external/gpl3/gdb/dist/opcodes/
d30v-opc.c 414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 201 bool Fake;
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"))
1501 // determine where the last provided non-fake argument is.
2331 // For these purposes, fake takes priority over optional.
2476 // Emit a CreateImplicit that takes all the non-fake arguments
    [all...]
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 431 # (i.e. when calling for pkg_create args, and for fake-pkg)
536 # Fake installation of package so that user can pkg_delete it later.
541 register: fake-pkg
544 .if !target(fake-pkg)
545 fake-pkg: ${PLIST}
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 517 enum class PendingFakeDefinitionKind { NotFake, Fake, FakeLoaded };
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1797 PFDI->second == ASTReader::PendingFakeDefinitionKind::Fake) {
1868 // set fake one.
3285 std::make_pair(DD, ASTReader::PendingFakeDefinitionKind::Fake));

Completed in 53 milliseconds