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

123

/freebsd-10.2-release/crypto/heimdal/lib/wind/
H A Drfc3454.py43 inTable = False
53 inTable = False
H A Dgen-punycode-examples.py52 start = False
66 start = False
/freebsd-10.2-release/contrib/unbound/libunbound/python/doc/
H A Dconf.py76 #show_authors = False
127 html_use_modindex = False
133 #html_split_index = False
136 html_copy_source = False
172 #latex_use_parts = False
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A Dembedded_interpreter.py11 have_readline = False
19 g_builtin_override_called = False
35 # g_builtin_override_called to False so we know if a SystemExit
40 g_builtin_override_called = False
67 interacted = False
/freebsd-10.2-release/contrib/unbound/libunbound/python/examples/
H A Dasync-lookup.py48 my_data = {'done_flag':False,'arbitrary':"object"}
/freebsd-10.2-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;
348 need_restore = False;
360 sleep_mode = False;
/freebsd-10.2-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
/freebsd-10.2-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-10.2-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-10.2-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...]
/freebsd-10.2-release/usr.bin/make/
H A Dcond.c94 * terminal, and return the result as either True or False.
103 False, enumerator in enum:__anon12192
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-10.2-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py159 persistent = False
187 persistent = False
204 assert False, "unhandled option"
H A Dp2p_disconnect.py141 assert False, "unhandled option"
H A Dp2p_find.py160 assert False, "unhandled option"
H A Dp2p_flush.py141 assert False, "unhandled option"
H A Dp2p_listen.py150 assert False, "unhandled option"
H A Dp2p_stop_find.py146 assert False, "unhandled option"
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h43 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate
/freebsd-10.2-release/tools/tools/notescheck/
H A Dnotescheck.py233 quoted = False
238 quoted = False
264 skip = False
267 skip = False
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h56 #define False 0 macro
/freebsd-10.2-release/tools/regression/ia64/emulated/
H A Dtest.c38 #define False 1 macro
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp117 LazyValueInfo::False)
253 if (State == LazyValueInfo::False) {
/freebsd-10.2-release/tools/tools/shlib-compat/
H A Dshlib-compat.py38 dump = False
39 no_dump = False
50 w_cached = False
88 matched = False
94 return False
97 return False
237 _is_alias = False
744 return False
1057 Config.dump = False
1061 Config.no_dump = False
[all...]

Completed in 285 milliseconds

123