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

  /src/usr.bin/make/unit-tests/
varmisc.mk 16 False= ${echo false >&2:L:sh}FALSE
23 @echo ${VSET:U${False}}
27 @echo ${UNDEF:D${False}}
39 @echo ${1:L:?${True}:${False}}
42 @echo :? only rhs when value false
43 @echo ${0:L:?${True}:${False}}
47 @echo ${VSET:U${1:L:?${True}:${False}}}
64 SD_VALUES= 0 1 2 False True false true Yes No yes no On Off ON OFF on of
    [all...]
varmisc.exp 15 :? only rhs when value false
16 false
17 FALSE
26 save-dollars: False = $
28 save-dollars: false = $
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 102 To suppress false-positive errors of a certain category, add a
320 # False positives include C-style multi-line comments (http://go/nsiut )
493 return False
681 self.in_a_function = False
727 self.in_a_function = False
832 return False
834 return False
836 is_filtered = False
843 is_filtered = False
845 assert False # should have been checked for in SetFilter
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_symbolize.py 19 DEBUG = False
20 demangle = False
27 force_system_symbolizer = False
175 is_first_frame = False
189 def __init__(self, args, close_stderr=False):
  /src/usr.sbin/ypserv/ypserv/
ypserv_proc.c 61 static const char *False = "FALSE";
62 #define TORF(x) (x) ? True : False
108 result = FALSE;
134 result = FALSE;
198 res = ypdb_get_first(k->domain, k->map, FALSE);
227 res = ypdb_get_next(k->domain, k->map, k->keydat, FALSE);
290 const char *optdbstr = False;
  /src/common/dist/zlib/contrib/ada/
zlib.adb 79 False => (Step => Thin.Inflate'Access,
83 := (True => Finish, False => No_Flush);
137 Ignore_Error : in Boolean := False)
225 Filter.Stream_End := False;
358 Filter.Compression := False;
359 Filter.Stream_End := False;
test.adb 35 Continuous : constant Boolean := False;
410 Back_Compressed => False,
438 Back_Compressed => False,
mtest.adb 24 Stop : Boolean := False;
read.adb 29 Continuous : constant Boolean := False;
zlib-streams.ads 73 -- If Back_Compressed is false then
77 -- !!! When the Need_Header is False ZLib-Ada is using undocumented
zlib.ads 171 Ignore_Error : in Boolean := False);
173 -- If stream is closing before the complete and Ignore_Error is False,
274 Allow_Read_Some : in Boolean := False;
  /src/common/dist/zlib/
make_vms.com 29 $ false = 0
35 $ its_decc = false
36 $ its_vaxc = false
37 $ its_gnuc = false
38 $ s_case = False
52 $ linkonly = false
589 $ test_inv = false
590 $ comm_h = false
608 $ is_need = false
614 $ if .not. ($status) then cc_prop = false
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fpsp.s 9745 # Last_Subtract := false (used in Step 7 below). If #
16277 # or false. #
16339 # For the IEEE nonaware tests, only the false branch changes the #
16602 # false:
16604 # False
16618 # signalling false:
16620 # False
16694 # For the IEEE aware tests, action is only taken if the result is false.#
16906 # or false. #
17217 # false
    [all...]

Completed in 42 milliseconds