Searched refs:target (Results 126 - 150 of 2191) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Ddnskey_48.c52 RETERR(uint16_tobuffer(flags, target));
58 RETERR(mem_tobuffer(target, &proto, 1));
64 RETERR(mem_tobuffer(target, &alg, 1));
70 return (isc_base64_tobuffer(lexer, target, -1));
90 RETERR(str_totext(buf, target));
91 RETERR(str_totext(" ", target));
96 RETERR(str_totext(buf, target));
97 RETERR(str_totext(" ", target));
103 RETERR(str_totext(buf, target));
120 RETERR(str_totext(" (", target));
[all...]
H A Dkey_25.c52 RETERR(uint16_tobuffer(flags, target));
58 RETERR(mem_tobuffer(target, &proto, 1));
64 RETERR(mem_tobuffer(target, &alg, 1));
70 return (isc_base64_tobuffer(lexer, target, -1));
90 RETERR(str_totext(buf, target));
91 RETERR(str_totext(" ", target));
96 RETERR(str_totext(buf, target));
97 RETERR(str_totext(" ", target));
103 RETERR(str_totext(buf, target));
120 RETERR(str_totext(" (", target));
[all...]
H A Dipseckey_45.c51 RETERR(uint8_tobuffer(token.value.as_ulong, target));
60 RETERR(uint8_tobuffer(token.value.as_ulong, target));
70 RETERR(uint8_tobuffer(token.value.as_ulong, target));
87 isc_buffer_availableregion(target, &region);
91 isc_buffer_add(target, 4);
97 isc_buffer_availableregion(target, &region);
101 isc_buffer_add(target, 16);
109 options, target));
116 return (isc_base64_tobuffer(lexer, target, -1));
136 RETERR(str_totext("( ", target));
[all...]
H A Dcert_37.c49 RETERR(uint16_tobuffer(cert, target));
58 RETERR(uint16_tobuffer(token.value.as_ulong, target));
66 RETERR(mem_tobuffer(target, &secalg, 1));
68 return (isc_base64_tobuffer(lexer, target, -1));
89 RETERR(dns_cert_totext((dns_cert_t)n, target));
90 RETERR(str_totext(" ", target));
98 RETERR(str_totext(buf, target));
103 RETERR(dns_secalg_totext(sr.base[0], target));
110 RETERR(str_totext(" (", target));
111 RETERR(str_totext(tctx->linebreak, target));
[all...]
H A Dtlsa_52.c45 RETERR(uint8_tobuffer(token.value.as_ulong, target));
54 RETERR(uint8_tobuffer(token.value.as_ulong, target));
63 RETERR(uint8_tobuffer(token.value.as_ulong, target));
68 return (isc_hex_tobuffer(lexer, target, -1));
90 RETERR(str_totext(buf, target));
98 RETERR(str_totext(buf, target));
106 RETERR(str_totext(buf, target));
112 RETERR(str_totext(" (", target));
113 RETERR(str_totext(tctx->linebreak, target));
115 RETERR(isc_hex_totext(&sr, 0, "", target));
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/numfmt/
H A Dutil.cpp31 // Append a hex string to the target
34 UnicodeString& target) {
38 target += (UChar)(digit < 10 ? 0x30 + digit : 0x41 - 10 + digit);
40 return target;
46 UnicodeString target; local
47 target += (UChar)U_DQUOTE;
51 (target += (UChar)U_BACKSLASH) += (UChar)U_SMALL_U;
52 appendHex(ch, 4, target);
54 target += ch;
57 target
32 appendHex(uint32_t number, int8_t digits, UnicodeString& target) argument
[all...]
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dcreate_Info_plist.pl30 my $target = "libccid.so";
38 "target=s" => \$target,
47 --target=$target
99 s/MAGIC_TARGET/$target/;
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dfixlinks72 while read name target
82 cp $dirname/$target $name
83 echo $target copied to $name ;;
84 *) $LN $target $name ; echo "$name -> $target" ;;
/macosx-10.9.5/libauto-185.5/tests/
H A Dresurrect-global-atomic.m35 TestObject *target;
48 objc_atomicCompareAndSwapGlobal(target, self, &target);
55 objc_atomicCompareAndSwapGlobal(target, self, &target);
H A Dresurrect-local-atomic.m35 TestObject *target;
48 objc_atomicCompareAndSwapGlobal(target, self, &target);
55 objc_atomicCompareAndSwapGlobal(target, self, &target);
/macosx-10.9.5/apr-30/apr-util/apr-util/
H A Dbuild.conf44 target = dbd/apr_dbd_pgsql.la
48 target = dbd/apr_dbd_sqlite2.la
52 target = dbd/apr_dbd_sqlite3.la
56 target = dbd/apr_dbd_oracle.la
60 target = dbd/apr_dbd_mysql.la
64 target = dbd/apr_dbd_freetds.la
68 target = dbd/apr_dbd_odbc.la
72 target = dbm/apr_dbm_db.la
76 target = dbm/apr_dbm_gdbm.la
80 target
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dbase64.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
54 const char *wordbreak, isc_buffer_t *target)
70 RETERR(str_totext(buf, target));
78 RETERR(str_totext(wordbreak, target));
87 RETERR(str_totext(buf, target));
93 RETERR(str_totext(buf, target));
104 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon6589
111 base64_decode_init(base64_decode_ctx_t *ctx, int length, isc_buffer_t *target) argument
116 ctx->target
53 isc_base64_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
180 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
210 isc_base64_decodestring(const char *cstr, isc_buffer_t *target) argument
227 str_totext(const char *source, isc_buffer_t *target) argument
243 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
/macosx-10.9.5/ntp-88/lib/isc/
H A Dbase64.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
54 const char *wordbreak, isc_buffer_t *target)
70 RETERR(str_totext(buf, target));
78 RETERR(str_totext(wordbreak, target));
87 RETERR(str_totext(buf, target));
92 RETERR(str_totext(buf, target));
102 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon11423
109 base64_decode_init(base64_decode_ctx_t *ctx, int length, isc_buffer_t *target) argument
114 ctx->target
53 isc_base64_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
178 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
208 isc_base64_decodestring(const char *cstr, isc_buffer_t *target) argument
225 str_totext(const char *source, isc_buffer_t *target) argument
241 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dcs_verify.cpp55 void verify(const char *target) argument
57 CFRef<SecCodeRef> code = dynamicCodePath(target); // set if the target is dynamic
62 staticCode.take(staticCodePath(target, architecture, bundleVersion));
82 note(1, "%s: dynamically valid", target);
88 note(1, "%s: valid on disk (not all contents verified)", target);
90 note(1, "%s: valid on disk", target);
98 cssmPerror(target, rc);
99 fail("%s: cannot retrieve designated requirement", target);
101 note(0, "%s: does not satisfy its designated Requirement", target);
126 hostinginfo(const char *target) argument
[all...]
H A Dcs_misc.cpp40 void procinfo(const char *target) argument
42 if (pid_t pid = (pid_t)atol(target)) {
49 perror(target);
108 fail("%s: not a numeric process id", target);
117 void procaction(const char *target) argument
119 if (pid_t pid = (pid_t)atol(target)) {
132 perror(target);
134 procinfo(target);
136 fail("%s: not a numeric process id", target);
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dxdr_array.c97 caddr_t target = *addrp; local
117 if (target == NULL)
122 *addrp = target = mem_alloc(nodesize);
123 if (target == NULL) {
127 memset(target, 0, nodesize);
141 stat = (*elproc)(xdrs, target, 0);
142 target += elsize;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djutils.c153 #define FMEMZERO(target,size) MEMZERO(target,size)
157 #define FMEMZERO(target,size) _fmemset((void FAR *)(target), 0, (size_t)(size))
217 jzero_far (void FAR * target, size_t bytestozero) argument
222 FMEMZERO(target, bytestozero);
224 register char FAR * ptr = (char FAR *) target;
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtscoll.cpp110 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { argument
122 uiter_setString(&tIter, target, tLen);
144 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
150 Collator::EComparisonResult compareResult = col->compare(source, target);
154 col->getCollationKey(target, tgtkey, status);
160 reportCResult(source, target, srckey, tgtkey, compareResult, keyResult, result, result);
164 int32_t sLen = source.length(), tLen = target.length();
166 const UChar* trg = target.getBuffer();
175 errln("Different result for iterative comparison "+source+" "+target);
190 /*log_verbose("Strings converted to UTF-8:%s, %s\n", aescstrdup(source,-1), aescstrdup(target,
257 doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) argument
262 doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
286 reportCResult( const UnicodeString &source, const UnicodeString &target, CollationKey &sourceKey, CollationKey &targetKey, Collator::EComparisonResult compareResult, Collator::EComparisonResult keyResult, Collator::EComparisonResult incResult, Collator::EComparisonResult expectedResult ) argument
357 appendCompareResult(Collator::EComparisonResult result, UnicodeString& target) argument
383 prettify(const CollationKey &source, UnicodeString &target) argument
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dnamespaces.c170 * Same alias for multiple different target namespace URIs:
179 * Same target namespace URI for multiple different aliases:
321 * @target: the result element on which to anchor a namespace
339 xmlNodePtr target)
344 if ((ctxt == NULL) || (target == NULL) ||
345 (target->type != XML_ELEMENT_NODE))
376 if (target->nsDef != NULL) {
377 ns = target->nsDef;
388 "'%s'.\n", ns->href, target->name);
402 if ((target
337 xsltGetSpecialNamespace(xsltTransformContextPtr ctxt, xmlNodePtr invocNode, const xmlChar *nsName, const xmlChar *nsPrefix, xmlNodePtr target) argument
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOGatedOutputQueue.h35 event source. All calls to the target by the consumer thread must
36 occur with the gate closed. Therefore, all calls to the target of
63 @abstract Transfers all packets in the mbuf queue to the target.
91 @param target The object that will handle packets removed from the
101 virtual bool init(OSObject * target,
110 @param target An IONetworkController object that will handle packets
118 static IOGatedOutputQueue * withTarget(IONetworkController * target,
125 @param target An IONetworkController object that will handle packets
134 static IOGatedOutputQueue * withTarget(IONetworkController * target,
142 @param target Th
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DGenericEventQueue.cpp55 if (event->target() == m_owner)
89 EventTarget* target = pendingEvents[i]->target() ? pendingEvents[i]->target() : m_owner; local
90 target->dispatchEvent(pendingEvents[i].release());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DTiledBackingStoreBackendCairo.cpp71 void TiledBackingStoreBackend::paintCheckerPattern(GraphicsContext* context, const FloatRect& target) argument
77 cairo_rectangle(cr, target.x(), target.y(), target.width(), target.height());
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dgen-aout.c34 char *target = "unknown", *arch = "unknown"; local
46 target = argv[1];
47 if (target == NULL) {
99 printf("\n#define MY(OP) CONCAT2 (%s_,OP)\n\n", target);
100 printf("#define TARGETNAME \"a.out-%s\"\n\n", target);
106 printf("\n#include \"aout-target.h\"\n");
/macosx-10.9.5/vim-53/src/
H A Dos_vms_mms.c9 char cmd[132], buf[BUFSIZ], *argp, *error_file, target[132], *mms; local
38 if (*target)
39 strcat(target, " ");
40 strcat(target, argp);
44 mms, target);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dautoload.rb344 def default_widget_set=(target)
345 target = target.to_sym
346 return target if target == @current_default_widget_set
348 if (cmd = @TOPLEVEL_ALIAS_SETUP_PROC[target])
349 cmd.call(target)
352 _replace_toplevel_aliases(target)
368 target_list.each{|target| @TOPLEVEL_ALIAS_SETUP_PROC[target
[all...]

Completed in 300 milliseconds

1234567891011>>