Searched refs:temporary (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-13-stable/contrib/kyua/utils/sqlite/
H A Ddatabase.hpp94 static database temporary(void);
H A Ddatabase_test.cpp117 ATF_TEST_CASE_WITHOUT_HEAD(temporary); variable
118 ATF_TEST_CASE_BODY(temporary)
123 // unconditionally write the temporary database to disk (even with
125 sqlite::database db = sqlite::database::temporary();
178 const sqlite::database db = sqlite::database::temporary();
267 ATF_ADD_TEST_CASE(tcs, temporary);
H A Ddatabase.cpp167 /// Opens a memory-based temporary SQLite database.
184 /// accept the values "" and ":memory:"; use temporary() and in_memory()
195 PRE_MSG(!file.str().empty(), "Use database::temporary() instead");
225 sqlite::database::temporary(void) function in class:sqlite::database
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh62 echo creating temporary terminfo directory... >&2
166 echo removing temporary terminfo directory... >&2
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dwintest.bat54 REM Remove temporary files
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h624 * temporary - Whether this network is temporary and not to be saved
626 int temporary; member in struct:wpa_ssid
782 * This pointer can be used to delete temporary networks when a wpa_cred
H A Dconfig.h78 * temporary - Whether this credential is temporary and not to be saved
80 int temporary; member in struct:wpa_cred
H A Dwps_supplicant.c447 ssid->temporary = 0;
463 * temporary P2P group similarly to the one that gets
468 ssid->temporary = wpa_s->current_ssid->temporary;
1014 ssid->temporary = 1;
1163 ssid->temporary = 1;
1230 ssid->temporary = 1;
1381 ssid->temporary = 1;
H A Dconfig_file.c1586 if (cred->temporary)
1594 if (ssid->key_mgmt == WPA_KEY_MGMT_WPS || ssid->temporary)
1595 continue; /* do not save temporary networks */
H A Dinterworking.c1000 ssid->temporary = 1;
1586 ssid->temporary = 1;
1806 ssid->temporary = 1;
H A Dconfig.c3281 if (os_strcmp(var, "temporary") == 0) {
3282 cred->temporary = atoi(value);
3642 if (os_strcmp(var, "temporary") == 0)
3643 return alloc_int_str(cred->temporary);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h239 /// a temporary copy is returned.
271 /// The temporary alloca.
281 /// The "is active" insertion point. This instruction is temporary and
307 void addWriteback(LValue srcLV, Address temporary, llvm::Value *toUse) { argument
308 Writeback writeback = {srcLV, temporary, toUse};
/freebsd-13-stable/lib/libbe/
H A Dbe.c678 * to avoid temporary/default/local properties intentionally without
1230 be_deactivate(libbe_handle_t *lbh, const char *ds, bool temporary) argument
1234 if (temporary) {
1248 be_activate(libbe_handle_t *lbh, const char *bootenv, bool temporary) argument
1262 if (temporary) {
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh99 -k Keep temporary directory
/freebsd-13-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec193 - Upgraded to 1.0.1. Removed temporary clean hack from spec file.
/freebsd-13-stable/share/mk/
H A Dbsd.man.mk79 # Make special arrangements to filter to a temporary file at build time
H A Dbsd.prog.mk178 # the name of a variable temporary object.
/freebsd-13-stable/contrib/kyua/store/
H A Dmigrate_v1_v2.sql334 -- Drop temporary entities used during the migration.
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh456 * Make a temporary resource reservation.
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl948 # also follow temporary redirections coming from &domainify and
971 print "temporary redirect taken $u *** $h -> " if $debug;
1313 .B temporary file used as input to
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1427 // Check whether the temporary directory is specified by an environment var.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql1075 /* Duplicated SELECT body to avoid creating temporary table */
1334 * Complex queries for callback walks, caching results in a temporary table.
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua79 -- These ones we'll create temporary files for; generation purposes.
/freebsd-13-stable/contrib/unbound/
H A Dltmain.sh375 # temporary variables in the '^_G_' namespace. If you are careful to
887 # Make a temporary directory that won't clash with other running
916 func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
2560 # temporary ltwrapper_script.
3476 temporary object file, and libtool could not work around it because
3530 temporary object file, and libtool could not work around it because
3579 temporary object file, and libtool could not work around it because
5218 # $output - temporary wrapper script for $objdir/$outputname
5517 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
9071 # Eliminate all temporary directorie
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dltmain.sh375 # temporary variables in the '^_G_' namespace. If you are careful to
887 # Make a temporary directory that won't clash with other running
916 func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
2560 # temporary ltwrapper_script.
3476 temporary object file, and libtool could not work around it because
3530 temporary object file, and libtool could not work around it because
3579 temporary object file, and libtool could not work around it because
5218 # $output - temporary wrapper script for $objdir/$outputname
5517 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
9078 # Eliminate all temporary directorie
[all...]

Completed in 175 milliseconds

123