Searched refs:dest (Results 151 - 175 of 1203) sorted by relevance

1234567891011>>

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_string.h90 __archive_string_copy(struct archive_string *dest, struct archive_string *src);
91 #define archive_string_copy(dest, src) \
92 __archive_string_copy(dest, src)
96 __archive_string_concat(struct archive_string *dest, struct archive_string *src);
97 #define archive_string_concat(dest, src) \
98 __archive_string_concat(dest, src)
H A Darchive_string.c62 __archive_string_copy(struct archive_string *dest, struct archive_string *src) argument
65 dest->length = 0;
67 if (__archive_string_ensure(dest, src->length + 1) == NULL)
69 memcpy(dest->s, src->s, src->length);
70 dest->length = src->length;
71 dest->s[dest->length] = 0;
76 __archive_string_concat(struct archive_string *dest, struct archive_string *src) argument
79 if (__archive_string_ensure(dest, dest
290 wchar_t *ws, *dest; local
[all...]
/macosx-10.10/libclosure-65/objectTests/
H A Dassigngcivar.m21 id objc_assign_global(id val __unused, id *dest __unused) {
26 id objc_assign_ivar(id val __unused, id dest __unused, ptrdiff_t offset __unused) {
31 id objc_assign_strongCast(id val __unused, id *dest __unused) {
H A Dassigngcstrongcast.m21 id objc_assign_global(id val __unused, id *dest __unused) {
26 id objc_assign_ivar(id val __unused, id dest __unused, ptrdiff_t offset __unused) {
31 id objc_assign_strongCast(id val __unused, id *dest __unused) {
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Dsoapmark.pl42 foreach my $dest (keys %dests) {
43 my($proxy, $uri) = @{$dests{$dest}};
46 printf STDERR "%s [%s] ", $dest, $test;
55 printf STDERR " %.5s call/s\n", $result{$dest}{$test} = $tps / $testnum;
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dsecasn1.h64 void *dest,
96 extern SECStatus SEC_ASN1Decode(PRArenaPool *pool, void *dest,
100 extern SECStatus SEC_ASN1DecodeItem(PRArenaPool *pool, void *dest,
104 extern SECStatus SEC_QuickDERDecodeItem(PRArenaPool* arena, void* dest,
150 extern SecAsn1Item * SEC_ASN1EncodeItem(PRArenaPool *pool, SecAsn1Item *dest,
154 SecAsn1Item *dest, long value);
157 SecAsn1Item *dest,
197 SecAsn1Item *dest,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecasn1.h64 void *dest,
96 extern SECStatus SEC_ASN1Decode(PRArenaPool *pool, void *dest,
100 extern SECStatus SEC_ASN1DecodeItem(PRArenaPool *pool, void *dest,
104 extern SECStatus SEC_QuickDERDecodeItem(PRArenaPool* arena, void* dest,
150 extern SecAsn1Item * SEC_ASN1EncodeItem(PRArenaPool *pool, SecAsn1Item *dest,
154 SecAsn1Item *dest, long value);
157 SecAsn1Item *dest,
197 SecAsn1Item *dest,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecasn1.h64 void *dest,
96 extern SECStatus SEC_ASN1Decode(PRArenaPool *pool, void *dest,
100 extern SECStatus SEC_ASN1DecodeItem(PRArenaPool *pool, void *dest,
104 extern SECStatus SEC_QuickDERDecodeItem(PRArenaPool* arena, void* dest,
150 extern SecAsn1Item * SEC_ASN1EncodeItem(PRArenaPool *pool, SecAsn1Item *dest,
154 SecAsn1Item *dest, long value);
157 SecAsn1Item *dest,
197 SecAsn1Item *dest,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecasn1.h64 void *dest,
96 extern SECStatus SEC_ASN1Decode(PRArenaPool *pool, void *dest,
100 extern SECStatus SEC_ASN1DecodeItem(PRArenaPool *pool, void *dest,
104 extern SECStatus SEC_QuickDERDecodeItem(PRArenaPool* arena, void* dest,
150 extern SecAsn1Item * SEC_ASN1EncodeItem(PRArenaPool *pool, SecAsn1Item *dest,
154 SecAsn1Item *dest, long value);
157 SecAsn1Item *dest,
197 SecAsn1Item *dest,
/macosx-10.10/bind9-45.101/bind9/contrib/dbus/
H A DGetForwarders31 dbus-send --system --type=method_call --print-reply --reply-timeout=20000 --dest=com.redhat.named /com/redhat/named com.redhat.named.text.GetForwarders $zone;
/macosx-10.10/curl-83.1.2/curl/lib/
H A Drawstr.c129 /* Copy an upper case version of the string from src to dest. The
134 void Curl_strntoupper(char *dest, const char *src, size_t n) argument
140 *dest++ = Curl_raw_toupper(*src);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cgimagedestination.py46 dest = CGImageDestinationCreateWithData(data, v[0], 1, None)
47 self.assertIsInstance(dest, CGImageDestinationRef)
52 dest = CGImageDestinationCreateWithURL(url, "public.tiff", 2, None)
53 self.assertIsInstance(dest, CGImageDestinationRef)
55 CGImageDestinationSetProperties(dest, {b'key'.decode('latin1'): b'value'.decode('latin1')})
62 CGImageDestinationAddImage(dest, img, None)
74 CGImageDestinationAddImageFromSource(dest, isrc, 0, None)
77 v = CGImageDestinationFinalize(dest)
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdarg.h43 #define va_copy(dest, src) __builtin_va_copy(dest, src)
/macosx-10.10/cups-408/cups/cups/
H A Ddest.c2 * "$Id: dest.c 12104 2014-08-20 15:23:40Z msweet $"
107 cups_dest_t dest; /* Destination record */ member in struct:_cups_dnssd_device_s
133 cups_dest_t *dest);
200 static const char *cups_dnssd_resolve(cups_dest_t *dest, const char *uri,
241 cups_dest_t *dest; /* Destination pointer */ local
255 if ((dest = cups_add_dest(name, instance, &num_dests, dests)) == NULL)
259 * Find the base dest again now the array has been realloc'd.
270 dest->options = calloc(sizeof(cups_option_t), (size_t)parent->num_options);
272 if (dest->options)
274 dest
540 cupsConnectDest( cups_dest_t *dest, unsigned flags, int msec, int *cancel, char *resource, size_t resourcesize, cups_dest_cb_t cb, void *user_data) argument
707 cupsConnectDestBlock( cups_dest_t *dest, unsigned flags, int msec, int *cancel, char *resource, size_t resourcesize, cups_dest_block_t block) argument
733 cupsCopyDest(cups_dest_t *dest, int num_dests, cups_dest_t **dests) argument
825 *dest; /* Current destination */ local
1170 cups_dest_t *dest; /* Current destination */ local
1244 _cupsGetDestResource( cups_dest_t *dest, char *resource, size_t resourcesize) argument
1320 cups_dest_t *dest; /* New destination */ local
1432 cups_dest_t *dest; /* Current destination */ local
1718 cups_dest_t *dest; /* Destination pointer */ local
1895 cups_dest_t *dest; /* Destination */ local
2011 cups_dest_t *dest; /* Pointer to destination */ local
2058 cups_dest_t *dest; /* Current destination */ local
2112 cups_dest_t *dest; /* Current destination */ local
2570 cups_dest_t *dest; /* Destination pointer */ local
2632 cups_block_cb( cups_dest_block_t block, unsigned flags, cups_dest_t *dest) argument
3405 cups_dnssd_resolve( cups_dest_t *dest, const char *uri, int msec, int *cancel, cups_dest_cb_t cb, void *user_data) argument
3698 cups_dest_t *dest; /* Current destination */ local
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dustr_wcs.cpp63 _strToWCS(wchar_t *dest, argument
203 uprv_memcpy(dest,intTarget,count*sizeof(wchar_t));
221 u_terminateWChars(dest,destCapacity,count,pErrorCode);
225 return dest;
230 u_strToWCS(wchar_t *dest, argument
243 (destCapacity<0) || (dest == NULL && destCapacity > 0)
255 uprv_memcpy(dest,src,srcLength*U_SIZEOF_UCHAR);
261 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
263 return dest;
267 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacit
281 _strFromWCS( UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
484 u_strFromWCS(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
H A Dustr_titlecase_brkiter.cpp51 u_strToTitle(UChar *dest, int32_t destCapacity, argument
65 dest, destCapacity,
76 UChar *dest, int32_t destCapacity,
86 dest, destCapacity,
75 ucasemap_toTitle(UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
H A Dustrcase_locale.cpp85 u_strToLower(UChar *dest, int32_t destCapacity, argument
93 dest, destCapacity,
99 u_strToUpper(UChar *dest, int32_t destCapacity, argument
107 dest, destCapacity,
/macosx-10.10/OpenSSH-189/openssh/
H A Dcipher-3des1.c110 ssh1_3des_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src, argument
120 EVP_Cipher(&c->k1, dest, (u_char *)src, len);
121 EVP_Cipher(&c->k2, dest, dest, len);
122 EVP_Cipher(&c->k3, dest, dest, len);
124 if (EVP_Cipher(&c->k1, dest, (u_char *)src, len) == 0 ||
125 EVP_Cipher(&c->k2, dest, dest, len) == 0 ||
126 EVP_Cipher(&c->k3, dest, des
[all...]
/macosx-10.10/rsync-45/rsync/packaging/
H A Drelease-rsync15 my $dest = $ENV{HOME} . '/samba-rsync-ftp';
42 $dest =~ s#([^/]+$)#tmp/$1#;
45 die "$dest does not exist\n" unless -d $dest;
113 $diffdir = "$dest/old-previews";
116 $diffdir = $dest;
119 $diffdir = "$dest/old-versions";
127 \$dest is "$dest"
214 my $tar_file = "$dest/
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dnfsprep.c41 char* dest, int32_t destCapacity,
66 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
117 if(dest!=NULL && reqLength <= destCapacity){
118 memmove(dest, b3, reqLength);
132 return u_terminateChars(dest, destCapacity, reqLength, status);
207 char* dest, int32_t destCapacity,
224 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
259 if(dest != NULL && reqLen <= destCapacity){
260 memmove(dest, p, pLen);
263 dest[pLe
40 nfs4_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, NFS4ProfileState state, UParseError* parseError, UErrorCode* status) argument
206 nfs4_mixed_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UParseError* parseError, UErrorCode* status) argument
280 nfs4_cis_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UParseError* parseError, UErrorCode* status) argument
289 nfs4_cs_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UBool isCaseSensitive, UParseError* parseError, UErrorCode* status) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dwrgif.c304 gif_dest_ptr dest = (gif_dest_ptr) dinfo; local
307 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap);
309 emit_header(dest, 256, (JSAMPARRAY) NULL);
322 gif_dest_ptr dest = (gif_dest_ptr) dinfo; local
326 ptr = dest->pub.buffer[0];
328 compress_pixel(dest, GETJSAMPLE(*ptr++));
340 gif_dest_ptr dest = (gif_dest_ptr) dinfo; local
343 compress_term(dest);
345 putc(0, dest->pub.output_file);
347 putc(';', dest
362 gif_dest_ptr dest; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Didnaref.h40 * @param dest Output Unicode array with ACE encoded ASCII label.
41 * @param destCapacity Size of dest.
63 UChar* dest, int32_t destCapacity,
78 * @param dest Output Converted Unicode array.
79 * @param destCapacity Size of dest.
101 UChar* dest, int32_t destCapacity,
121 * @param dest Output Unicode array.
122 * @param destCapacity Size of dest.
144 UChar* dest, int32_t destCapacity,
160 * @param dest Outpu
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dprscmnts.cpp59 UnicodeString dest; local
62 dest = myMatcher.replaceAll(replaceText,*status);
65 return dest.extract(source, srcLen, *status);
86 UChar** dest, int32_t destCapacity,
112 return out.extract(*dest, destCapacity,*status);
123 UChar** dest, int32_t destCapacity,
139 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status);
140 return trim(*dest, destLen, status);
184 UChar** dest, int32_t destCapacity,
214 return out.extract(*dest, destCapacit
85 getText(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) argument
122 getDescription( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
183 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) argument
225 getTranslate( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
235 getNote(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
[all...]
H A Dprscmnts.h34 UChar** dest, int32_t destCapacity,
41 UChar** dest, int32_t destCapacity,
45 UChar** dest, int32_t destCapacity,
50 UChar** dest, int32_t destCapacity,
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Decp_mont.c158 int ec_GFp_mont_group_copy(EC_GROUP *dest, const EC_GROUP *src) argument
160 if (dest->field_data1 != NULL)
162 BN_MONT_CTX_free(dest->field_data1);
163 dest->field_data1 = NULL;
165 if (dest->field_data2 != NULL)
167 BN_clear_free(dest->field_data2);
168 dest->field_data2 = NULL;
171 if (!ec_GFp_simple_group_copy(dest, src)) return 0;
175 dest->field_data1 = BN_MONT_CTX_new();
176 if (dest
[all...]

Completed in 306 milliseconds

1234567891011>>