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

1234567891011

/netbsd-current/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-current/external/gpl2/diffutils/dist/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)
/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dchange-utils.h24 insn_is_changing (array_slice<insn_change *const> changes, argument
27 for (const insn_change *change : changes)
41 insn_is_changing (array_slice<insn_change *const> changes) argument
43 return insn_is_changing_closure (changes);
122 // Check whether insn costs indicate that the net effect of the changes
126 bool changes_are_worthwhile (array_slice<insn_change *const> changes,
133 insn_change *changes[] = { &change }; local
134 return changes_are_worthwhile (changes, strict_p);
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A Dreg-watch.awk32 /changes with/ {
33 sub(".*changes with id ","")
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A Dreg-watch.awk32 /changes with/ {
33 sub(".*changes with id ","")
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dkqueue.c75 struct kevent *changes; member in struct:kqop
138 kqueueop->changes = mm_calloc(NEVENT, sizeof(struct kevent));
139 if (kqueueop->changes == NULL)
147 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]);
148 kqueueop->changes[0].ident = -1;
149 kqueueop->changes[0].filter = EVFILT_READ;
150 kqueueop->changes[0].flags = EV_ADD;
157 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
209 struct event_change *in_ch = &changelist->changes[
260 struct kevent *changes; local
[all...]
H A Ddevpoll.c62 struct pollfd *changes; member in struct:devpollop
93 if (pwrite(devpollop->dpfd, devpollop->changes,
114 pfd = &devpollop->changes[devpollop->nchanges++];
156 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd));
157 if (devpollop->changes == NULL) {
304 if (devpollop->changes)
305 mm_free(devpollop->changes);
/netbsd-current/external/bsd/libevent/dist/
H A Dkqueue.c81 struct kevent *changes; member in struct:kqop
144 kqueueop->changes = mm_calloc(NEVENT, sizeof(struct kevent));
145 if (kqueueop->changes == NULL)
153 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]);
154 kqueueop->changes[0].ident = -1;
155 kqueueop->changes[0].filter = EVFILT_READ;
156 kqueueop->changes[0].flags = EV_ADD;
163 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
215 struct event_change *in_ch = &changelist->changes[
274 struct kevent *changes; local
[all...]
H A Ddevpoll.c63 struct pollfd *changes; member in struct:devpollop
94 if (pwrite(devpollop->dpfd, devpollop->changes,
115 pfd = &devpollop->changes[devpollop->nchanges++];
157 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd));
158 if (devpollop->changes == NULL) {
305 if (devpollop->changes)
306 mm_free(devpollop->changes);
/netbsd-current/external/bsd/ntp/dist/scripts/build/
H A DgenCommitLog12 bk changes -v -m -r${CLTAG}.. > CommitLog.new
/netbsd-current/sys/net/
H A Dslcompress.c182 u_int changes = 0; local
290 * expects changes in the order: urgent, window, ack, seq (the order
296 changes |= NEW_U;
308 changes |= NEW_W;
316 changes |= NEW_A;
324 changes |= NEW_S;
327 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-current/external/apache2/llvm/dist/clang/utils/
H A Dtoken-delta.py16 def test(self, changes):
21 def getTestResult(self, changes):
25 changeset = frozenset(changes)
28 elif not self.test(changes):
34 def run(self, changes, force=False):
40 if not self.getTestResult(changes):
47 return self.delta(changes, self.split(changes))
149 def writeFiles(self, changes, fileNames):
152 for i,j in changes
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/
H A DMakefile17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
37 @echo " changes to make an overview of all changed/added/deprecated items"
139 changes:
140 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
142 @echo "The overview file is in $(BUILDDIR)/changes."
/netbsd-current/tests/fs/tmpfs/
H A Dh_tools.c120 struct kevent *changes, event; local
128 changes = malloc(sizeof(struct kevent) * argc);
129 if (changes == NULL)
139 EV_SET(&changes[i], fd, EVFILT_VNODE,
157 (void)kevent(kq, changes, argc, &event, 1, &to);
167 nev = kevent(kq, changes, argc, &event, 1, &to);
172 if (event.ident == changes[i].ident)
194 close(changes[i].ident);
195 free(changes);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/
H A DMakefile17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
37 @echo " changes to make an overview of all changed/added/deprecated items"
139 changes:
140 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
142 @echo "The overview file is in $(BUILDDIR)/changes."
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dmake-relnotes3 # Transform RELEASE_NOTES, split into "leader", and "major changes",
7 # starts with "Incompatible changes with snapshot YYYYMMDD" or "Major
8 # changes with snapshot YYYYMMDD"; each paragraph starts with [class,
23 if (/^(Incompatible changes|Incompatibility) with/) {
33 if (/^Major changes with/) {
81 print "Major changes - $class\n";
82 ($junk = "Major changes - $class") =~ s/./-/g;
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dlogmsg.c23 const char *message, FILE * logfp, List * changes);
29 static void setup_tmpfile (FILE * xfp, char *xprefix, List * changes);
54 List *changes; member in struct:verifymsg_proc_data
65 setup_tmpfile (FILE *xfp, char *xprefix, List *changes) argument
72 if (walklist (changes, find_type, NULL) != 0)
76 (void) walklist (changes, fmt_proc, NULL);
85 if (walklist (changes, find_type, NULL) != 0)
89 (void) walklist (changes, fmt_proc, NULL);
98 if (walklist (changes, find_type, NULL) != 0)
102 (void) walklist (changes, fmt_pro
196 do_editor(const char *dir, char **messagep, const char *repository, List *changes) argument
405 do_verify(char **messagep, const char *repository, List *changes) argument
566 List *changes; member in struct:ulp_data
729 logfile_write(const char *repository, const char *filter, const char *message, FILE *logfp, List *changes) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/docs/
H A DMakefile.sphinx17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
39 @echo " changes to make an overview of all changed/added/deprecated items"
141 changes:
142 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
144 @echo "The overview file is in $(BUILDDIR)/changes."
/netbsd-current/external/apache2/llvm/dist/clang/docs/
H A DMakefile.sphinx17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext default
39 @echo " changes to make an overview of all changed/added/deprecated items"
149 changes:
150 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
152 @echo "The overview file is in $(BUILDDIR)/changes."
/netbsd-current/external/apache2/llvm/dist/libcxx/docs/
H A DMakefile.sphinx20 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext default
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Db-bend1.d11 # changes.
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dbss.c533 u32 changes = 0; local
537 changes |= WPA_BSS_FREQ_CHANGED_FLAG;
540 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG;
543 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG;
546 changes |= WPA_BSS_MODE_CHANGED_FLAG;
550 return changes;
551 changes |= WPA_BSS_IES_CHANGED_FLAG;
554 changes |= WPA_BSS_WPAIE_CHANGED_FLAG;
557 changes |= WPA_BSS_RSNIE_CHANGED_FLAG;
560 changes |
570 notify_bss_changes(struct wpa_supplicant *wpa_s, u32 changes, const struct wpa_bss *bss) argument
608 u32 changes; local
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dexport-env.mk3 # our normal .export, subsequent changes affect the environment

Completed in 195 milliseconds

1234567891011