Home
last modified time | relevance | path

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

12345678910>>...21

/freebsd-src/contrib/bmake/unit-tests/
H A Dvardebug.mk9 # expect: Global: VAR = overwritten
10 VAR= overwritten # Var_Set
22 FROM_CMDLINE= overwritten # Var_Set (ignored)
79 # expect: Command: ignoring '.SHELL = overwritten' as it is read-only
80 .MAKEFLAGS: .SHELL=overwritten
H A Dvarname-dot-shell.exp7 Parsing line 12: .SHELL= overwritten
8 Global: ignoring '.SHELL = overwritten' due to a command line variable of the same name
24 Parsing line 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.exp42 make: in target "mod-assign-empty": while evaluating "${:Uvalue::=overwritten}" with value "value": Bad modifier ":"
43 mod-assign-empty: overwritten}
44 mod-assign-empty: VAR=overwritten
/freebsd-src/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-src/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-src/sys/contrib/device-tree/src/arm/hisilicon/
H A Dhisi-x5hd2-dkb.dts57 /* Placeholder, overwritten by bootloader */
71 /* Placeholder, overwritten by bootloader */
/freebsd-src/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-src/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-src/tools/test/stress2/misc/
H A D1st.sh44 echo "FATAL: diskimage was overwritten with \"$diskimage\""
48 echo "FATAL: RUNDIR was overwritten with \"$RUNDIR\""
/freebsd-src/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-src/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-src/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-src/contrib/unbound/util/
H A Drtt.c46 /* overwritten by config: infra_cache_min_rtt: */
48 /* overwritten by config: infra_cache_max_rtt: */
/freebsd-src/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-src/bin/cp/
H A Dutils.c145 printf("%s not overwritten\n", to.p_path); in copy_file()
155 (void)fprintf(stderr, "not overwritten\n"); in copy_file()
256 printf("%s not overwritten\n", to.p_path); in copy_link()
281 printf("%s not overwritten\n", to.p_path); in copy_fifo()
301 printf("%s not overwritten\n", to.p_path); in copy_special()
/freebsd-src/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-src/contrib/tzcode/
H A Dnewctime.3347 overwritten by each call.
/freebsd-src/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-src/sys/ufs/ufs/
H A Dufs_extern.h120 * will not be completely overwritten by the caller, so buffers for new
122 * When BA_CLRBUF is not set the buffer will be completely overwritten
/freebsd-src/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()

12345678910>>...21