Searched refs:dest (Results 226 - 250 of 1203) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/sample/
H A Ddualstack-fetch.rb40 dest = Socket.getnameinfo(c.getpeername,
42 STDERR.print "conntected to #{dest[0]} port #{dest[1]}\n"
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Dec_key.c138 EC_KEY *EC_KEY_copy(EC_KEY *dest, const EC_KEY *src) argument
142 if (dest == NULL || src == NULL)
152 if (dest->group)
153 EC_GROUP_free(dest->group);
154 dest->group = EC_GROUP_new(meth);
155 if (dest->group == NULL)
157 if (!EC_GROUP_copy(dest->group, src->group))
163 if (dest->pub_key)
164 EC_POINT_free(dest->pub_key);
165 dest
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dudatamem.c32 U_CFUNC void UDatamemory_assign(UDataMemory *dest, UDataMemory *source) { argument
34 UBool mallocedFlag = dest->heapAllocated;
35 uprv_memcpy(dest, source, sizeof(UDataMemory));
36 dest->heapAllocated = mallocedFlag;
H A Dustrtrns.cpp40 u_strFromUTF32WithSub(UChar *dest, argument
59 (destCapacity<0) || (dest == NULL && destCapacity > 0) ||
70 pDest = dest;
71 destLimit = (dest!=NULL)?(dest + destCapacity):NULL;
125 reqLength += (int32_t)(pDest - dest);
134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
136 return dest;
140 u_strFromUTF32(UChar *dest, argument
147 dest, destCapacit
154 u_strToUTF32WithSub(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
246 u_strToUTF32(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSTestDevice.h57 void SOSTestDeviceListSync(const char *name, const char *test_directive, const char *test_reason, CFMutableDictionaryRef testDevices, bool(^pre)(SOSTestDeviceRef source, SOSTestDeviceRef dest), bool(^post)(SOSTestDeviceRef source, SOSTestDeviceRef dest, SOSMessageRef message));
62 bool(^pre)(SOSTestDeviceRef source, SOSTestDeviceRef dest),
63 bool(^post)(SOSTestDeviceRef source, SOSTestDeviceRef dest, SOSMessageRef message), ...);
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecKeybagSupport.c115 keyclass_t keyclass, uint32_t textLength, const uint8_t *source, keyclass_t *actual_class, CFMutableDataRef dest, CFErrorRef *error) {
119 int dest_len = (int)CFDataGetLength(dest);
121 kernResult = aks_wrap_key(source, textLength, keyclass, keybag, CFDataGetMutableBytePtr(dest), &dest_len, actual_class);
123 kernResult = aks_unwrap_key(source, textLength, keyclass, keybag, CFDataGetMutableBytePtr(dest), &dest_len);
141 CFDataSetLength(dest, dest_len);
144 uint32_t dest_len = (uint32_t)CFDataGetLength(dest);
148 memcpy(CFDataGetMutableBytePtr(dest), source, textLength);
149 memset(CFDataGetMutableBytePtr(dest) + textLength, 8, 8);
150 CFDataSetLength(dest, textLength + 8);
156 memcpy(CFDataGetMutableBytePtr(dest), sourc
114 ks_crypt(uint32_t operation, keybag_handle_t keybag, keyclass_t keyclass, uint32_t textLength, const uint8_t *source, keyclass_t *actual_class, CFMutableDataRef dest, CFErrorRef *error) argument
166 ks_crypt_acl(uint32_t operation, keybag_handle_t keybag, keyclass_t keyclass, uint32_t textLength, const uint8_t *source, CFMutableDataRef dest, CFDataRef acl, CFDataRef acm_context, CFDataRef caller_access_groups, CFErrorRef *error) argument
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dconfig-bot.h164 # define wcsrtombs(dest, src, len, ps) (wcsrtombs) (dest, src, len, 0)
165 # define mbsrtowcs(dest, src, len, ps) (mbsrtowcs) (dest, src, len, 0)
/macosx-10.10/cups-408/cups/cgi-bin/
H A Dcgi.h85 extern void cgiMoveJobs(http_t *http, const char *dest, int job_id);
86 extern void cgiPrintCommand(http_t *http, const char *dest,
88 extern void cgiPrintTestPage(http_t *http, const char *dest);
105 extern void cgiShowJobs(http_t *http, const char *dest);
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dgetflags.c260 pint = (int *)table[o].dest;
282 pstring = (char **)table[o].dest;
312 pstring = (char **)table[o].dest;
352 pchar = (char *)table[o].dest;
357 pchar = (char *)table[o].dest;
362 pchar = (char *)table[o].dest;
367 pchar = (char *)table[o].dest;
384 pfloat = (double *)table[o].dest;
401 plong = (long *)table[o].dest;
540 pint = (int *)table[o].dest;
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djutils.c152 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
156 #define FMEMCOPY(dest,src,size) _fmemcpy((void FAR *)(dest), (const void FAR *)(src), (size_t)(size))
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmsencode.c56 CSSM_DATA_PTR dest; member in struct:nss_cms_encoder_output
73 static OSStatus nss_cms_encoder_work_data(SecCmsEncoderRef p7ecx, CSSM_DATA_PTR dest,
89 unsigned char *dest; local
107 if (output->dest != NULL) {
109 offset = output->dest->Length;
111 dest = (unsigned char *)PORT_ArenaAlloc(output->destpoolp, len);
113 dest = (unsigned char *)PORT_ArenaGrow(output->destpoolp,
114 output->dest->Data,
115 output->dest->Length,
116 output->dest
138 nss_cms_encoder_notify(void *arg, Boolean before, void *dest, int depth) argument
411 nss_cms_encoder_work_data(SecCmsEncoderRef p7ecx, CSSM_DATA_PTR dest, const unsigned char *data, size_t len, Boolean final, Boolean innermost) argument
524 SecCmsEncoderCreate(SecCmsMessageRef cmsg, SecCmsContentCallback outputfn, void *outputarg, CSSM_DATA_PTR dest, SecArenaPoolRef destpool, PK11PasswordFunc pwfn, void *pwfn_arg, SecCmsGetDecryptKeyCallback decrypt_key_cb, void *decrypt_key_cb_arg, SECAlgorithmID **detached_digestalgs, CSSM_DATA_PTR *detached_digests, SecCmsEncoderRef *outEncoder) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmsencode.c56 CSSM_DATA_PTR dest; member in struct:nss_cms_encoder_output
73 static OSStatus nss_cms_encoder_work_data(SecCmsEncoderRef p7ecx, CSSM_DATA_PTR dest,
89 unsigned char *dest; local
107 if (output->dest != NULL) {
109 offset = output->dest->Length;
111 dest = (unsigned char *)PORT_ArenaAlloc(output->destpoolp, len);
113 dest = (unsigned char *)PORT_ArenaGrow(output->destpoolp,
114 output->dest->Data,
115 output->dest->Length,
116 output->dest
138 nss_cms_encoder_notify(void *arg, Boolean before, void *dest, int depth) argument
411 nss_cms_encoder_work_data(SecCmsEncoderRef p7ecx, CSSM_DATA_PTR dest, const unsigned char *data, size_t len, Boolean final, Boolean innermost) argument
524 SecCmsEncoderCreate(SecCmsMessageRef cmsg, SecCmsContentCallback outputfn, void *outputarg, CSSM_DATA_PTR dest, SecArenaPoolRef destpool, PK11PasswordFunc pwfn, void *pwfn_arg, SecCmsGetDecryptKeyCallback decrypt_key_cb, void *decrypt_key_cb_arg, SECAlgorithmID **detached_digestalgs, CSSM_DATA_PTR *detached_digests, SecCmsEncoderRef *outEncoder) argument
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtt2inst58 my $dest = File::Spec->catfile($tt2inst, $f);
59 copy($_, $dest) || die "$dest: $!\n";
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Duparse.h97 uint32_t *dest, int32_t destCapacity,
108 * @param dest Output string buffer.
109 * @param destCapacity Capacity of dest in numbers of UChars.
117 UChar *dest, int32_t destCapacity,
147 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExit.h63 SpeculationRecovery(SpeculationRecoveryType type, GPRReg dest, GPRReg src) argument
65 , m_dest(dest)
71 GPRReg dest() { return m_dest; } function in class:JSC::DFG::SpeculationRecovery
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A DSecSMIMEPriv.h150 extern OSStatus SecSMIMECreateSMIMECapabilities(PLArenaPool *poolp, SecAsn1Item * dest, Boolean includeFortezzaCiphers);
155 extern OSStatus SecSMIMECreateSMIMEEncKeyPrefs(PLArenaPool *poolp, SecAsn1Item * dest, SecCertificateRef cert);
160 extern OSStatus SecSMIMECreateMSSMIMEEncKeyPrefs(PLArenaPool *poolp, SecAsn1Item * dest, SecCertificateRef cert);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A DSecSMIMEPriv.h150 extern OSStatus SecSMIMECreateSMIMECapabilities(PLArenaPool *poolp, SecAsn1Item * dest, Boolean includeFortezzaCiphers);
155 extern OSStatus SecSMIMECreateSMIMEEncKeyPrefs(PLArenaPool *poolp, SecAsn1Item * dest, SecCertificateRef cert);
160 extern OSStatus SecSMIMECreateMSSMIMEEncKeyPrefs(PLArenaPool *poolp, SecAsn1Item * dest, SecCertificateRef cert);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A DSecSMIMEPriv.h150 extern OSStatus SecSMIMECreateSMIMECapabilities(PLArenaPool *poolp, SecAsn1Item * dest, Boolean includeFortezzaCiphers);
155 extern OSStatus SecSMIMECreateSMIMEEncKeyPrefs(PLArenaPool *poolp, SecAsn1Item * dest, SecCertificateRef cert);
160 extern OSStatus SecSMIMECreateMSSMIMEEncKeyPrefs(PLArenaPool *poolp, SecAsn1Item * dest, SecCertificateRef cert);
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dclang-parse-diagnostics-file13 parser.add_option("-a", "--all", action="store_true", dest="all",
15 parser.add_option("-e", "--error", action="store_true", dest="error",
17 parser.add_option("-f", "--fatal", action="store_true", dest="fatal",
19 parser.add_option("-i", "--ignored", action="store_true", dest="ignored",
21 parser.add_option("-n", "--note", action="store_true", dest="note",
23 parser.add_option("-w", "--warning", action="store_true", dest="warning",
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/java/CyrusSasl/
H A DGenericServer.java77 public OutputStream getOutputStream(OutputStream dest) throws IOException argument
80 return new SaslOutputStream(dest,this);
83 return dest;
/macosx-10.10/postfix-255/postfix/src/qmqpd/
H A Dqmqpd_state.c71 state->dest = 0;
91 if (state->dest)
92 mail_stream_cleanup(state->dest);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_ether.h52 const struct sockaddr *dest, const char *dest_lladdr,
56 const struct sockaddr *dest, const char *dest_lladdr,
61 const struct sockaddr *dest, const char *dest_lladdr,
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Duncompr.c57 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
58 Bytef *dest;
71 stream.next_out = dest;
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcbiditst.c100 const UChar *dest, int32_t destLen, int mode,
107 const char *dest, const char *mode, const char* option,
737 UChar dest[MAXLEN]; local
748 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec);
756 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec);
757 u16ToPseudo(destSize,dest,chars);
772 UChar dest[MAXLEN]; local
783 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_OUTPUT_REVERSE,&ec);
791 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_OUTPUT_REVERSE,&ec);
792 u16ToPseudo(destSize,dest,char
806 UChar dest[MAXLEN]; local
837 UChar dest[MAXLEN]; local
871 UChar dest[MAXLEN]; local
998 UChar dest[MAXLEN]; local
1410 UChar src[MAXLEN], dest[MAXLEN]; local
1840 UChar src[MAXLEN], dest[MAXLEN]; local
2382 UChar text[90], dest[MAXLEN], expected[120]; local
2411 UChar src[3], dest[MAXLEN], expected[5]; local
2457 UChar dest[8]; local
2676 UChar dest[38]; local
2802 UChar dest[43]; local
2856 UChar dest[36]; local
2978 UChar dest[38]; local
3067 UChar dest[20]; local
3249 UChar dest[MAXLEN]; local
3938 assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, const char *srcChars, const char *destChars, const UChar *dest, int32_t destLen, int mode, int option, UBiDiLevel level) argument
4181 UChar src[MAXLEN], dest[MAXLEN], visual1[MAXLEN], visual2[MAXLEN]; local
4260 UChar src[MAXLEN], dest[MAXLEN]; local
4558 UChar src[MAXLEN], dest[MAXLEN]; local
4635 checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src, const char *dest, const char *mode, const char* option, UBiDiLevel level, UBool forward) argument
4821 UChar prologue[MAXLEN], epilogue[MAXLEN], src[MAXLEN], dest[MAXLEN]; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dustring.h749 * @param dest The destination string
752 * @return A pointer to <code>dest</code>
756 u_memcpy(UChar *dest, const UChar *src, int32_t count);
760 * @param dest The destination string
763 * @return A pointer to <code>dest</code>
767 u_memmove(UChar *dest, const UChar *src, int32_t count);
770 * Initialize <code>count</code> characters of <code>dest</code> to <code>c</code>.
772 * @param dest The destination string.
775 * @return A pointer to <code>dest</code>.
779 u_memset(UChar *dest, UCha
[all...]

Completed in 318 milliseconds

1234567891011>>