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

12345

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/contrib/
H A Dsandbox_status.sh28 changes=0
51 changes=`expr $changes + 1`
54 changes=`expr $changes + 1`
67 changes=`expr $changes + 1`
79 changes=`expr $changes + 1`
92 changes
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dnormal.c40 describing changes in consecutive lines. */
49 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); local
50 if (!changes)
57 fprintf (outfile, "%c", change_letter[changes]);
62 if (changes & OLD)
66 if (changes == CHANGED)
70 if (changes & NEW)
H A Ded.c46 enum changes changes;
53 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
54 if (!changes)
61 fprintf (outfile, "%c\n", change_letter[changes]);
64 if (changes != OLD)
87 but print the changes in the order they appear in the input files,
102 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
103 if (!changes)
45 enum changes changes; local
100 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); local
143 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); local
[all...]
H A Dside.c236 describing changes in consecutive lines. */
245 enum changes changes = local
247 if (!changes)
261 if (changes == CHANGED)
265 changes = (i <= last0 ? OLD : 0) + (j <= last1 ? NEW : 0);
271 if (changes & NEW)
279 if (changes & OLD)
H A Danalyze.c185 of changes, the algorithm is linear in the file size. */
603 /* Adjust inserts/deletes of identical lines to join changes
631 /* Scan forwards to find beginning of another run of changes.
646 /* Find the end of this run of changes. */
655 /* Record the length of this run of changes, so that
696 /* If possible, move the fully-merged run of changes
808 briefly_report (int changes, struct file_data const filevec[])
810 if (changes)
820 changes = 2;
824 return changes;
803 briefly_report(int changes, struct file_data const filevec[]) argument
830 int changes; local
[all...]
H A Difdef.c66 describing changes in consecutive lines. */
74 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); local
75 if (!changes)
87 format_ifdef (group_format[changes], first0, next_line, first1, last1 + 1);
H A Dcontext.c172 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1);
173 if (! changes)
207 if (changes & OLD)
213 /* Skip past changes that apply (in file 0)
236 if (changes & NEW)
242 /* Skip past changes that apply (in file 1)
399 changes, but only CONTEXT if one is ignorable. Watch out for
169 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); local
H A Ddiff.h30 /* What kind of changes a hunk contains. */
31 enum changes enum
33 /* No changes: lines common to both files. */
111 /* Ignore changes due to tab expansion (-E). */
114 /* Ignore changes in horizontal white space (-b). */
121 /* Ignore changes that affect only blank lines (-B). */
140 /* Ignore changes that affect only lines matching this regexp (-I). */
191 density of changes. */
198 slower) but will find a guaranteed minimal set of changes. */
364 enum changes analyze_hun
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/utils/
H A Dautogen.sh9 darcs changes --summary > ChangeLog
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A Dreg-watch.awk32 /changes with/ {
33 sub(".*changes with id ","")
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Dkqueue.c72 struct kevent *changes; member in struct:kqop
124 kqueueop->changes = malloc(NEVENT * sizeof(struct kevent));
125 if (kqueueop->changes == NULL) {
131 free (kqueueop->changes);
143 kqueueop->changes[0].ident = -1;
144 kqueueop->changes[0].filter = EVFILT_READ;
145 kqueueop->changes[0].flags = EV_ADD;
152 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
156 free(kqueueop->changes);
177 newchange = realloc(kqop->changes,
221 struct kevent *changes = kqop->changes; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A DgenCommitLog12 bk changes -v -m -r${CLTAG}.. > CommitLog.new
/netbsd-6-1-5-RELEASE/sys/net/
H A Dslcompress.c178 u_int changes = 0; local
289 * receiver expects changes in the order: urgent, window,
296 changes |= NEW_U;
307 changes |= NEW_W;
315 changes |= NEW_A;
323 changes |= NEW_S;
326 switch (changes) {
346 * actual changes match one of our special case encodings --
355 changes = SPECIAL_I;
363 changes
476 u_int hlen, changes; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dbss.c203 u32 changes = 0; local
207 changes |= WPA_BSS_FREQ_CHANGED_FLAG;
210 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG;
213 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG;
216 changes |= WPA_BSS_MODE_CHANGED_FLAG;
220 return changes;
221 changes |= WPA_BSS_IES_CHANGED_FLAG;
224 changes |= WPA_BSS_WPAIE_CHANGED_FLAG;
227 changes |= WPA_BSS_RSNIE_CHANGED_FLAG;
230 changes |
240 notify_bss_changes(struct wpa_supplicant *wpa_s, u32 changes, const struct wpa_bss *bss) argument
275 u32 changes; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/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;
/netbsd-6-1-5-RELEASE/tests/fs/tmpfs/
H A Dh_tools.c119 struct kevent *changes, event; local
127 changes = malloc(sizeof(struct kevent) * argc);
128 if (changes == NULL)
138 EV_SET(&changes[i], fd, EVFILT_VNODE,
156 (void)kevent(kq, changes, argc, &event, 1, &to);
166 nev = kevent(kq, changes, argc, &event, 1, &to);
171 if (event.ident == changes[i].ident)
193 close(changes[i].ident);
194 free(changes);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dlogmsg.c21 const char *message, FILE * logfp, List * changes);
27 static void setup_tmpfile (FILE * xfp, char *xprefix, List * changes);
52 List *changes; member in struct:verifymsg_proc_data
63 setup_tmpfile (FILE *xfp, char *xprefix, List *changes) argument
70 if (walklist (changes, find_type, NULL) != 0)
74 (void) walklist (changes, fmt_proc, NULL);
83 if (walklist (changes, find_type, NULL) != 0)
87 (void) walklist (changes, fmt_proc, NULL);
96 if (walklist (changes, find_type, NULL) != 0)
100 (void) walklist (changes, fmt_pro
194 do_editor(const char *dir, char **messagep, const char *repository, List *changes) argument
403 do_verify(char **messagep, const char *repository, List *changes) argument
564 List *changes; member in struct:ulp_data
727 logfile_write(const char *repository, const char *filter, const char *message, FILE *logfp, List *changes) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Db-bend1.d11 # changes.
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_event.c65 struct kevent *changes, size_t index, int n)
75 for (i = 0, kev32 = changes32; i < n; i++, kev32++, changes++)
76 netbsd32_to_kevent(kev32, changes);
64 netbsd32_kevent_fetch_changes(void *private, const struct kevent *changelist, struct kevent *changes, size_t index, int n) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr36584.c131 int changes; local
134 changes = 0;
142 changes++;
147 return changes;
/netbsd-6-1-5-RELEASE/games/ching/printching/
H A Dprintching.c62 static int changes(void);
128 if (changes())
187 * Compute the changes based on moving lines; return 1 if any lines moved,
191 changes(void) function
/netbsd-6-1-5-RELEASE/share/examples/isdn/
H A Disdnd.rates.D12 # -hm updated to reflect last Telekom changes as of 1.1.99
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Danalyze.c187 of changes, the algorithm is linear in the file size. */
610 /* Adjust inserts/deletes of identical lines to join changes
644 /* Scan forwards to find beginning of another run of changes.
659 /* Find the end of this run of changes. */
668 /* Record the length of this run of changes, so that
709 /* If possible, move the fully-merged run of changes
823 briefly_report (changes, filevec)
824 int changes;
827 if (changes)
844 int changes;
839 int changes; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dbwtest-err-1.s65 ; best I could get without major changes in BW-handling. Not
67 ; BW-handling changes. Four errors from four .words are what's
/netbsd-6-1-5-RELEASE/dist/smbfs/
H A DMakefile33 @echo Please check for possible changes

Completed in 378 milliseconds

12345