/freebsd/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 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()
|
H A D | database.hpp | 94 static database temporary(void);
|
/freebsd/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
|
H A D | SSL_get_peer_tmp_key.pod | 6 about temporary keys used during a handshake 18 SSL_get_peer_tmp_key() returns the temporary key provided by the peer and
|
H A D | PEM_bytes_read_bio.pod | 43 memory from the secure heap for its temporary buffers and the storage 51 which input is read may also use temporary buffers, which are not necessarily
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | MKfallback.sh | 64 echo creating temporary terminfo directory... >&2 165 echo removing temporary terminfo directory... >&2
|
/freebsd/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/cddl/usr.sbin/dwatch/libexec/ |
H A D | rw | 40 * Allocate temporary memory for, copy, and NUL-terminate the data 47 * Extract string from temporary memory
|
/freebsd/share/doc/pjdfstest/ |
H A D | README | 16 /tmp; please see TMPDIR in kyua(1) for more details on how the temporary path 36 2. cd to the temporary directory of your choice
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/ |
H A D | README | 23 It is recommended to place the default temporary directory or 24 a temporary directory specified by, for instance, TMP environment
|
/freebsd/usr.sbin/bsdconfig/networking/share/ |
H A D | resolv.subr | 196 # Create a new temporary file to write our resolv.conf(5) 205 # temporary file with 0600 permissions -- change the 244 # Write the temporary file contents and move the temporary 356 # Create a new temporary file to write our new resolv.conf(5) 399 # Write the temporary file contents and move the temporary
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | bcc.m4 | 34 # The option -T<TMPF> is required to handle temporary map failures. 39 # - $#error: fail the SMTP transaction (e.g., temporary lookup failure)
|
/freebsd/tools/build/options/ |
H A D | WITHOUT_WARNS | 2 Useful as a temporary workaround when code enters the tree
|
H A D | WITH_ZEROREGS | 3 This prevents leaking temporary values for side channel attacks.
|
H A D | WITHOUT_WERROR | 2 Useful as a temporary workaround when working on fixing compiler warnings.
|
/freebsd/contrib/netbsd-tests/fs/psshfs/ |
H A D | ssh_config.in | 7 # The temporary key used for login.
|
H A D | sshd_config.in | 31 # Be restrictive about access to the temporary server. Only allow key-based
|
/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | ssh_config.in | 7 # The temporary key used for login.
|
H A D | sshd_config.in | 30 # Be restrictive about access to the temporary server. Only allow key-based
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | sysrc.subr | 582 # Create a new temporary file to write to. 593 # the temporary file with 0600 permissions, and if we simply mv(1) the 594 # temporary file over the destination, the destination will inherit the 595 # permissions from the temporary file). 625 # Write the temporary file contents. 642 # Finally, move the temporary file into place. 690 # Create a new temporary file to write to. 715 # output in our temporary file. 746 # Finally, move the temporary file into place.
|
/freebsd/tests/sys/netinet/ |
H A D | arp.sh | 200 temporary=\ 220 atf_check -o "inline:${temporary}" jexec ${jname}a arp -n ${ipb}
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | ax_restore_flags.m4 | 11 # Restore common compilation flags from temporary variables
|
H A D | ax_save_flags.m4 | 11 # Save common compilation flags into temporary variables
|
/freebsd/usr.sbin/bsdconfig/startup/share/ |
H A D | rcvar.subr | 213 # Create a new temporary file to write to 218 # Write the temporary file contents 222 # Finally, move the temporary file into place
|