Searched refs:False (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py62 printing = False
63 gotone = False
H A Duserspace.py43 "userused@": ("used", False),
44 "userquota@": ("quota", False),
60 return False
H A Dallow.py242 return False
327 ds = zfs.dataset.Dataset(sys.argv[2], snaps=False)
388 ds = zfs.dataset.Dataset(fsname, snaps=False)
H A Ddataset.py163 zfs.ioctl.next_dataset(self.name, False, cookie)
/freebsd-9.3-release/contrib/groff/src/libs/libxutil/
H A DXFontName.c69 return False;
75 return False;
129 return False; \
132 return False;
135 return False; \
143 return False; \
188 return False;
193 return False;
/freebsd-9.3-release/sbin/adjkerntz/
H A Dadjkerntz.c62 #define False (0) macro
90 int need_restore = False, sleep_mode = False, looping,
104 init = False;
147 looping = False;
151 init = False;
351 need_restore = False;
363 sleep_mode = False;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp108 TPResult TPR = isCXXDeclarationSpecifier(TPResult::False(),
111 return TPR != TPResult::False(); // Returns true for TPResult::True() or
141 assert(TPR == TPResult::True() || TPR == TPResult::False());
242 assert(TPR == TPResult::False());
250 return TPResult::False();
347 return TPR != TPResult::False(); // Returns true for TPResult::True() or
378 TPR = TPResult::False();
383 assert(TPR == TPResult::True() || TPR == TPResult::False());
417 return TPR != TPResult::False(); // Returns true for TPResult::True() or
456 TPR = TPResult::False();
[all...]
/freebsd-9.3-release/contrib/bzip2/
H A Dbzip2.c170 #define False ((Bool)0) macro
323 return False;
535 return False;
617 return False;
623 return False;
629 return False;
988 if (MY_S_ISREG(statBuf.st_mode)) return False;
1089 return False;
1096 return False;
1114 if (ns < nx) return False;
[all...]
H A Dbzlib.c130 for (i = 0; i < 256; i++) s->inUse[i] = False;
148 return False; else
297 Bool progress_in = False;
342 Bool progress_out = False;
369 Bool progress_in = False;
370 Bool progress_out = False;
397 BZ2_compressBlock ( s, False );
540 Returns False if there is no problem.
552 if (s->strm->avail_out == 0) return False;
564 if (s->nblock_used == s->save_nblock+1) return False;
[all...]
H A Dbzip2recover.c57 #define False ((Bool)0) macro
264 if (n <= 4) return False;
H A Ddecompress.c271 s->inUse16[i] = False;
274 for (i = 0; i < 256; i++) s->inUse[i] = False;
608 default: AssertH ( False, 4001 );
611 AssertH ( False, 4002 );
/freebsd-9.3-release/usr.bin/make/
H A Dcond.c94 * terminal, and return the result as either True or False.
103 False, enumerator in enum:__anon10792
625 t = strcmp(lhs, string) ? False : True;
627 t = strcmp(lhs, string) ? True : False;
689 t = (left != right ? True : False);
697 t = (left == right ? True : False);
701 t = (left <= right?True:False);
703 t = (left < right?True:False);
708 t = (left >= right?True:False);
710 t = (left > right?True:False);
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h43 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate
/freebsd-9.3-release/tools/tools/notescheck/
H A Dnotescheck.py231 quoted = False
236 quoted = False
262 skip = False
265 skip = False
/freebsd-9.3-release/tools/regression/ia64/emulated/
H A Dtest.c38 #define False 1 macro
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp117 LazyValueInfo::False)
253 if (State == LazyValueInfo::False) {
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp858 SDValue False = Op.getOperand(3); local
876 // Move hardware True/False values to the correct operand.
880 if (isHWTrueValue(False) && isHWFalseValue(True)) {
882 std::swap(False, True);
887 std::swap(False, True);
894 if (isHWTrueValue(True) && isHWFalseValue(False) &&
897 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
923 std::swap(True, False);
934 // Bitcast True / False to the correct types. This will end up being
937 // one pattern for integer True/False an
1630 SDValue False = N->getOperand(3); local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DConstantFolder.h207 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
208 return ConstantExpr::getSelect(C, True, False);
H A DTargetFolder.h231 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
232 return Fold(ConstantExpr::getSelect(C, True, False));
H A DNoFolder.h267 Constant *True, Constant *False) const {
268 return SelectInst::Create(C, True, False);
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf125 O SevenBitInput=False
146 O HoldExpensive=False
161 #O SaveFromLine=False
170 #O MatchGECOS=False
179 #O IgnoreDots=False
200 #O SingleThreadDelivery=False
203 O UseErrorsTo=False
212 O CheckAliases=False
312 #O DontPruneRoutes=False
339 #O TryNullMXList=False
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c80 Cell *False = &falsecell; variable
569 return(False);
612 return(False);
631 else return(False);
633 if ( !i ) return(False);
638 else return(False);
640 if (i) return(False);
666 else return(False);
668 else return(False);
670 else return(False);
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1079 return ResCI->isZero() ? False : True;
1090 return False;
1099 return False;
1108 return False;
1121 return False;
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta2deps.py119 def sort_unique(list, cmp=None, key=None, reverse=False):
404 skip = False
597 output = False
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp541 const Expr *False) {
548 if (True->getType()->isVoidType() || False->getType()->isVoidType())
557 RCl = ClassifyInternal(Ctx, False);
540 ClassifyConditional(ASTContext &Ctx, const Expr *True, const Expr *False) argument

Completed in 199 milliseconds

12