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

123

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp111 return TPR != TPResult::False(); // Returns true for TPResult::True() or
139 TPR = TPResult::True();
141 assert(TPR == TPResult::True() || TPR == TPResult::False());
142 return TPR == TPResult::True();
239 return TPResult::True();
240 if (TPR == TPResult::True() || TPR == TPResult::Error())
291 return TPResult::True();
302 return TPResult::True();
320 return TPResult::True();
347 return TPR != TPResult::False(); // Returns true for TPResult::True() o
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py66 gotone = True
71 printing = True
H A Duserspace.py45 "groupused@": ("used", True),
46 "groupquota@": ("quota", True),
50 """Return True if this property (eg "userquota@") should be skipped."""
53 return True
56 return True
59 return True
207 options.noname = True
H A Dtable.py51 def printme(self, headers=True):
H A Ddataset.py67 """Return True if this property can be delegated with
101 types=("filesystem", "volume"), snaps=True):
160 while True:
191 un is True if the specified permissions should be removed.
H A Dallow.py235 """Return True if the given setname (string) is defined for this
241 return True
333 for fs in sorted(p.keys(), reverse=True):
383 options.local = True
384 options.descend = True
H A Dutil.py42 fallback=True).gettext
/freebsd-9.3-release/contrib/bzip2/
H A Dbzip2.c169 #define True ((Bool)1) macro
321 if (c == EOF) return True;
350 while (True) {
452 while (True) {
502 return True;
507 while (True) {
541 return True;
548 return True; /*notreached*/
570 while (True) {
602 return True;
[all...]
H A Dbzlib.c149 return True;
229 s->inUse[s->state_in_ch] = True;
244 s->inUse[s->state_in_len-4] = True;
274 zs->inUse[zs->state_in_ch] = True; \
302 while (True) {
307 progress_in = True;
318 while (True) {
325 progress_in = True;
344 while (True) {
352 progress_out = True;
[all...]
H A Dbzlib_private.h49 #define True ((Bool)1) macro
446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
453 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
H A Dhuffman.c48 while (True) { \
82 while (True) {
120 if (j > maxLen) tooLong = True;
H A Dcompress.c176 while (True) {
214 while (True) {
345 while (True) {
500 if (s->inUse[i * 16 + j]) inUse16[i] = True;
548 while (True) {
H A Dbzip2recover.c56 #define True ((Bool)1) macro
367 while (True) {
438 while (True) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py45 fallback=True).gettext
/freebsd-9.3-release/usr.bin/make/
H A Dcond.c94 * terminal, and return the result as either True or False.
102 True, 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
[all...]
/freebsd-9.3-release/sbin/adjkerntz/
H A Dadjkerntz.c61 #define True (1) macro
99 init = True;
107 sleep_mode = True;
119 sleep_mode = True;
229 looping = True;
299 need_restore = True;
/freebsd-9.3-release/contrib/groff/src/libs/libxutil/
H A DXFontName.c99 return True;
178 return True;
210 return True;
240 return True;
/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/regression/netinet/ip_id_period/
H A Dip_id_period.py37 tcpdump = subprocess.Popen('tcpdump -n -i lo0 -w results.pcap icmp', shell=True)
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-wps.py37 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c78 Cell *True = &truecell; variable
148 return(True);
187 return(True);
209 return(True);
504 return True;
530 return True;
571 return(True);
610 return(True);
626 if (i) return(True);
630 if (i) return(True);
[all...]
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf185 O SendMimeErrors=True
209 #O MeToo=True
215 O OldStyleHeaders=True
228 O UseMSP=True
315 O SuperSafe=True
393 #O ColonOkInAddr=True
417 O DontInitGroups=True
420 # True (the default) means they are not trustworthy.
421 #O UnsafeGroupWrites=True
445 O DontProbeInterfaces=True
[all...]
/freebsd-9.3-release/tools/regression/ia64/emulated/
H A Dtest.c39 #define True 2 macro
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp188 if (Result == LazyValueInfo::True)
264 } else if (State == LazyValueInfo::True) {
/freebsd-9.3-release/tools/tools/notescheck/
H A Dnotescheck.py240 quoted = True
278 skip = True

Completed in 162 milliseconds

123