Searched refs:destination (Results 151 - 175 of 302) sorted by relevance

1234567891011>>

/macosx-10.9.5/rsync-42/rsync/
H A Dmain.c457 * 1. it receives any number of files into a destination directory,
461 * destination path instead of its file-list name. This requires a
462 * "local name" for writing out the destination file.
465 * For mode 1, we change into the destination directory and return NULL.
466 * For mode 2, we change into the directory containing the destination
482 /* See what currently exists at the destination. */
484 /* If the destination is a dir, enter it and use mode 1. */
501 "ERROR: destination must be a directory when"
513 /* If we don't know what's at the destination, fail. */
514 rsyserr(FERROR, errno, "ERROR: cannot stat destination
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/mittestcc/
H A Dtest_ccapi_ccache.c1523 cc_ccache_t destination = NULL; local
1546 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@TWO.ORG", &destination);
1556 err = cc_ccache_store_credentials(destination, &creds_union);
1559 // move source into destination
1561 check_once_cc_ccache_move(source, destination, ccNoError, "valid params");
1566 check_once_cc_ccache_move(destination, NULL, ccErrBadParam, "NULL destination param");
1571 check_once_cc_ccache_move(destination, source, ccErrInvalidCCache, "recently moved source as destination param");
1575 if (destination) { cc_ccache_releas
1589 check_once_cc_ccache_move(cc_ccache_t source, cc_ccache_t destination, cc_int32 expected_err, const char *description) argument
[all...]
H A Dtest_ccapi_ccache.h35 cc_int32 check_once_cc_ccache_move(cc_ccache_t source, cc_ccache_t destination, cc_int32 expected_err, const char *description);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAbstractState.cpp176 AbstractValue& destination = block->valuesAtTail.argument(argument); local
177 changed |= mergeStateAtTail(destination, m_variables.argument(argument), block->variablesAtTail.argument(argument));
184 AbstractValue& destination = block->valuesAtTail.local(local); local
185 changed |= mergeStateAtTail(destination, m_variables.local(local), block->variablesAtTail.local(local));
1056 AbstractValue& destination = forNode(node); local
1060 // destination = source;
1061 // if (destination.m_type & !(SpecNumber | SpecString | SpecBoolean)) {
1062 // destination.filter(SpecNumber | SpecString | SpecBoolean);
1065 // destination.merge(string);
1069 // then destination woul
1143 AbstractValue& destination = forNode(node); local
1640 mergeStateAtTail(AbstractValue& destination, AbstractValue& inVariable, Node* node) argument
1736 AbstractValue& destination = to->valuesAtHead.argument(argument); local
1741 AbstractValue& destination = to->valuesAtHead.local(local); local
1795 mergeVariableBetweenBlocks(AbstractValue& destination, AbstractValue& source, Node* destinationNode, Node* sourceNode) argument
[all...]
H A DDFGSlowPathGenerator.h433 DestinationType destination[numberOfAssignments],
438 m_destination[i] = destination[i];
459 JumpType from, SpeculativeJIT* jit, SourceType source[numberOfAssignments], DestinationType destination[numberOfAssignments])
464 from, jit, destination, source));
469 JumpType from, SpeculativeJIT* jit, SourceType source, DestinationType destination)
472 DestinationType destinationArray[1] = { destination };
431 AssigningSlowPathGenerator( JumpType from, SpeculativeJIT* jit, DestinationType destination[numberOfAssignments], SourceType source[numberOfAssignments]) argument
458 slowPathMove( JumpType from, SpeculativeJIT* jit, SourceType source[numberOfAssignments], DestinationType destination[numberOfAssignments]) argument
468 slowPathMove( JumpType from, SpeculativeJIT* jit, SourceType source, DestinationType destination) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/linux/SandboxProcess/
H A DSandboxEnvironmentLinux.cpp57 static inline void strlcpy(char *destination, const char* source, int maxLength) argument
59 destination[0] = '\0';
60 strncat(destination, source, maxLength - 1);
63 static inline void strlcat(char* destination, const char* source, int maxLength) argument
65 strncat(destination, source, maxLength - 1 - strnlen(destination, maxLength - 1));
/macosx-10.9.5/bind9-45.100/bind9/bin/check/
H A Dcheck-tool.c550 isc_logdestination_t destination; local
561 destination.file.stream = errout;
562 destination.file.name = NULL;
563 destination.file.versions = ISC_LOG_ROLLNEVER;
564 destination.file.maximum_size = 0;
568 &destination, 0) == ISC_R_SUCCESS);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/dst/
H A Dgsstest.c455 isc_logdestination_t destination; local
475 destination.file.stream = stderr;
476 destination.file.name = NULL;
477 destination.file.versions = ISC_LOG_ROLLNEVER;
478 destination.file.maximum_size = 0;
482 &destination, ISC_LOG_PRINTTIME));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_container.tcl61 method --> {destination} {} ; # Assign our
63 # destination
301 method --> {destination} {
302 $destination deserialize [$self serialize]
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecTransform.cpp30 Transform* destination = (Transform*) CoreFoundationHolder::ObjectFromCFType(destinationTransformRef); local
34 CFErrorRef temp = source->Connect(group, destination, destinationAttributeName, sourceAttributeName);
42 Transform* destination = (Transform*) CoreFoundationHolder::ObjectFromCFType(destinationTransformRef); local
44 return source->Disconnect(destination, sourceAttributeName, destinationAttributeName);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DSharedBuffer.h144 void copyDataArrayAndClear(char *destination, unsigned bytesToCopy) const;
/macosx-10.9.5/bind9-45.100/bind9/contrib/dbus/
H A Ddbus_service.c244 const char *destination,
259 destination,
331 const char *destination,
342 r = dbus_svc_send_va(cs, type, reply_serial, new_serial, destination, path,interface,member,firstType,va);
352 const char *destination,
375 if( (destination !=0L) && !dbus_message_set_destination(msg, destination) )
438 const char *destination,
458 ( destination,
239 dbus_svc_send_va( DBusConnectionState *cs, dbus_svc_MessageType type, int32_t reply_serial, uint32_t *new_serial, const char *destination, const char *path, const char *interface, const char *member, dbus_svc_DataType firstType, va_list va ) argument
326 dbus_svc_send( DBusConnectionState *cs, dbus_svc_MessageType type, int32_t reply_serial, uint32_t *new_serial, const char *destination, const char *path, const char *interface, const char *member, dbus_svc_DataType firstType, ... ) argument
348 dbus_svc_new_message( DBusConnectionState* cs, dbus_svc_MessageType type, int32_t reply_serial, const char *destination, const char *path, const char *interface, const char *member ) argument
436 dbus_svc_call( DBusConnectionState *cs, const char *destination, const char *path, const char *member, const char *interface, dbus_svc_DataType firstType, ... ) argument
/macosx-10.9.5/postfix-252/postfix/src/trivial-rewrite/
H A Dresolve.c17 /* consults one or more transport tables that map a destination
146 char *destination; local
209 * Terminate when no destination domain is left over, or when the
210 * destination domain is remote.
365 * network address destination should be formatted according to RFC 2821:
489 * Off-host relay destination.
503 * Other off-host destination.
590 if ((destination = split_at(STR(channel), ':')) != 0 && *destination)
591 vstring_strcpy(nexthop, destination);
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-eigrp.c137 u_int8_t destination; /* variable length [1-4] bytes encoding */ member in struct:eigrp_tlv_ip_int_t
157 u_int8_t destination; /* variable length [1-4] bytes encoding */ member in struct:eigrp_tlv_ip_ext_t
334 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_int->destination,byte_length);
363 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_ext->destination,byte_length);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_sit.cpp365 int32_t ucol_sit_dumpSpecs(CollatorSpec *s, char *destination, int32_t capacity, UErrorCode *status) argument
375 uprv_strcat(destination, "_");
383 destination[len+j] = uprv_toupper(*(s->entries[i].start+j));
390 uprv_strncat(destination,s->entries[i].start, s->entries[i].len);
656 char *destination,
666 if(destination) {
667 uprv_memset(destination, 0, capacity*sizeof(char));
679 return ucol_sit_dumpSpecs(&s, destination, capacity, status);
655 ucol_normalizeShortDefinitionString(const char *definition, char *destination, int32_t capacity, UParseError *parseError, UErrorCode *status) argument
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/PDFKitViewer/
H A DMyPDFDocument.rb82 # Get the destination associated with the search result list. Tell the PDFView to go there.
84 @pdfView.goToDestination(item.destination) if item
117 # Get the destination of the given row....
120 index = @pdfView.document.indexForPage(outlineItem.destination.page)
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmlist.h76 void extract(T &destination, CSSM_RETURN error = CSSM_ERRCODE_INVALID_DATA) argument
77 { data().extract(destination, error); }
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmlist.h76 void extract(T &destination, CSSM_RETURN error = CSSM_ERRCODE_INVALID_DATA) argument
77 { data().extract(destination, error); }
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecOTRPackets.c197 uint8_t *destination = CFDataIncreaseLengthAndGetMutableBytes(appendTo, dataLength); local
206 destination); local
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDownload.idl139 HRESULT didCreateDestination([in] IWebDownload* download, [in] BSTR destination);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py87 # Get the destination associated with the search result list.
90 sender.itemAtRow_(sender.selectedRow()).destination())
120 outlineItem.destination().page()) == newPageIndex:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py87 # Get the destination associated with the search result list.
90 sender.itemAtRow_(sender.selectedRow()).destination())
120 outlineItem.destination().page()) == newPageIndex:
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Drdoc.rb147 # Documentation will be generated into +destination+
149 def document generator, options, destination
155 options.op_dir = destination
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Darm.rb166 def armEmitLea(destination)
167 if destination == base
168 $asm.puts "adds #{destination.armOperand}, \##{offset.value}"
170 $asm.puts "adds #{destination.armOperand}, #{base.armOperand}, \##{offset.value}"
176 def armEmitLea(destination)
178 $asm.puts "add #{destination.armOperand}, #{base.armOperand}, #{index.armOperand}, lsl \##{scaleShift}"
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.cpp1063 void CompositeEditCommand::cleanupAfterDeletion(VisiblePosition destination) argument
1066 if (caretAfterDelete != destination && isStartOfParagraph(caretAfterDelete) && isEndOfParagraph(caretAfterDelete)) {
1078 // If caret position after deletion and destination position coincides,
1080 if (!position.rendersInDifferentPosition(destination.deepEquivalent())) {
1147 void CompositeEditCommand::moveParagraph(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) argument
1151 moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, preserveStyle);
1154 void CompositeEditCommand::moveParagraphs(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) argument
1156 if (startOfParagraphToMove == destination)
1215 // The moved paragraph should assume the block style of the destination.
1225 ASSERT(destination
[all...]

Completed in 273 milliseconds

1234567891011>>