| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| msgmerge-properties-1 | 14 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
|
| /src/usr.bin/make/unit-tests/ |
| jobs-empty-commands-error.exp | 1 : 'Making existing-target out of nothing.'
|
| archive.exp | 33 Making depend-on-existing-member out-of-date archive.mk 34 depend-on-existing-member
|
| /src/usr.sbin/sysinst/arch/hp300/ |
| msg.md.en | 59 message existing 60 {Do you want to preserve existing BSD partition(s)?}
|
| /src/crypto/external/bsd/openssh/dist/ |
| srclimit.c | 351 struct penalty *penalty = NULL, *existing = NULL; local 434 if ((existing = RB_INSERT(penalties_by_addr, by_addr, 451 existing->active ? "active" : "inactive", t, 452 addrnetmask, (long long)(existing->expiry - now)); 454 if (RB_REMOVE(penalties_by_expiry, by_expiry, existing) != existing) 457 existing->expiry += penalty_secs; 458 if (existing->expiry - now > penalty_cfg.penalty_max) 459 existing->expiry = now + penalty_cfg.penalty_max; 460 if (existing->expiry - now > penalty_cfg.penalty_min & [all...] |
| /src/external/gpl2/lvm2/dist/test/ |
| t-vgsplit-operation.sh | 26 # 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...] |
| /src/usr.sbin/sysinst/arch/mvme68k/ |
| msg.md.en | 69 message existing 70 {Do you want to preserve existing BSD partition(s)?}
|
| msg.md.de | 70 message existing
|
| msg.md.es | 68 message existing
|
| /src/usr.sbin/sysinst/arch/virt68k/ |
| msg.md.en | 69 message existing 70 {Do you want to preserve existing BSD partition(s)?}
|
| msg.md.de | 70 message existing
|
| msg.md.es | 68 message existing
|
| /src/usr.sbin/sysinst/arch/x68k/ |
| msg.md.en | 70 message existing 71 {Do you want to preserve existing BSD partition(s)?}
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_write_disk_mac_metadata.c | 69 int existing; local 87 existing = 0; 90 existing = 1; 95 return (existing);
|
| test_write_disk_hfs_compression.c | 39 int existing; local 57 existing = 0; 60 existing = 1; 65 return (existing);
|
| test_write_disk_no_hfs_compression.c | 39 int existing; local 57 existing = 0; 60 existing = 1; 65 return (existing);
|
| test_write_disk_appledouble.c | 69 int existing; local 87 existing = 0; 90 existing = 1; 95 return (existing);
|
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_util.c | 58 * Prepend the specified existing element to the given ctf_list_t. The 59 * existing pointer should be pointing at a struct with embedded ctf_list_t. 78 * Delete the specified existing element from the given ctf_list_t. The 79 * existing pointer should be pointing at a struct with embedded ctf_list_t. 82 ctf_list_delete(ctf_list_t *lp, void *existing) 84 ctf_list_t *p = existing;
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_list.c | 98 dt_list_delete(dt_list_t *dlp, void *existing) 100 dt_list_t *p = existing;
|
| /src/external/gpl2/lvm2/dist/lib/cache/ |
| lvmcache.c | 851 /* Pre-existing VG takes precedence. Unexported VG takes precedence. */ 871 "Existing %s takes precedence over " 885 "Existing %s (created here) 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 ? * [all...] |
| /src/sbin/restore/ |
| utilities.c | 202 linkit(char *existing, char *new, int type) 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);
|
| /src/distrib/sets/ |
| makesums | 11 # If -A is given, then the checksum are appended to possibly existing files. 35 -A Append to possible existing checksum files
|
| /src/crypto/external/apache2/openssl/dist/test/radix/ |
| quic_bindings.c | 446 RADIX_OBJ *existing; local 451 existing = RADIX_PROCESS_get_obj(rp, name); 452 if (existing != NULL && obj != existing) { 453 if (!TEST_true(existing->registered)) 456 lh_RADIX_OBJ_delete(rp->objs, existing); 457 existing->registered = 0; 458 RADIX_OBJ_free(existing);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| hash-traits.h | 101 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, 186 return existing == candidate;
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LdifReader.cpp | 200 const LDAPAttribute* existing = curAl->getAttributeByName( i->first ); local 201 if ( existing ) 205 curAttr = LDAPAttribute( *existing );
|