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

1234567891011

/macosx-10.10.1/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.10.1/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-55-account-incompatibility.c65 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
73 // Bob wins writing at this point, feed the changes back to alice.
74 FillAllChanges(changes);
75 FeedChangesToMulti(changes, alice_account, carol_account, NULL);
90 InjectChangeToMulti(changes, circle_key_name, incompatibleDER, alice_account, NULL);
94 is(ProcessChangesUntilNoChange(changes, alice_account, NULL), 1, "updates");
103 FillChanges(changes, CFSTR("Alice"));
104 FeedChangesTo(changes, bob_account, transport_bob);
109 FeedChangesTo(changes, alice_account, transport_alice);
120 FillChanges(changes, CFST
[all...]
H A Dsecd-55-account-circle.c61 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
68 // Bob wins writing at this point, feed the changes back to alice.
69 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 1, "updates");
83 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "updates");
88 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "updates");
99 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 3, "updates");
113 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "updates");
120 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 3, "updates");
131 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "updates");
143 is(ProcessChangesUntilNoChange(changes, alice_accoun
[all...]
H A DSOSAccountTesting.h193 static bool FillAllChanges(CFMutableDictionaryRef changes) { argument
197 changed |= AddNewChanges(changes, SOSTransportKeyParameterTestGetChanges(tpt), SOSTransportKeyParameterTestGetAccount(tpt));
201 changed |= AddNewChanges(changes, SOSTransportCircleTestGetChanges(tpt), SOSTransportCircleTestGetAccount(tpt));
206 changed |=AddNewChanges(changes, SOSTransportMessageTestGetChanges(tpt), SOSTransportMessageTestGetAccount(tpt));
212 static void FillChanges(CFMutableDictionaryRef changes, SOSAccountRef forAccount) argument
217 AddNewChanges(changes, SOSTransportKeyParameterTestGetChanges(tpt), SOSTransportKeyParameterTestGetAccount(tpt));
223 AddNewChanges(changes, SOSTransportCircleTestGetChanges(tpt), SOSTransportCircleTestGetAccount(tpt));
230 AddNewChanges(changes, SOSTransportMessageTestGetChanges(tpt), SOSTransportMessageTestGetAccount(tpt));
236 static inline void FillChangesMulti(CFMutableDictionaryRef changes, SOSAccountRef account, ...) argument
242 FillChanges(changes, next_accoun
257 FeedChangesTo(CFMutableDictionaryRef changes, SOSAccountRef account) argument
297 FeedChangesToMultiV(CFMutableDictionaryRef changes, va_list argp) argument
305 FeedChangesToMulti(CFMutableDictionaryRef changes, ...) argument
315 InjectChangeToMulti(CFMutableDictionaryRef changes, CFStringRef changeKey, CFTypeRef changeValue, ...) argument
331 ProcessChangesOnceV(CFMutableDictionaryRef changes, va_list argp) argument
341 ProcessChangesOnce(CFMutableDictionaryRef changes, ...) argument
353 ProcessChangesUntilNoChange(CFMutableDictionaryRef changes, ...) argument
[all...]
H A Dsecd-60-account-cloud-identity.c62 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
70 // Bob wins writing at this point, feed the changes back to alice.
71 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 1, "updates");
82 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 2, "updates");
86 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 2, "updates");
97 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 3, "updates");
105 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 4, "updates");
111 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 1, "updates");
119 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 3, "updates");
126 is(ProcessChangesUntilNoChange(changes, alice_accoun
[all...]
H A Dsecd-59-account-cleanup.c62 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
70 // Bob wins writing at this point, feed the changes back to alice.
71 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 1, "updates");
81 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 2, "updates");
86 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 2, "updates");
97 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 3, "updates");
112 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 3, "updates");
119 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 1, "updates");
126 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, NULL), 2, "updates");
142 is(ProcessChangesUntilNoChange(changes, alice_accoun
[all...]
H A Dsecd-58-password-change.c95 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
102 // Bob wins writing at this point, feed the changes back to alice.
104 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 1, "updates");
113 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "updates");
118 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "updates");
123 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 3, "4 updates");
129 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "updates");
141 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "updates");
145 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 3, "updates");
150 is(ProcessChangesUntilNoChange(changes, alice_accoun
[all...]
H A Dsecd-52-account-changed.c56 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
64 // Bob wins writing at this point, feed the changes back to alice.
65 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 1, "update");
72 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 1, "nothing published");
85 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "update");
90 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "update");
96 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 2, "update");
108 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carol_account, NULL), 4, "update");
114 InjectChangeToMulti(changes, CFSTR("^AccountChanged"), CFSTR("none"), alice_account, bob_account, carol_account, NULL);
133 is(ProcessChangesUntilNoChange(changes, alice_accoun
[all...]
H A Dsecd-57-account-leave.c70 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
79 // Bob wins writing at this point, feed the changes back to alice.
81 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 1, "updates");
95 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 2, "updates");
100 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 2, "updates");
112 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 3, "updates");
126 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 3, "updates");
144 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 2, "updates");
165 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 3, "updates");
173 is(ProcessChangesUntilNoChange(changes, alice_accoun
[all...]
H A Dsecd-56-account-apply.c75 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
84 // Bob wins writing at this point, feed the changes back to alice.
85 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 1, "updates");
101 is(ProcessChangesOnce(changes, alice_account, bob_account, carole_account, david_account, NULL), 1, "updates");
109 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 3, "updates");
122 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 1, "updates");
136 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 2, "updates");
150 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 2, "updates");
161 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 3, "updates");
176 FillAllChanges(changes);
[all...]
H A Dsecd-61-account-leave-not-in-kansas-anymore.c94 CFMutableDictionaryRef changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault); local
103 // Bob wins writing at this point, feed the changes back to alice.
104 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 1, "updates");
118 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 2, "updates");
124 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, NULL), 2, "updates");
129 is(ProcessChangesUntilNoChange(changes, alice_account, bob_account, carole_account, david_account, NULL), 3, "updates");
139 is(ProcessChangesUntilNoChange(changes, alice_account, carole_account, david_account, NULL), 2, "updates");
144 is(ProcessChangesUntilNoChange(changes, alice_account, carole_account, david_account, NULL), 3, "updates");
156 is(ProcessChangesUntilNoChange(changes, alice_account, carole_account, david_account, NULL), 3, "updates");
162 is(ProcessChangesUntilNoChange(changes, alice_accoun
[all...]
H A DSOSTransportTestTransports.c40 static bool SOSTransportCircleTestSendChanges(SOSTransportCircleTestRef transport, CFDictionaryRef changes, CFErrorRef *error);
148 CFMutableDictionaryRef changes; member in struct:SOSTransportKeyParameterTest
158 tpt->changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault);
244 return transport->changes;
253 if(!transport->changes)
254 transport->changes = CFDictionaryCreateMutableForCFTypes(kCFAllocatorDefault);
256 CFDictionarySetValue(transport->changes, kSOSKVSKeyParametersKey, newParameters);
266 CFMutableDictionaryRef changes; member in struct:SOSTransportCircleTest
288 return transport->changes;
302 tpt->changes
463 SOSTransportCircleTestSendChanges(SOSTransportCircleTestRef transport, CFDictionaryRef changes, CFErrorRef *error) argument
484 CFMutableDictionaryRef changes; member in struct:SOSTransportMessageTest
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/zsh-61/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.10.1/ppp-786.1.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.10.1/pyobjc-45/2.6/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.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/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.10.1/configd-699.1.5/IPMonitorControl/
H A Dmain.c48 CFArrayRef changes; local
50 changes = IPMonitorControlServerCopyInterfaceRankInformation(&assertions);
51 SCPrint(TRUE, stdout, CFSTR("Changed interfaces %@\n"), changes);
59 if (changes != NULL) {
60 CFRelease(changes);
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSTransportKeyParameterKVS.c11 static bool SOSTransportKeyParameterKVSUpdateKVS(CFDictionaryRef changes, CFErrorRef *error);
66 static bool SOSTransportKeyParameterKVSUpdateKVS(CFDictionaryRef changes, CFErrorRef *error){ argument
74 SOSCloudKeychainPutObjectsInCloud(changes, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), log_error);
80 CFDictionaryRef changes = CFDictionaryCreateForCFTypes(kCFAllocatorDefault, local
84 bool success = SOSTransportKeyParameterKVSUpdateKVS(changes, error);
86 CFReleaseNull(changes);
/macosx-10.10.1/ntp-92/scripts/
H A DgenCommitLog12 bk -R prs -hr${CLTAG}.. -nd':I:' | bk changes -m -v - > CommitLog.new
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dtransceiver.tcl61 set changes {
69 lappend changes \
75 after 2000 [list ExecChanges $changes]
/macosx-10.10.1/postfix-255/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 311 milliseconds

1234567891011