Searched refs:changes (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dnormal.c38 describing changes in consecutive lines. */
47 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); local
48 if (!changes)
55 fprintf (outfile, "%c", change_letter[changes]);
60 if (changes & OLD)
64 if (changes == CHANGED)
68 if (changes & NEW)
H A Ded.c44 enum changes changes;
51 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
52 if (!changes)
59 fprintf (outfile, "%c\n", change_letter[changes]);
62 if (changes != OLD)
85 but print the changes in the order they appear in the input files,
100 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
101 if (!changes)
43 enum changes changes; local
98 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); local
141 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); local
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/securityd/Regressions/
H A Dsecd-56-account-apply.c58 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
60 SOSAccountRef alice_account = CreateAccountForLocalChanges(changes, CFSTR("Alice"), CFSTR("TestSource"));
61 SOSAccountRef bob_account = CreateAccountForLocalChanges(changes, CFSTR("Bob"), CFSTR("TestSource"));
62 SOSAccountRef carole_account = CreateAccountForLocalChanges(changes, CFSTR("Carole"), CFSTR("TestSource"));
63 SOSAccountRef david_account = CreateAccountForLocalChanges(changes, CFSTR("David"), CFSTR("TestSource"));
67 // Bob wins writing at this point, feed the changes back to alice.
69 FeedChangesToMulti(changes, alice_account, carole_account, david_account, NULL);
85 FeedChangesToMulti(changes, bob_account, carole_account, NULL);
93 FeedChangesToMulti(changes, alice_account, bob_account, NULL);
94 FeedChangesToMulti(changes, alice_accoun
110 ok(CFDictionaryGetCount(changes) == 0, "Nothing left to deal with (%@)", changes); local
124 ok(CFDictionaryGetCount(changes) == 0, "Nothing left to deal with (%@)", changes); local
136 ok(CFDictionaryGetCount(changes) == 0, "Nothing left to deal with (%@)", changes); local
149 ok(CFDictionaryGetCount(changes) == 0, "Nothing left to deal with (%@)", changes); local
[all...]
H A Dsecd-58-password-change.c80 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
82 SOSAccountRef alice_account = CreateAccountForLocalChanges(changes, CFSTR("Alice"), CFSTR("TestSource"));
83 SOSAccountRef bob_account = CreateAccountForLocalChanges(changes, CFSTR("Bob"), CFSTR("TestSource"));
84 SOSAccountRef carol_account = CreateAccountForLocalChanges(changes, CFSTR("Carol"), CFSTR("TestSource"));
88 // Bob wins writing at this point, feed the changes back to alice.
89 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
96 FeedChangesToMulti(changes, bob_account, carol_account, NULL);
100 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
104 FeedChangesToMulti(changes, bob_account, carol_account, NULL); // Bob sees he's accepted
105 FeedChangesToMulti(changes, alice_accoun
106 ok(CFDictionaryGetCount(changes) == 0, "We converged. (%@)", changes); local
[all...]
H A Dsecd-60-account-cloud-identity.c46 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
48 SOSAccountRef alice_account = CreateAccountForLocalChanges(changes, CFSTR("Alice"), CFSTR("TestSource"));
49 SOSAccountRef bob_account = CreateAccountForLocalChanges(changes, CFSTR("Bob"), CFSTR("TestSource"));
50 SOSAccountRef carole_account = CreateAccountForLocalChanges(changes, CFSTR("Carole"), CFSTR("TestSource"));
54 // Bob wins writing at this point, feed the changes back to alice.
56 FeedChangesToMulti(changes, alice_account, carole_account, NULL);
67 FeedChangesToMulti(changes, bob_account, carole_account, NULL);
72 FeedChangesTo(changes, alice_account);
84 FeedChangesTo(changes, bob_account); // Bob sees he's accepted
86 FeedChangesToMulti(changes, alice_accoun
88 ok(CFDictionaryGetCount(changes) == 0, "We converged. (%@)", changes); local
[all...]
H A Dsecd-55-account-circle.c45 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
47 SOSAccountRef alice_account = CreateAccountForLocalChanges(changes, CFSTR("Alice"), CFSTR("TestSource"));
48 SOSAccountRef bob_account = CreateAccountForLocalChanges(changes, CFSTR("Bob"), CFSTR("TestSource"));
49 SOSAccountRef carol_account = CreateAccountForLocalChanges(changes, CFSTR("Carol"), CFSTR("TestSource"));
53 // Bob wins writing at this point, feed the changes back to alice.
55 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
69 FeedChangesTo(changes, bob_account);
74 FeedChangesTo(changes, alice_account);
86 FeedChangesTo(changes, bob_account); // Bob sees he's accepted
88 FeedChangesTo(changes, alice_accoun
90 ok(CFDictionaryGetCount(changes) == 0, "We converged. (%@)", changes); local
[all...]
H A Dsecd-52-account-changed.c42 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
44 SOSAccountRef alice_account = CreateAccountForLocalChanges(changes, CFSTR("Alice"), CFSTR("TestSource"));
45 SOSAccountRef bob_account = CreateAccountForLocalChanges(changes, CFSTR("Bob"), CFSTR("TestSource"));
46 SOSAccountRef carol_account = CreateAccountForLocalChanges(changes, CFSTR("Carol"), CFSTR("TestSource"));
50 // Bob wins writing at this point, feed the changes back to alice.
52 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
65 FeedChangesToMulti(changes, bob_account, carol_account, NULL);
70 FeedChangesToMulti(changes, alice_account, carol_account, bob_account, NULL);
75 FeedChangesToMulti(changes, alice_account, carol_account, bob_account, NULL);
86 FeedChangesToMulti(changes, bob_accoun
92 ok(CFDictionaryGetCount(changes) == 0, "We converged. (%@)", changes); local
164 ok(CFDictionaryGetCount(changes) == 0, "We converged. (%@)", changes); local
[all...]
H A Dsecd-57-account-leave.c53 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
55 SOSAccountRef alice_account = CreateAccountForLocalChanges(changes, CFSTR("Alice"), CFSTR("TestSource"));
56 SOSAccountRef bob_account = CreateAccountForLocalChanges(changes, CFSTR("Bob"), CFSTR("TestSource"));
57 SOSAccountRef carole_account = CreateAccountForLocalChanges(changes, CFSTR("Carole"), CFSTR("TestSource"));
58 SOSAccountRef david_account = CreateAccountForLocalChanges(changes, CFSTR("David"), CFSTR("TestSource"));
62 // Bob wins writing at this point, feed the changes back to alice.
64 FeedChangesToMulti(changes, alice_account, carole_account, david_account, NULL);
75 FeedChangesTo(changes, bob_account);
80 FeedChangesTo(changes, alice_account);
92 FeedChangesTo(changes, bob_accoun
96 ok(CFDictionaryGetCount(changes) == 0, "We converged. (%@)", changes); local
[all...]
H A Dsecd-61-account-leave-not-in-kansas-anymore.c77 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
79 SOSAccountRef alice_account = CreateAccountForLocalChanges(changes, CFSTR("Alice"), CFSTR("TestSource"));
80 SOSAccountRef bob_account = CreateAccountForLocalChanges(changes, CFSTR("Bob"), CFSTR("TestSource"));
81 SOSAccountRef carole_account = CreateAccountForLocalChanges(changes, CFSTR("Carole"), CFSTR("TestSource"));
82 SOSAccountRef david_account = CreateAccountForLocalChanges(changes, CFSTR("David"), CFSTR("TestSource"));
86 // Bob wins writing at this point, feed the changes back to alice.
88 FeedChangesToMulti(changes, alice_account, carole_account, david_account, NULL);
102 FeedChangesTo(changes, bob_account);
107 FeedChangesTo(changes, alice_account);
111 FeedChangesToMulti(changes, alice_accoun
115 ok(CFDictionaryGetCount(changes) == 0, "We converged. (%@)", changes); local
[all...]
H A Dsecd-55-account-incompatibility.c47 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
49 SOSAccountRef alice_account = CreateAccountForLocalChanges(changes, CFSTR("Alice"), data_name);
50 SOSAccountRef bob_account = CreateAccountForLocalChanges(changes, CFSTR("Bob"), data_name);
51 SOSAccountRef carol_account = CreateAccountForLocalChanges(changes, CFSTR("Carol"), data_name);
55 // Bob wins writing at this point, feed the changes back to alice.
57 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
72 CFDictionarySetValue(changes, circle_key_name, incompatibleDER);
74 FeedChangesTo(changes, alice_account);
84 FeedChangesTo(changes, bob_account);
89 FeedChangesTo(changes, alice_accoun
[all...]
H A Dsecd-59-account-cleanup.c45 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
47 SOSAccountRef alice_account = CreateAccountForLocalChanges(changes, CFSTR("Alice"), circle_name);
48 SOSAccountRef bob_account = CreateAccountForLocalChanges(changes, CFSTR("Bob"), circle_name);
49 SOSAccountRef carole_account = CreateAccountForLocalChanges(changes, CFSTR("Carole"), circle_name);
53 // Bob wins writing at this point, feed the changes back to alice.
55 FeedChangesToMulti(changes, alice_account, carole_account, NULL);
65 FeedChangesTo(changes, bob_account);
70 FeedChangesTo(changes, alice_account);
82 FeedChangesTo(changes, bob_account); // Bob sees he's accepted
84 FeedChangesTo(changes, alice_accoun
86 ok(CFDictionaryGetCount(changes) == 0, "We converged. (%@)", changes); local
[all...]
H A DSOSAccountTesting.h112 static CFMutableDictionaryRef ExtractPendingChanges(CFMutableDictionaryRef changes) argument
114 CFMutableDictionaryRef extracted = CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, changes);
116 CFDictionaryRemoveAllValues(changes);
122 static inline void FeedChangesToMulti(CFMutableDictionaryRef changes, ...) argument
124 CFDictionaryRef changes_to_send = ExtractPendingChanges(changes);
132 va_start(argp, changes);
161 static inline void FeedChangesTo(CFMutableDictionaryRef changes, SOSAccountRef account) argument
163 CFDictionaryRef changes_to_send = ExtractPendingChanges(changes);
174 static SOSAccountRef CreateAccountForLocalChanges(CFMutableDictionaryRef changes, CFStringRef name, CFStringRef data_source_name) argument
179 CFDictionarySetValue(changes, ke
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-11-update-data.c49 CFMutableDictionaryRef changes = CFDictionaryCreateMutable(NULL, 0, NULL, NULL); local
50 CFDictionarySetValue(changes, kSecValueData, pwdata2);
51 ok_status(SecItemUpdate(query, changes), "update generic password");
53 CFDictionarySetValue(changes, kSecValueData, NULL);
54 is_status(SecItemUpdate(query, changes), errSecParam, "update NULL data");
59 CFDictionarySetValue(changes, kSecValueData, CFSTR("bogus"));
60 is_status(SecItemUpdate(query, changes), errSecParam, "update string data");
64 if (changes) {
65 CFRelease(changes);
66 changes
[all...]
H A Dsi-10-find-internet.c77 CFDictionaryRef changes = CFDictionaryCreate(NULL, ch_keys, ch_values, local
79 ok_status(SecItemUpdate(query, changes), "update internet password");
81 is_status(SecItemUpdate(query, changes), errSecItemNotFound,
91 is_status(SecItemUpdate(query, changes), errSecDuplicateItem,
104 if (changes) {
105 CFRelease(changes);
106 changes = NULL;
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/scripts/
H A Dmake_change_log.tcl6 # Sort the (C++) changes recorded in the repository by change number and
18 puts stderr "Gettting changes from: $filespec"
20 catch {set file [open "|p4 changes -l $filespec" r]}
23 set changes {}
31 # append the number to the list of found changes
32 lappend changes $tmp
53 set sorted_changes [lsort -unique -integer -decreasing $changes]
/macosx-10.9.5/zsh-60/zsh/Etc/
H A Dchangelog2html.pl15 my $changes = 0;
18 /^\d+/ and $changes++;
28 if ($changes) {
29 warn "WARNING: there are changes since this version.\n";
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dslcompress.c188 register u_int changes = 0; local
299 * receiver expects changes in the order: urgent, window,
306 changes |= NEW_U;
317 changes |= NEW_W;
325 changes |= NEW_A;
333 changes |= NEW_S;
336 switch(changes) {
356 * actual changes match one of our special case encodings --
365 changes = SPECIAL_I;
373 changes
501 register u_int hlen, changes; local
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/OlsonDB/
H A DZone.pm25 changes => [],
112 if ( @{ $self->{changes} }
113 && $self->{changes}[-1]->utc_start_datetime
114 && $self->{changes}[-1]->utc_start_datetime == $change->utc_start_datetime
117 if ( $self->{changes}[-1]->rule && $change->observance )
122 $self->{changes}[-1] = $change;
127 die "Cannot add two different changes that have the same UTC start datetime!\n";
149 push @{ $self->{changes} }, $change;
169 sub last_change { return unless @{ $_[0]->{changes} } || $_[0]->{earliest};
170 return ( @{ $_[0]->{changes} }
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Doc/
H A DMakefile15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
24 @echo " changes to make an overview of all changed/added/deprecated items"
56 changes:
57 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
59 @echo "The overview file is in $(BUILDDIR)/changes."
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dusb.c22 int ret, changes = 0; local
59 changes++;
81 changes++;
86 return changes;
92 int ret, changes = 0; local
133 changes++;
170 changes++;
178 return changes;
/macosx-10.9.5/ntp-88/scripts/
H A DgenCommitLog12 bk -R prs -hr${CLTAG}.. -nd':I:' | bk changes -m -v - > CommitLog.new
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DLazyLoading.pm69 my($self, $changes) = @_;
72 $changes->{$col} = undef unless exists $changes->{$col};
75 return $self->next::method($changes);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tie/
H A Dtransceiver.tcl61 set changes {
69 lappend changes \
75 after 2000 [list ExecChanges $changes]
/macosx-10.9.5/configd-596.15/Plugins/SimulatorSupport/
H A Dsimulator_support.c59 mirror(SCDynamicStoreRef store, CFArrayRef changes, void *info) argument
66 n = CFArrayGetCount(changes);
68 // if no changes
74 content_host = SCDynamicStoreCopyMultiple(store_host, changes, NULL);
80 content_sim = SCDynamicStoreCopyMultiple(store_sim, changes, NULL);
88 key = CFArrayGetValueAtIndex(changes, i);
216 CFArrayRef changes; local
226 changes = CFArrayCreate(NULL, keys_host, n, &kCFTypeArrayCallBacks);
227 mirror(store_host, changes, (void *)content_host);
228 CFRelease(changes);
[all...]
/macosx-10.9.5/postfix-252/postfix/mantools/
H A Dmake-relnotes3 # Transform RELEASE_NOTES, split into "leader", and "major changes",
21 if (/^(Incompatible changes|Incompatibility) with/) {
31 if (/^Major changes with/) {
79 print "Major changes - $class\n";
80 ($junk = "Major changes - $class") =~ s/./-/g;

Completed in 312 milliseconds

1234567891011>>