Searched refs:name2 (Results 1 - 25 of 223) sorted by relevance

123456789

/macosx-10.10/rsync-45/rsync/testsuite/
H A Dchown.test30 name2="$fromdir/name2"
32 echo "This is the other file" > "$name2"
35 chown 5001 "$name2" || test_skipped "Can't chown (probably need root)"
37 chgrp 5003 "$name2" || test_skipped "Can't chgrp (probably need root)"
H A Dduplicates.test28 name2="$fromdir/name2"
30 ln -s "$name1" "$name2" || fail "can't create symlink"
42 if [ `grep -c '^name2 -> ' "$outfile"` != 1 ]
44 test_fail "name2 was not copied exactly once"
H A Dhardlinks.test24 name2="$fromdir/name2"
28 ln "$name1" "$name2" || fail "Can't create hardlink"
29 ln "$name2" "$name3" || fail "Can't create hardlink"
30 cp "$name2" "$name4" || fail "Can't copy file"
H A Dbackup.test16 name2="$fromdir/name2"
21 cat "$srcdir"/[et]*.[ch] > "$name2"
27 cat "$srcdir"/[etw]*.[ch] > "$name2"
31 for fn in name1 name2; do
45 for fn in name1 name2; do
53 cat "$srcdir"/[ew]*.[ch] > "$name2"
58 for fn in name1 name2; do
H A Dchmod-option.test20 name2="$fromdir/name2"
24 echo "This is the other file" > "$name2"
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/digest/
H A Dcompare_name.c39 const gss_name_t name2,
36 _gss_scram_compare_name(OM_uint32 * minor_status, const gss_name_t name1, const gss_name_t name2, int * name_equal ) argument
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Dcompare_name.c39 const gss_name_t name2,
36 _gss_ntlm_compare_name(OM_uint32 * minor_status, const gss_name_t name1, const gss_name_t name2, int * name_equal ) argument
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcompare_name.c39 const gss_name_t name2,
44 krb5_const_principal princ2 = (krb5_const_principal)name2;
36 _gsskrb5_compare_name(OM_uint32 * minor_status, const gss_name_t name1, const gss_name_t name2, int * name_equal ) argument
H A Dtest_kcred.c46 gss_name_t name1, name2; local
82 maj_stat = gss_inquire_cred(&min_stat, cred2, &name2, &lifetime2,
87 maj_stat = gss_compare_name(&min_stat, name1, name2, &equal);
103 gss_release_name(&min_stat, &name2);
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DServices.txt31 name2=anotherattribute
/macosx-10.10/libxml2-26/libxml2/
H A Dhash.c58 xmlChar *name2; member in struct:_xmlHashEntry
83 const xmlChar *name2, const xmlChar *name3) {
97 if (name2 != NULL) {
98 while ((ch = *name2++) != 0) {
114 const xmlChar *prefix2, const xmlChar *name2,
145 if (name2 != NULL) {
146 while ((ch = *name2++) != 0) {
267 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2,
282 key = xmlHashComputeKey(table, iter->name, iter->name2,
343 if (iter->name2)
82 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
112 xmlHashComputeQKey(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
392 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata) argument
431 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata, xmlHashDeallocator f) argument
462 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2) argument
496 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
517 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
633 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
755 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
799 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
912 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data) argument
933 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data) argument
1051 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, xmlHashDeallocator f) argument
1071 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dhash.c42 xmlChar *name2; member in struct:_xmlHashEntry
64 const xmlChar *name2, const xmlChar *name3) {
74 if (name2 != NULL) {
75 while ((ch = *name2++) != 0) {
90 const xmlChar *prefix2, const xmlChar *name2,
117 if (name2 != NULL) {
118 while ((ch = *name2++) != 0) {
235 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2,
250 key = xmlHashComputeKey(table, iter->name, iter->name2,
311 if (iter->name2)
63 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
88 xmlHashComputeQKey(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
360 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata) argument
399 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata, xmlHashDeallocator f) argument
430 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2) argument
464 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
485 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
601 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
723 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
767 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
880 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data) argument
901 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data) argument
1019 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, xmlHashDeallocator f) argument
1039 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dhash.h94 * @name2: the second name associated
100 const xmlChar *name, const xmlChar *name2,
130 const xmlChar *name2,
135 const xmlChar *name2,
141 const xmlChar *name2,
147 const xmlChar *name2,
160 const xmlChar *name2, xmlHashDeallocator f);
163 const xmlChar *name2, const xmlChar *name3,
175 const xmlChar *name2);
179 const xmlChar *name2,
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dhash.h94 * @name2: the second name associated
100 const xmlChar *name, const xmlChar *name2,
130 const xmlChar *name2,
135 const xmlChar *name2,
141 const xmlChar *name2,
147 const xmlChar *name2,
160 const xmlChar *name2, xmlHashDeallocator f);
163 const xmlChar *name2, const xmlChar *name3,
175 const xmlChar *name2);
179 const xmlChar *name2,
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_compare_name.c40 struct _gss_name *name2 = (struct _gss_name *) name2_arg; local
47 if (name1->gn_value.value && name2->gn_value.value) {
49 if (!gss_oid_equal(&name1->gn_type, &name2->gn_type)) {
51 } else if (name1->gn_value.length != name2->gn_value.length ||
63 major_status = _gss_find_mn(minor_status, name2,
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dcompare_name.c41 const gss_name_t name2,
46 const gssnetlogon_name n2 = (const gssnetlogon_name)name2;
38 _netlogon_compare_name(OM_uint32 * minor_status, const gss_name_t name1, const gss_name_t name2, int * name_equal ) argument
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dcompress_test.c54 dns_name_t name2; local
75 dns_name_init(&name2, NULL);
78 dns_name_fromregion(&name2, &region);
85 test(DNS_COMPRESS_NONE, &name1, &name2, &name3, plain, sizeof(plain));
86 test(DNS_COMPRESS_GLOBAL14, &name1, &name2, &name3, plain,
88 test(DNS_COMPRESS_ALL, &name1, &name2, &name3, plain, sizeof(plain));
94 test(unsigned int allowed, dns_name_t *name1, dns_name_t *name2, argument
127 RUNTIME_CHECK(dns_name_towire(name2, &cctx, &source) == ISC_R_SUCCESS);
128 RUNTIME_CHECK(dns_name_towire(name2, &cctx, &source) == ISC_R_SUCCESS);
/macosx-10.10/apache-793/httpd/include/
H A Dutil_cookies.h77 * @param name2 The name of the cookie.
85 AP_DECLARE(apr_status_t) ap_cookie_write2(request_rec * r, const char *name2,
108 * @param name2 The name of the cookie.
114 AP_DECLARE(apr_status_t) ap_cookie_remove2(request_rec * r, const char *name2,
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dtest_kcred.c59 gss_name_t name1, name2; local
95 maj_stat = gss_inquire_cred(&min_stat, cred2, &name2, &lifetime2,
100 maj_stat = gss_compare_name(&min_stat, name1, name2, &equal);
116 gss_release_name(&min_stat, &name2);
119 maj_stat = gss_inquire_cred(&min_stat, cred2, &name2, &lifetime2,
124 maj_stat = gss_compare_name(&min_stat, name1, name2, &equal);
138 gss_release_name(&min_stat, &name2);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dpropname.h52 uprv_compareASCIIPropertyNames(const char *name1, const char *name2);
55 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2);
/macosx-10.10/apache-793/httpd/modules/lua/test/htdocs/
H A Dhooks.lua13 if r.uri == "/translate-name2" then
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session_cookie.c34 const char *name2; member in struct:__anon6364
82 ap_cookie_write2(r, conf->name2, z->encoded, conf->name2_attrs,
87 ap_cookie_remove2(r, conf->name2, conf->name2_attrs,
135 name = conf->name2;
190 new->name2 = (add->name2_set == 0) ? base->name2 : add->name2;
236 conf->name2 = cookie;
/macosx-10.10/libarchive-30/libarchive/tar/test/
H A Dtest_copy.c194 char name2[260]; local
208 sprintf(name2, "l/%s", filenames[i]);
211 assertIsHardlink(name1, name2);
213 name2[0] = 'm';
214 assertIsHardlink(name1, name2);
220 sprintf(name2, "../f/%s", filenames[i]);
221 if (strlen(name2) <= limit)
222 assertIsSymlink(name1, name2);
/macosx-10.10/gnudiff-19/diffutils/src/
H A Ddir.c146 compare_names (char const *name1, char const *name2) argument
150 int r = strcasecmp (name1, name2);
159 r = strcoll (name1, name2);
163 name1, name2);
170 return file_name_cmp (name1, name2);
/macosx-10.10/groff-38/groff/src/include/
H A Dptable.h26 #define name2(a,b) a/**/b macro
28 #define name2(a,b) name2x(a,b) macro
32 #define PTABLE(T) name2(T,_ptable)
33 #define PASSOC(T) name2(T,_passoc)
34 #define PTABLE_ITERATOR(T) name2(T,_ptable_iterator)

Completed in 213 milliseconds

123456789