Home
last modified time | relevance | path

Searched full:overwritten (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/freebsd/contrib/bmake/unit-tests/
H A Dvardebug.mk9 # expect: Global: VAR = overwritten
10 VAR= overwritten # Var_Set
22 FROM_CMDLINE= overwritten # Var_Set (ignored)
72 # expect: Command: ignoring '.SHELL = overwritten' as it is read-only
73 .MAKEFLAGS: .SHELL=overwritten
H A Dvarname-dot-shell.exp7 Parsing varname-dot-shell.mk:12: .SHELL= overwritten
8 Global: ignoring '.SHELL = overwritten' due to a command line variable of the same name
24 Parsing varname-dot-shell.mk:28: .SHELL= newly overwritten
25 Global: ignoring '.SHELL = newly overwritten' due to a command line variable of the same name
H A Dopt-define.mk13 # The variable can be overwritten by assigning another value to it. This
16 VAR= overwritten
17 .if ${VAR} != "overwritten"
H A Dvarname-makefile.mk30 MAKEFILE= overwritten
31 .if ${MAKEFILE:T} != "overwritten"
35 # When the overwritten value is deleted, the fallback value becomes
H A Dvarname-dot-shell.mk12 .SHELL= overwritten
28 .SHELL= newly overwritten
H A Dvardebug.exp5 Global: VAR = overwritten
10 Global: ignoring 'FROM_CMDLINE = overwritten' due to a command line variable of the same name
64 Command: ignoring '.SHELL = overwritten' as it is read-only
H A Dvarname-dot-newline.mk28 .newline= overwritten
36 . error The .newline variable can be overwritten. It should be read-only.
H A Dvarmod-assign.exp44 while evaluating "${:Uvalue::=overwritten}" with value "value"
46 mod-assign-empty-3: VAR=overwritten
H A Dvarmod-assign.mk84 @echo $@: ${:Uvalue::=overwritten}
90 # expect: mod-assign-empty-3: VAR=overwritten
91 @echo $@: ${VAR:L::=overwritten} VAR=${VAR}
/freebsd/lib/libc/string/
H A Dstrerror.377 overwritten by a
90 is thread-safe, its result can be only overwritten by
235 will be overwritten by subsequent calls.
/freebsd/sys/vm/
H A Duma_dbg.c61 * Checks an item to make sure it hasn't been overwritten since it was freed,
125 * Checks an item to make sure it hasn't been overwritten since it was freed,
137 * Checks an item to make sure it hasn't been overwritten since it was freed,
235 * Checks an item to make sure it hasn't been overwritten since it was freed,
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/
H A Dhisi-x5hd2-dkb.dts57 /* Placeholder, overwritten by bootloader */
71 /* Placeholder, overwritten by bootloader */
/freebsd/lib/libipsec/
H A Dipsec_strerror.372 The C string must not be overwritten by the caller.
85 function will return its result which may be overwritten by subsequent calls.
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_u.c49 /* Verify that the file hasn't changed (it wasn't overwritten) */ in DEFINE_TEST()
60 /* Verify that the file has changed (it was overwritten) */ in DEFINE_TEST()
/freebsd/usr.bin/compress/
H A Dcompress.186 If renaming the files would cause files to be overwritten and the standard
90 are not overwritten.
122 Files are overwritten without prompting for confirmation.
/freebsd/tools/test/stress2/misc/
H A D1st.sh44 echo "FATAL: diskimage was overwritten with \"$diskimage\""
48 echo "FATAL: RUNDIR was overwritten with \"$RUNDIR\""
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_k.c63 /* Test 3: Without -k, existing files should get overwritten */ in DEFINE_TEST()
76 /* Test 4: With -k, existing files should not get overwritten */ in DEFINE_TEST()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk.388 overwritten.
121 Existing files on disk will not be overwritten.
122 By default, existing regular files are truncated and overwritten;
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_rewind_config_changed.ksh28 # 4. Take a snapshot to make sure old blocks are not overwritten.
39 # overwritten. Snapshots protect datasets and data files but not the MOS.
124 # However, it is possible the MOS data was overwritten
/freebsd/contrib/unbound/util/
H A Drtt.c46 /* overwritten by config: infra_cache_min_rtt: */
48 /* overwritten by config: infra_cache_max_rtt: */
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dsilabs,si5351.txt35 Each of the clock outputs can be overwritten individually by
37 output is not set, the eeprom configuration is not overwritten.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h280 // Replace the overwritten part. in insert()
283 // Insert the non-overwritten middle part. in insert()
330 // Replace the overwritten part. in insert()
336 // Insert the non-overwritten middle part. in insert()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp118 OS << "Value of 'errno' was not checked and may be overwritten by " in generateErrnoNotCheckedBug()
125 OS << "Value of 'errno' was not checked and is overwritten here"; in generateErrnoNotCheckedBug()
174 // 'errno' is overwritten without a read before but it should have been in checkLocation()
/freebsd/lib/libc/rpc/
H A Drpc_clnt_calls.3193 result will not get overwritten on each call.
204 returns pointer to a buffer that is overwritten
/freebsd/contrib/tzcode/
H A Dnewctime.3347 overwritten by each call.

12345678910>>...21