Searched refs:dest (Results 176 - 200 of 1203) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecBase64P.h110 * \c dest is NULL, in which case it is ignored.
112 * \param dest Pointer to the buffer into which the result is to be written. May
121 * \note The function returns the required length if \c dest is NULL
123 * \note The function returns the required length if \c dest is NULL. The returned size
128 size_t SecBase64Encode(void const *src, size_t srcSize, char *dest, size_t destLen);
133 * \c dest is NULL, in which case it is ignored.
135 * \param dest Pointer to the buffer into which the result is to be written. May
151 * \note The function returns the required length if \c dest is NULL. The returned size
158 , char *dest
167 * \c dest i
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecBase64P.h110 * \c dest is NULL, in which case it is ignored.
112 * \param dest Pointer to the buffer into which the result is to be written. May
121 * \note The function returns the required length if \c dest is NULL
123 * \note The function returns the required length if \c dest is NULL. The returned size
128 size_t SecBase64Encode(void const *src, size_t srcSize, char *dest, size_t destLen);
133 * \c dest is NULL, in which case it is ignored.
135 * \param dest Pointer to the buffer into which the result is to be written. May
151 * \note The function returns the required length if \c dest is NULL. The returned size
158 , char *dest
167 * \c dest i
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecBase64P.h110 * \c dest is NULL, in which case it is ignored.
112 * \param dest Pointer to the buffer into which the result is to be written. May
121 * \note The function returns the required length if \c dest is NULL
123 * \note The function returns the required length if \c dest is NULL. The returned size
128 size_t SecBase64Encode(void const *src, size_t srcSize, char *dest, size_t destLen);
133 * \c dest is NULL, in which case it is ignored.
135 * \param dest Pointer to the buffer into which the result is to be written. May
151 * \note The function returns the required length if \c dest is NULL. The returned size
158 , char *dest
167 * \c dest i
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecBase64.h110 * \c dest is NULL, in which case it is ignored.
112 * \param dest Pointer to the buffer into which the result is to be written. May
121 * \note The function returns the required length if \c dest is NULL
123 * \note The function returns the required length if \c dest is NULL. The returned size
128 size_t SecBase64Encode(void const *src, size_t srcSize, char *dest, size_t destLen);
133 * \c dest is NULL, in which case it is ignored.
135 * \param dest Pointer to the buffer into which the result is to be written. May
151 * \note The function returns the required length if \c dest is NULL. The returned size
158 , char *dest
167 * \c dest i
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-11-unlock-referral.c18 char source[256], dest[256]; local
23 sprintf(dest, "%s/dest", home);
27 ok_status(SecKeychainCreate(dest, 4, "test", FALSE, NULL, &destkc),
28 "SecKeychainCreate dest");
30 ok_unix(sprintf(cmdbuf, "systemkeychain -k '%s' -s '%s'", dest, source),
/macosx-10.10/bind9-45.101/bind9/contrib/dbus/
H A DSetForwarders52 dbus-send --system --type=method_call --print-reply --reply-timeout=20000 --dest=com.redhat.named /com/redhat/named com.redhat.named.text.SetForwarders $zone $type $servers;
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DIPv6Socket.h44 IPv6SocketSend(int sockfd, int ifindex, const struct sockaddr_in6 * dest,
/macosx-10.10/bootp-298/bootplib/
H A Dinetroute.h36 struct in_addr dest; member in struct:__anon7013
H A Ddynarray.c102 dynarray_dup(dynarray_t * dest, dynarray_t * source) argument
106 dest->copy_func = source->copy_func;
107 dest->free_func = source->free_func;
108 ptrlist_init(&dest->list);
113 if (element && dest->copy_func) {
114 element = (*dest->copy_func)(element);
116 ptrlist_add(&dest->list, element);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Drawstr.h44 void Curl_strntoupper(char *dest, const char *src, size_t n);
/macosx-10.10/cxxfilt-11/
H A Dmerge-lipo25 print "usage: $0 <source-directories ...> <dest-directory>\n";
32 my $dest = $ARGV[-1];
53 my $destname = $dest . '/' . $File::Find::name;
95 system ("cp", "-p", $f[0], $dest . '/' . $l) == 0
98 system ("lipo", "-create", "-output", $dest . '/' . $l, @f) == 0
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/java/CyrusSasl/
H A DSaslClient.java20 public OutputStream getOutputStream(OutputStream dest) throws IOException; argument
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmsarray.c74 void **dest; local
81 dest = (void **)PORT_ArenaAlloc(poolp, 2 * sizeof(void *));
87 dest = (void **)PORT_ArenaGrow (poolp,
93 if (dest == NULL)
96 dest[n] = obj;
97 dest[n+1] = NULL;
98 *array = dest;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmsarray.c74 void **dest; local
81 dest = (void **)PORT_ArenaAlloc(poolp, 2 * sizeof(void *));
87 dest = (void **)PORT_ArenaGrow (poolp,
93 if (dest == NULL)
96 dest[n] = obj;
97 dest[n+1] = NULL;
98 *array = dest;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmsarray.c75 void **dest; local
82 dest = (void **)PORT_ArenaAlloc(poolp, 2 * sizeof(void *));
88 dest = (void **)PORT_ArenaGrow (poolp,
94 if (dest == NULL)
97 dest[n] = obj;
98 dest[n+1] = NULL;
99 *array = dest;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmsarray.c75 void **dest; local
82 dest = (void **)PORT_ArenaAlloc(poolp, 2 * sizeof(void *));
88 dest = (void **)PORT_ArenaGrow (poolp,
94 if (dest == NULL)
97 dest[n] = obj;
98 dest[n+1] = NULL;
99 *array = dest;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmsarray.c75 void **dest; local
82 dest = (void **)PORT_ArenaAlloc(poolp, 2 * sizeof(void *));
88 dest = (void **)PORT_ArenaGrow (poolp,
94 if (dest == NULL)
97 dest[n] = obj;
98 dest[n+1] = NULL;
99 *array = dest;
/macosx-10.10/ruby-106/ruby/tool/
H A Dmkrunnable.rb27 def ln_safe(src, dest, *opt)
28 cmd = ["mklink", dest.tr("/", "\\"), src.tr("/", "\\")]
34 def ln_dir_safe(src, dest)
35 ln_safe(src, dest, "/d")
39 def ln_safe(src, dest)
40 link = File.readlink(dest) rescue nil
42 ln_sf(src, dest)
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Ducasemap.h251 * @param dest A buffer for the result string. The result will be NUL-terminated if
255 * dest may be NULL and the function will only return the length of the result
269 UChar *dest, int32_t destCapacity,
282 * @param dest A buffer for the result string. The result will be NUL-terminated if
286 * dest may be NULL and the function will only return the length of the result
300 char *dest, int32_t destCapacity,
311 * @param dest A buffer for the result string. The result will be NUL-terminated if
315 * dest may be NULL and the function will only return the length of the result
329 char *dest, int32_t destCapacity,
361 * @param dest
[all...]
/macosx-10.10/Libc-1044.1.2/xcodescripts/
H A Dpatch_headers_variants.pl44 my $dest;
107 my $dir = File::Spec->join($dest, $File::Find::name);
111 my $file = File::Spec->join($dest, $File::Find::name);
119 $dest = $ARGV[1];
120 File::Path::mkpath($dest, 0, 0755);
/macosx-10.10/cups-408/cups/scheduler/
H A Dsubscriptions.h81 cupsd_printer_t *dest; /* Associated printer, if any */ member in struct:cupsd_event_s
95 cupsd_printer_t *dest; /* notify-printer-uri, if any */ member in struct:cupsd_subscription_s
142 extern void cupsdAddEvent(cupsd_eventmask_t event, cupsd_printer_t *dest,
145 cupsdAddSubscription(unsigned mask, cupsd_printer_t *dest,
157 extern void cupsdExpireSubscriptions(cupsd_printer_t *dest,
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dmemcpy.c127 char *dest = ts->ts_dest; local
134 (void) memcpy(dest, src, opts);
141 dest += bump;
142 if (dest + opts > ts->ts_dest + ts->ts_destsize)
143 dest = ts->ts_dest;
H A Dmemmove.c127 char *dest = ts->ts_dest; local
134 (void) memmove(dest, src, opts);
141 dest += bump;
142 if (dest + opts > ts->ts_dest + ts->ts_destsize)
143 dest = ts->ts_dest;
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dlocdispnames.cpp300 UChar *dest, int32_t destCapacity,
334 u_memcpy(dest, s, copyLength);
339 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
343 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
351 UChar *dest, int32_t destCapacity,
365 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) {
377 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
385 dest, destCapacity,
392 UChar *dest, int32_t destCapacity,
394 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacit
295 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
349 _getDisplayNameForComponent(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UDisplayNameGetter *getter, const char *tag, UErrorCode *pErrorCode) argument
390 uloc_getDisplayLanguage(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
399 uloc_getDisplayScript(const char* locale, const char* displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
418 uloc_getDisplayScriptInContext(const char* locale, const char* displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
428 uloc_getDisplayCountry(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
442 uloc_getDisplayVariant(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
463 uloc_getDisplayName(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
766 uloc_getDisplayKeyword(const char* keyword, const char* displayLocale, UChar* dest, int32_t destCapacity, UErrorCode* status) argument
797 uloc_getDisplayKeywordValue( const char* locale, const char* keyword, const char* displayLocale, UChar* dest, int32_t destCapacity, UErrorCode* status) argument
[all...]
H A Dunistr_cnv.cpp215 UnicodeString::extract(char *dest, int32_t destCapacity, argument
223 if(isBogus() || destCapacity<0 || (destCapacity>0 && dest==0)) {
230 return u_terminateChars(dest, destCapacity, 0, &errorCode);
247 int32_t len=doExtract(0, length(), dest, destCapacity, cnv, errorCode);
259 char *dest, int32_t destCapacity,
265 *dest=0;
271 char *originalDest=dest;
275 destLimit=dest=0;
278 destLimit=(char*)U_MAX_PTR(dest);
282 destLimit=dest
258 doExtract(int32_t start, int32_t length, char *dest, int32_t destCapacity, UConverter *cnv, UErrorCode &errorCode) const argument
[all...]

Completed in 367 milliseconds

1234567891011>>