/freebsd-src/usr.sbin/mergemaster/ |
H A D | mergemaster.8 |
|
/freebsd-src/lib/libc/stdio/ |
H A D | tmpnam.3 | 39 .Nd temporary file routines 107 contain the temporary file and the file name prefix. 120 temporary file. 160 the directory in which the temporary file is stored. 173 only a limited number of possible temporary file names 181 system call to determine whether or not the temporary file 189 if there is any possibility that the user does not wish the temporary file to
|
H A D | stdio.3 | 282 .It "mkdtemp create unique temporary directory" 283 .It "mkstemp create unique temporary file" 284 .It "mktemp create unique temporary file" 307 .It "tempnam temporary file routines" 308 .It "tmpfile temporary file routines" 309 .It "tmpnam temporary file routines"
|
/freebsd-src/usr.bin/mktemp/ |
H A D | mktemp.1 | 35 .Nd make temporary file name (unique) 121 Any number of temporary files may be created in a single invocation, 128 utility is provided to allow shell scripts to safely use temporary files. 130 the pid as a suffix and use that as a temporary file name. 135 is to make a temporary directory using the same naming scheme. 137 this does allow one to guarantee that a temporary file will not be 196 temporary file.
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_tempname.ksh | 21 # 'zpool create -t <tempname>' can create a pool with the specified temporary 26 # 2. Verify the pool is created with the specified temporary name 41 " temporary name." 55 # 2. Verify the pool is created with the specified temporary name 68 " temporary names"
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ConstructionContext.h | 54 case MaterializationKind: return "materialize temporary"; in getKindAsString() 55 case TemporaryDestructorKind: return "destroy temporary"; in getKindAsString() 201 /// - A constructor for a temporary that needs to be both destroyed 282 // A sub-routine of createFromLayers() that deals with temporary objects 290 // A sub-routine of createFromLayers() that deals with temporary objects 360 /// may only appear in C++17 because previously it was split into a temporary 432 /// in C++17 because previously it was split into a temporary object constructor 482 /// Represents a temporary object, eg. T(123), that does not immediately cross 497 // implemented the other case yet (this would be a temporary in the middle in TemporaryObjectConstructionContext() 502 /// CXXBindTemporaryExpr here is non-null as long as the temporary has [all …]
|
/freebsd-src/lib/libutil/ |
H A D | pw_util.3 | 149 on a temporary copy of the master password file created by 168 function destroy the temporary file created by 274 function returns the temporary name of the masterfile created via 279 creates and opens a presumably safe temporary password file. 283 written back to the temporary password file. 287 returns an open file descriptor to the temporary password file or -1 in case of
|
/freebsd-src/share/man/man9/ |
H A D | sf_buf.9 | 36 .Nd manage temporary kernel address space mapping for memory pages 52 buffer interface, allows kernel subsystems to manage temporary kernel address 60 will manage a temporary kernel address space mapping valid for the lifetime 96 to only arrange that the temporary mapping be valid on the current CPU, 123 releases only the temporary kernel address space mapping, not the page
|
H A D | pmap_qenter.9 | 32 .Nd manage temporary kernel space mappings 65 function is intended for temporary mappings that do not require page 74 function is intended to remove such temporary mappings.
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DiffLog.h | 27 /// A temporary-object class for building up log messages. 32 /// LogBuilder should be used only as a temporary, and as a 33 /// temporary it will be destructed before whatever temporary 59 /// A temporary-object class for building up diff messages.
|
/freebsd-src/contrib/kyua/utils/fs/ |
H A D | operations.cpp | 213 std::cerr << "Don't know how to mount a temporary file system in this " in run_mount_tmpfs() 510 /// Creates a temporary directory that is world readable/accessible. 512 /// The temporary directory is created using mkdtemp(3) using the provided 516 /// The temporary directory is given read and execute permissions to everyone 519 /// temporary directories for test cases, and that those test cases may 537 /// the data within our temporary directories against attacks. 539 /// \param path_template The template for the temporary path, which is a 543 /// \return The generated path for the temporary directory. 558 throw fs::system_error(F("Cannot create temporary directory using " in mkdtemp_public() 573 LW(F("Failed to delete just-created temporary directory %s") in mkdtemp_public() [all …]
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_014_pos.ksh | 32 # Temporary pool names should not be persisted on devices. 36 # 2. Re-import the pool with a temporary name B, then export it. 78 log_assert "Temporary pool names should not be persisted on devices." 91 log_pass "Temporary pool names are not persisted on devices."
|
/freebsd-src/contrib/nvi/common/ |
H A D | gs.h | 10 #define TEMPORARY_FILE_STRING "/tmp" /* Default temporary file name. */ 24 char *tname; /* Backing temporary file name. */ 30 #define FR_DONTDELETE 0x0002 /* Don't delete the temporary file. */ 35 #define FR_TMPEXIT 0x0040 /* Modified temporary file, no exit. */ 78 char *tmp_bp; /* Temporary buffer. */ 79 size_t tmp_blen; /* Temporary buffer size. */ 138 #define G_TMP_INUSE 0x0100 /* Temporary buffer in use. */
|
/freebsd-src/crypto/openssl/crypto/ |
H A D | core_fetch.c | 41 * ask for a temporary store, and store the method there. in ossl_method_construct_reserve_store() 43 * that temporary store. in ossl_method_construct_reserve_store() 71 /* No flag bits for temporary stores */ in ossl_method_construct_precondition() 97 /* No flag bits for temporary stores */ in ossl_method_construct_postcondition() 161 /* If there is a temporary store, try there first */ in ossl_method_construct()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetStreamer.h | 151 /// then it will be synthesized using the assembler temporary. 154 /// temporary and is only called when the assembler temporary is required. It 155 /// must handle the case where no assembler temporary is available (typically 281 /// be synthesized using the assembler temporary. 284 /// temporary and is only called when the assembler temporary is required. It 285 /// must handle the case where no assembler temporary is available (typically
|
/freebsd-src/contrib/kyua/doc/ |
H A D | test-isolation.mdoc | 61 The test is executed in a temporary directory automatically created by the 65 The runtime engine takes care to recursively delete the temporary directories 67 Any file systems mounted within the temporary directory are also unmounted. 95 This is to prevent the test from mistakenly using a temporary directory
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 104 /// @see ExternalASTMerger::ImporterSource::Temporary 130 // If we get here, then this source is importing from a temporary ASTContext in ImportImpl() 132 // possible that the current ExternalASTMerger and the temporary ASTContext in ImportImpl() 133 // share a common ImporterSource, which means that the temporary in ImportImpl() 136 // such declarations from the temporary ASTContext, they should instead in ImportImpl() 139 // without creating incomplete declarations originated from a temporary in ImportImpl() 141 // would fail to do so as their temporary AST could be deleted (which means in ImportImpl() 146 // imported from the temporary ASTContext to a persistent ASTContext. in ImportImpl() 150 // the other (persistent) ASTImporter to this (temporary) ASTImporter. in ImportImpl() 160 // Temporary AST -------------------------------' in ImportImpl() [all …]
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | BN_CTX_start.pod | 5 BN_CTX_start, BN_CTX_get, BN_CTX_end - use temporary BIGNUM variables 19 These functions are used to obtain temporary B<BIGNUM> variables from 25 called repeatedly to obtain temporary B<BIGNUM>s. All BN_CTX_get()
|
H A D | BN_copy.pod | 22 BN_with_flags creates a B<temporary> shallow copy of B<b> in B<dest>. It places 27 might commonly be used to create a temporary copy of a BIGNUM with the 28 B<BN_FLG_CONSTTIME> flag set for constant time operations. The temporary copy in
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 40 /// To handle such cases, data can conditionally be emitted to a temporary in DIExpressionCursor() 42 /// temporary buffer is queryable, allowing for the size of the data to be in DIExpressionCursor() 138 /// Start emitting data to the temporary buffer. The data stored in the 139 /// temporary buffer can be committed to the main output using 143 /// Disable emission to the temporary buffer. This does not commit data 144 /// in the temporary buffer to the main output. 148 /// temporary buffer. 151 /// Commit the data stored in the temporary buffer to the main output. 215 /// DWARF block which has been emitted to the temporary buffer.
|
/freebsd-src/contrib/bmake/unit-tests/ |
H A D | varmod-remember.mk | 9 # cases, the value of the expression is saved in the temporary variable '_', 24 # Before var.c 1.1040 from 2023-02-09, the temporary variable '_' was placed 56 # are possible but long expressions aren't, the name of the temporary variable 69 # the value of the temporary variable '_' from the inner expression leaks into
|
/freebsd-src/contrib/byacc/ |
H A D | NEW_FEATURES | 16 temporary files will be created. If TMPDIR is defined, temporary files 18 By default, temporary files are created in /tmp.
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExternalASTMerger.h | 87 /// True iff the source only exists temporary, i.e., it will be removed from 89 bool Temporary; variable 96 bool Temporary = false, ExternalASTMerger *Merger = nullptr) 97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST() 101 bool isTemporary() const { return Temporary; } in isTemporary()
|
/freebsd-src/contrib/kyua/utils/sqlite/ |
H A D | database_test.cpp | 117 ATF_TEST_CASE_WITHOUT_HEAD(temporary); 118 ATF_TEST_CASE_BODY(temporary) in ATF_TEST_CASE_BODY() argument 123 // unconditionally write the temporary database to disk (even with in ATF_TEST_CASE_BODY() 125 sqlite::database db = sqlite::database::temporary(); in ATF_TEST_CASE_BODY() 178 const sqlite::database db = sqlite::database::temporary(); in ATF_TEST_CASE_BODY() 267 ATF_ADD_TEST_CASE(tcs, temporary); in ATF_INIT_TEST_CASES()
|
/freebsd-src/usr.bin/gzip/ |
H A D | zdiff.1 | 105 Directory in which to place temporary files. 113 Temporary file for 116 Temporary file for
|