Home
last modified time | relevance | path

Searched refs:temporary (Results 1 – 25 of 1223) sorted by relevance

12345678910>>...49

/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_error.in9 # Expect: REJECT (temporary lookup failure)
15 # Expect: REJECT (temporary lookup failure)
21 # Expect: REJECT (temporary lookup failure)
27 # Expect: REJECT (temporary lookup failure)
36 # Expect REJECT (temporary lookup failure)
65 # Expect: REJECT (temporary lookup failure)
H A Dsmtpd_error.ref11 >>> # Expect: REJECT (temporary lookup failure)
21 >>> # Expect: REJECT (temporary lookup failure)
31 >>> # Expect: REJECT (temporary lookup failure)
41 >>> # Expect: REJECT (temporary lookup failure)
55 >>> # Expect REJECT (temporary lookup failure)
104 >>> # Expect: REJECT (temporary lookup failure)
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dtemporary6.in61 # DHCPv6 temporary (aka IA_TA) range config
8 range6 2001::100 temporary;
9 range6 2001::1000/116 temporary;
H A Dtemporary6.out2 # DHCPv6 temporary (aka IA_TA) range config
24 // "pool": "2001::100/64 temporary"
27 // "pool": "2001::1000/116 temporary"
/netbsd-src/external/bsd/kyua-atf-compat/dist/
H A Dlib.subr44 # Path to the temporary directory for this execution.
53 # ensure that the temporary directory in Lib_TempDir, if any, is removed.
113 # Creates a temporary directory for this execution.
115 # The temporary directory is unique to this script and execution. A cleanup
119 # \post Lib_TempDir is set to the path of the created temporary directory.
126 # Cleanup hook to delete the temporary directory.
/netbsd-src/sys/arch/m68k/fpsp/
H A Dfpsp.h126 FP_SCR1 equ LV+76 ;room for a temporary float value
127 FP_SCR2 equ LV+92 ;room for a temporary float value
128 L_SCR1 equ LV+108 ;room for a temporary long value
129 L_SCR2 equ LV+112 ;room for a temporary long value
135 UFLG_TMP equ LV+121 ;temporary for uflag errata
138 L_SCR3 equ LV+124 ;room for a temporary long value
139 FP_SCR3 equ LV+128 ;room for a temporary float value
140 FP_SCR4 equ LV+144 ;room for a temporary float value
141 FP_SCR5 equ LV+160 ;room for a temporary float value
H A Dl_fpsp.h138 FP_SCR1 equ LV+76 ;room for a temporary float value
139 FP_SCR2 equ LV+92 ;room for a temporary float value
140 L_SCR1 equ LV+108 ;room for a temporary long value
141 L_SCR2 equ LV+112 ;room for a temporary long value
147 UFLG_TMP equ LV+121 ;temporary for uflag errata
150 L_SCR3 equ LV+124 ;room for a temporary long value
151 FP_SCR3 equ LV+128 ;room for a temporary float value
152 FP_SCR4 equ LV+144 ;room for a temporary float value
153 FP_SCR5 equ LV+160 ;room for a temporary float value
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/
H A Dforeach.m467 # that temporary macro. Thus, the recursion is done in m4_for without
88 # Use m4_for to create a temporary macro in terms of a boilerplate
90 # odd, then rounding the last $# up in the temporary macro is
119 # We build the temporary macro _m4_b:
151 # We only have to speed up _m4_cond, by building the temporary _m4_c:
180 # temporary _m4_p:
203 # _m4_shiftn. If N is 3, then we build the temporary _m4_s, defined as
217 # Here, we use the temporary macro _m4_do, defined as
236 # Invoke _m4_r($@) with the temporary _m4_r built as
250 # Build the temporary macro _m4_map_args_pair, with the $2([$m+1])
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Ddatabase_test.cpp114 ATF_TEST_CASE_WITHOUT_HEAD(temporary);
115 ATF_TEST_CASE_BODY(temporary) in ATF_TEST_CASE_BODY() argument
122 sqlite::database db = sqlite::database::temporary(); in ATF_TEST_CASE_BODY()
226 ATF_ADD_TEST_CASE(tcs, temporary); in ATF_INIT_TEST_CASES()
H A Ddatabase.hpp93 static database temporary(void);
/netbsd-src/crypto/external/bsd/openssl/dist/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()
H A DBN_copy.pod22 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 DSSL_get_peer_tmp_key.pod6 about temporary keys used during a handshake
18 SSL_get_peer_tmp_key() returns the temporary key provided by the peer and
/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
H A DBN_copy.pod22 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 DSSL_get_peer_tmp_key.pod6 about temporary keys used during a handshake
18 SSL_get_peer_tmp_key() returns the temporary key provided by the peer and
/netbsd-src/external/bsd/byacc/dist/
H A DNEW_FEATURES16 temporary files will be created. If TMPDIR is defined, temporary files
18 By default, temporary files are created in /tmp.
/netbsd-src/sys/arch/x68k/stand/loadbsd/
H A Dtrampoline.S13 | +4 %a3+0 temporary stack address
22 moveal %a3@+,%sp | set temporary stack
/netbsd-src/usr.sbin/acpitools/aml/
H A Daml_name.c452 aml_delete_name(stack->temporary); in aml_local_stack_delete()
484 result->chain = stack_top->temporary; in aml_create_local_object()
485 stack_top->temporary = result; in aml_create_local_object()
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.746 message to a temporary file.
48 To keep the performance overhead low, the same temporary file is
150 message to a temporary file.
152 To keep the performance overhead low, the same temporary file is
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td56 "%select{temporary|%3}2 is not a constant expression">;
98 "%select{temporary|%2}1 is not a constant expression">;
126 def note_constexpr_temporary_here : Note<"temporary created here">;
145 "destruction of}0 %select{temporary|variable}1 whose "
166 "volatile %select{temporary|object %2|member %2}1 is not allowed in "
169 "volatile %select{temporary created|object declared|member declared}0 here">;
213 "destruction of}0 temporary "
215 "created the temporary">;
258 "non-trivial destruction of lifetime-extended temporary with type %0 "
375 // This is a temporary diagnostic, and shall be removed once our
/netbsd-src/tests/fs/psshfs/
H A Dssh_config.in7 # The temporary key used for login.
/netbsd-src/tests/lib/librumphijack/
H A Dssh_config.in7 # The temporary key used for login.
/netbsd-src/external/gpl2/groff/dist/contrib/groffer/
H A DChangeLog122 with the exit. Remove the `kill' commands. Create a temporary
164 of the temporary directory in main_init().
168 temporary directory.
267 called by `eval', so no temporary file is needed.
341 - main_display(): Go to the groffer temporary directory to be able
472 - $_DEBUG_KEEP_FILES: If set to `yes' the files in the temporary
544 - main_init(): Choose the name of the temporary file by adding a
674 - main_init(): Rewriting of the creation of the temporary
862 the temporary files in main_init().
878 ******* Improved temporary file names
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c444 int temporary = 0; in ldap_chain_op() local
610 temporary = 1; in ldap_chain_op()
615 temporary = 1; in ldap_chain_op()
619 op->o_log_prefix, ref->bv_val, temporary ? "temporary" : "caching" ); in ldap_chain_op()
636 if ( temporary ) { in ldap_chain_op()
732 int temporary = 0; in ldap_chain_search() local
883 temporary = 1; in ldap_chain_search()
888 temporary = 1; in ldap_chain_search()
892 op->o_log_prefix, ref->bv_val, temporary ? "temporary" : "caching" ); in ldap_chain_search()
909 if ( temporary ) { in ldap_chain_search()

12345678910>>...49