Home
last modified time | relevance | path

Searched full:temporary (Results 1 – 25 of 2013) sorted by relevance

12345678910>>...81

/freebsd/lib/libc/stdio/
H A Dtmpnam.339 .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 Dstdio.3282 .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/usr.bin/mktemp/
H A Dmktemp.135 .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/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp20 /// The lifetime of a temporary bound to this entity ends at the end of the
24 /// The lifetime of a temporary bound to this entity is extended to the
28 /// The lifetime of a temporary bound to this entity probably ends too soon,
32 /// The lifetime of a temporary bound to this entity ends too soon, because
36 /// The lifetime of a temporary bound to this entity ends too soon, because
40 /// This is a mem-initializer: if it would extend a temporary (other than via
44 /// The lifetime of a temporary bound to this entity probably ends too soon,
45 /// because the entity is a pointer and we assign the address of a temporary
54 /// for the purpose of lifetime-extending a temporary bound to a reference in
59 // C++11 [class.temporary]p5: in getEntityLifetime()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_tempname.ksh21 # '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/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h54 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/contrib/kyua/utils/fs/
H A Doperations.cpp213 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/lib/libutil/
H A Dpw_util.3149 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/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffLog.h27 /// 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/share/man/man9/
H A Dsf_buf.936 .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 Dpmap_qenter.932 .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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_014_pos.ksh32 # 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/contrib/nvi/common/
H A Dgs.h10 #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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h151 /// 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/crypto/openssl/crypto/
H A Dcore_fetch.c41 * 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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h40 /// To handle such cases, data can conditionally be emitted to a temporary
42 /// temporary buffer is queryable, allowing for the size of the data to be
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/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp104 /// @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/contrib/kyua/doc/
H A Dtest-isolation.mdoc61 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/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h87 /// 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/contrib/kyua/utils/sqlite/
H A Ddatabase_test.cpp117 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/contrib/bmake/unit-tests/
H A Dvarmod-remember.mk9 # 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/crypto/openssl/doc/man3/
H A DBN_CTX_start.pod5 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()
/freebsd/contrib/byacc/
H A DNEW_FEATURES16 temporary files will be created. If TMPDIR is defined, temporary files
18 By default, temporary files are created in /tmp.
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp60 // If the temporary is lifetime-extended, don't save the BTE, in createMaterializedTemporaryFromLayers()
61 // because we don't need a temporary destructor, but an automatic in createMaterializedTemporaryFromLayers()
90 // This is a normal temporary. in createMaterializedTemporaryFromLayers()
99 // A temporary object that doesn't require materialization. in createBoundTemporaryFromLayers()
116 llvm_unreachable("This context does not accept a bound temporary!"); in createBoundTemporaryFromLayers()
140 llvm_unreachable("Materialization is necessary to put temporary into a " in createBoundTemporaryFromLayers()
/freebsd/usr.bin/gzip/
H A Dzdiff.1105 Directory in which to place temporary files.
113 Temporary file for
116 Temporary file for

12345678910>>...81