Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 1928) sorted by relevance

12345678910>>...78

/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dctable.ref27 ./ctable: ctable_locate: leave existing entry key f
60 ./ctable: ctable_locate: leave existing entry key f
63 ./ctable: ctable_locate: move existing entry key e
66 ./ctable: ctable_locate: move existing entry key d
69 ./ctable: ctable_locate: move existing entry key c
72 ./ctable: ctable_locate: move existing entry key b
80 ./ctable: ctable_locate: move existing entry key b
83 ./ctable: ctable_locate: move existing entry key c
86 ./ctable: ctable_locate: move existing entry key d
89 ./ctable: ctable_locate: move existing entry key e
[all …]
/netbsd/external/gpl2/lvm2/dist/test/
H A Dt-vgsplit-operation.sh28 for i in new existing
37 if [ $i = existing ]; then
48 if [ $i = existing ]; then
59 if [ $i = existing ]; then
69 if [ $i = existing ]; then
79 if [ $i = existing ]; then
89 if [ $i = existing ]; then
99 if [ $i = existing ]; then
110 if [ $i = existing ]; then
121 if [ $i = existing ]; then
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgmerge-properties-114 not\ existing=but with translation
17 !not\ existing\ without\ translation=
20 still\ existing=translation
31 still\ existing=here is normally no comment
48 still\ existing=translation
/netbsd/external/gpl2/lvm2/dist/lib/cache/
H A Dlvmcache.c1189 if (existing->dev != dev) { in lvmcache_add()
1197 dev_name(existing->dev)); in lvmcache_add()
1204 dev_name(existing->dev)); in lvmcache_add()
1210 dev_name(existing->dev), in lvmcache_add()
1217 dev_name(existing->dev), in lvmcache_add()
1226 dev_name(existing->dev)); in lvmcache_add()
1231 existing->dev->pvid, dev_name(existing->dev)); in lvmcache_add()
1233 existing->dev = dev; in lvmcache_add()
1234 info = existing; in lvmcache_add()
1250 if (!existing) { in lvmcache_add()
[all …]
/netbsd/sbin/restore/
H A Dutilities.c202 linkit(char *existing, char *new, int type) in linkit() argument
206 if (!Nflag && symlink(existing, new) < 0) { in linkit()
209 new, existing, strerror(errno)); in linkit()
213 if (!Nflag && link(existing, new) < 0) { in linkit()
216 new, existing, strerror(errno)); in linkit()
224 type == SYMLINK ? "symbolic" : "hard", new, existing); in linkit()
/netbsd/external/mpl/bind/dist/bin/tests/optional/
H A Drbt_test.txt32 # existing name
40 # superdomain stored in existing node
42 # common ancestor stored in existing node; existing is successor
44 # common ancestor stored in existing node; existing is less but not predecessor
/netbsd/usr.bin/make/unit-tests/
H A Djobs-empty-commands-error.mk13 all: existing-target
15 existing-target:
H A Darchive.mk24 @${MAKE} -f ${MAKEFILE} depend-on-existing-member
48 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
/netbsd/external/mpl/bind/dist/bin/tests/system/acl/ns4/
H A Dnamed.conf.in37 zone "existing" {
39 file "existing.db";
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dhash-traits.h89 static inline bool equal (value_type existing, value_type candidate);
151 static inline bool equal (const value_type &existing,
171 pointer_hash <Type>::equal (const value_type &existing, in equal() argument
174 return existing == candidate; in equal()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DADMISSIONS.pod120 functions free any existing value and set the pointer to the specified value.
130 functions free any existing value and set the pointer to the specified value.
141 functions free any existing value and set the pointer to the specified value.
157 functions free any existing value and set the pointer to the specified value.
H A DSSL_CTX_set_ctlog_list_file.pod26 These functions will not clear the existing CT log list - it will be appended
27 to. To replace the existing list, use L<SSL_CTX_set0_ctlog_store> first.
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DADMISSIONS.pod120 functions free any existing value and set the pointer to the specified value.
130 functions free any existing value and set the pointer to the specified value.
141 functions free any existing value and set the pointer to the specified value.
157 functions free any existing value and set the pointer to the specified value.
H A DSSL_load_client_CA_file.pod37 and adds their subject name to the already existing I<stack>.
41 already existing I<stack>.
44 I<store> URI, and adds their subject name to the already existing
H A DPKCS8_pkey_add1_attr.pod25 existing PKCS8_PRIV_KEY_INFO structure B<p8>.
28 X509_ATTRIBUTE from the passed arguments and add it to the existing
H A DSSL_CTX_set_ctlog_list_file.pod26 These functions will not clear the existing CT log list - it will be appended
27 to. To replace the existing list, use L<SSL_CTX_set0_ctlog_store(3)> first.
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dhash-traits.h101 static inline bool equal (value_type existing, value_type candidate);
163 static inline bool equal (const value_type &existing,
183 pointer_hash <Type>::equal (const value_type &existing, in equal() argument
186 return existing == candidate; in equal()
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_aggregate.c63 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_count() argument
68 existing[i] = existing[i] + new[i]; in dt_aggregate_count()
88 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_min() argument
90 if (*new < *existing) in dt_aggregate_min()
91 *existing = *new; in dt_aggregate_min()
96 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_max() argument
98 if (*new > *existing) in dt_aggregate_max()
99 *existing = *new; in dt_aggregate_max()
136 int64_t arg = *existing++; in dt_aggregate_lquantize()
141 existing[i] = existing[i] + new[i + 1]; in dt_aggregate_lquantize()
[all …]
H A Ddt_list.c98 dt_list_delete(dt_list_t *dlp, void *existing) in dt_list_delete() argument
100 dt_list_t *p = existing; in dt_list_delete()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc7924 if (existing) in decl_value()
8935 existing = TREE_CHAIN (existing); in tree_value()
8936 if (existing) in tree_value()
10361 existing = DECL_TI_TEMPLATE (existing); in key_mergeable()
10366 existing = CLASSTYPE_TI_TEMPLATE (existing); in key_mergeable()
10368 existing = TYPE_NAME (existing); in key_mergeable()
10703 existing = DECL_TI_TEMPLATE (existing); in key_mergeable()
10709 existing = CLASSTYPE_TI_TEMPLATE (existing); in key_mergeable()
10711 existing = TYPE_NAME (existing); in key_mergeable()
10788 if (existing) in key_mergeable()
[all …]
/netbsd/tests/usr.bin/realpath/
H A Dt_realpath.sh33 existing='.
359 run_tests_pass -e "${existing}" "${exist_results}"
379 run_tests_pass -E "${existing}" "${exist_results}"
400 run_tests_pass '' "${existing}" "${exist_results}"
628 set -- ${existing}
/netbsd/external/cddl/osnet/dist/common/ctf/
H A Dctf_util.c82 ctf_list_delete(ctf_list_t *lp, void *existing) in ctf_list_delete() argument
84 ctf_list_t *p = existing; in ctf_list_delete()
/netbsd/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_credman.c227 uint64_t existing; in get_metadata() local
243 existing = fido_credman_rk_existing(metadata); in get_metadata()
245 consume(&existing, sizeof(existing)); in get_metadata()
/netbsd/external/gpl3/binutils.old/dist/libctf/
H A Dctf-util.c68 ctf_list_delete (ctf_list_t *lp, void *existing) in ctf_list_delete() argument
70 ctf_list_t *p = existing; in ctf_list_delete()
/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dstate-purge.h41 pod_hash_traits<function_point>::equal (const value_type &existing,
44 return existing == candidate;

12345678910>>...78