Searched refs:existing (Results 1 - 25 of 115) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/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-6-1-5-RELEASE/external/gpl2/lvm2/dist/test/
H A Dt-vgsplit-operation.sh26 # vgsplit can be done into a new or existing VG
28 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 ]; the
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/hp300/
H A Dmsg.md.en63 message existing
64 {Do you want to preserve existing BSD partition(s)?}
H A Dmsg.md.de64 message existing
H A Dmsg.md.es63 message existing
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/mvme68k/
H A Dmsg.md.en68 message existing
69 {Do you want to preserve existing BSD partition(s)?}
H A Dmsg.md.de71 message existing
H A Dmsg.md.es68 message existing
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/x68k/
H A Dmsg.md.en70 message existing
71 {Do you want to preserve existing BSD partition(s)?}
H A Dmsg.md.de71 message existing
H A Dmsg.md.es70 message existing
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/ctf/
H A Dctf_util.c55 * Prepend the specified existing element to the given ctf_list_t. The
56 * existing pointer should be pointing at a struct with embedded ctf_list_t.
75 * Delete the specified existing element from the given ctf_list_t. The
76 * existing pointer should be pointing at a struct with embedded ctf_list_t.
79 ctf_list_delete(ctf_list_t *lp, void *existing) argument
81 ctf_list_t *p = existing;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_list.c98 dt_list_delete(dt_list_t *dlp, void *existing) argument
100 dt_list_t *p = existing;
H A Ddt_aggregate.c59 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) argument
64 existing[i] = existing[i] + new[i];
84 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) argument
86 if (*new < *existing)
87 *existing = *new;
92 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) argument
94 if (*new > *existing)
95 *existing = *new;
130 dt_aggregate_lquantize(int64_t *existing, int64_ argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/cache/
H A Dlvmcache.c851 /* Pre-existing VG takes precedence. Unexported VG takes precedence. */
939 /* Remove existing vginfo entry */
943 /* Get existing vginfo or create new one */
1162 struct lvmcache_info *existing, *info; local
1173 if (!(existing = info_from_pvid(pvid_s, 0)) &&
1174 !(existing = info_from_pvid(dev->pvid, 0))) {
1189 if (existing->dev != dev) {
1190 /* Is the existing entry a duplicate pvid e.g. md ? */
1191 if (dev_subsystem_part_major(existing->dev) &&
1196 dev_subsystem_name(existing
[all...]
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dutilities.c202 linkit(char *existing, char *new, int type) argument
206 if (!Nflag && symlink(existing, new) < 0) {
209 new, existing, strerror(errno));
213 if (!Nflag && link(existing, new) < 0) {
216 new, existing, strerror(errno));
224 type == SYMLINK ? "symbolic" : "hard", new, existing);
/netbsd-6-1-5-RELEASE/distrib/sets/
H A Dmakesums11 # If -A is given, then the checksum are appended to possibly existing files.
35 -A Append to possible existing checksum files
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/po/
H A DMakefile.am81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/po/
H A DMakefile.am82 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_abi.h33 enum designation { existing, added, subtracted, undesignated }; enumerator in enum:symbol::designation
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_abi.h42 enum designation { existing, added, subtracted, undesignated }; enumerator in enum:symbol::designation
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLdifReader.cpp200 const LDAPAttribute* existing = curAl->getAttributeByName( i->first ); local
201 if ( existing )
205 curAttr = LDAPAttribute( *existing );
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/fontconfig/etc/
H A Dfonts.conf19 replace any existing fonts.conf file with the new version. Place
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/ypinit/
H A Dypinit.sh81 slave YP server, \`master_server' must be an existing, reachable YP server.
224 echo "Can we destroy the existing ${yp_dir}/${domain}"
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dpcdisplay_subr.c47 pcdisplay_cursor_init(struct pcdisplayscreen *scr, int existing) argument
58 if (existing) {
79 if (existing) {

Completed in 647 milliseconds

12345