/freebsd/contrib/bmake/unit-tests/ |
H A D | vardebug.mk | 9 # 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 D | varname-dot-shell.exp | 7 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 D | opt-define.mk | 13 # The variable can be overwritten by assigning another value to it. This 16 VAR= overwritten 17 .if ${VAR} != "overwritten"
|
H A D | varname-makefile.mk | 30 MAKEFILE= overwritten 31 .if ${MAKEFILE:T} != "overwritten" 35 # When the overwritten value is deleted, the fallback value becomes
|
H A D | varname-dot-shell.mk | 12 .SHELL= overwritten 28 .SHELL= newly overwritten
|
H A D | vardebug.exp | 5 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 D | varname-dot-newline.mk | 28 .newline= overwritten 36 . error The .newline variable can be overwritten. It should be read-only.
|
H A D | varmod-assign.exp | 44 while evaluating "${:Uvalue::=overwritten}" with value "value" 46 mod-assign-empty-3: VAR=overwritten
|
H A D | varmod-assign.mk | 84 @echo $@: ${:Uvalue::=overwritten} 90 # expect: mod-assign-empty-3: VAR=overwritten 91 @echo $@: ${VAR:L::=overwritten} VAR=${VAR}
|
/freebsd/lib/libc/string/ |
H A D | strerror.3 | 77 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 D | uma_dbg.c | 61 * 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 D | hisi-x5hd2-dkb.dts | 57 /* Placeholder, overwritten by bootloader */ 71 /* Placeholder, overwritten by bootloader */
|
/freebsd/lib/libipsec/ |
H A D | ipsec_strerror.3 | 72 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 D | test_option_u.c | 49 /* 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 D | compress.1 | 86 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 D | 1st.sh | 44 echo "FATAL: diskimage was overwritten with \"$diskimage\"" 48 echo "FATAL: RUNDIR was overwritten with \"$RUNDIR\""
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_k.c | 63 /* 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 D | archive_write_disk.3 | 88 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 D | import_rewind_config_changed.ksh | 28 # 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 D | rtt.c | 46 /* overwritten by config: infra_cache_min_rtt: */ 48 /* overwritten by config: infra_cache_max_rtt: */
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | silabs,si5351.txt | 35 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 D | ASTVector.h | 280 // 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 D | ErrnoChecker.cpp | 118 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 D | rpc_clnt_calls.3 | 193 result will not get overwritten on each call. 204 returns pointer to a buffer that is overwritten
|
/freebsd/contrib/tzcode/ |
H A D | newctime.3 | 347 overwritten by each call.
|