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

1234

/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvscheck.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...]
/freebsd-9.3-release/contrib/diff/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...]
H A Dside.c232 describing changes in consecutive lines. */
241 enum changes changes = local
243 if (!changes)
257 if (changes == CHANGED)
261 changes = (i <= last0 ? OLD : 0) + (j <= last1 ? NEW : 0);
267 if (changes & NEW)
275 if (changes & OLD)
H A Danalyze.c180 of changes, the algorithm is linear in the file size. */
576 /* Adjust inserts/deletes of identical lines to join changes
604 /* Scan forwards to find beginning of another run of changes.
619 /* Find the end of this run of changes. */
628 /* Record the length of this run of changes, so that
669 /* If possible, move the fully-merged run of changes
781 briefly_report (int changes, struct file_data const filevec[])
783 if (changes)
789 changes = 2;
792 return changes;
776 briefly_report(int changes, struct file_data const filevec[]) argument
798 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)
89 format_ifdef (group_format[changes],
H A Dcontext.c169 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1);
170 if (! changes)
204 if (changes & OLD)
210 /* Skip past changes that apply (in file 0)
233 if (changes & NEW)
239 /* Skip past changes that apply (in file 1)
397 changes, but only CONTEXT if one is ignorable. Watch out for
166 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); local
/freebsd-9.3-release/usr.sbin/ppp/
H A Dslcompress.c168 register u_int changes = 0; local
285 * changes in the order: urgent, window, ack, seq (the order minimizes the
291 changes |= NEW_U;
304 changes |= NEW_W;
312 changes |= NEW_A;
320 changes |= NEW_S;
322 switch (changes) {
343 * actual changes match one of our special case encodings -- send packet
352 changes = SPECIAL_I;
360 changes
434 register u_int hlen, changes; local
[all...]
/freebsd-9.3-release/sys/net/
H A Dslcompress.c166 register u_int changes = 0; local
277 * receiver expects changes in the order: urgent, window,
284 changes |= NEW_U;
295 changes |= NEW_W;
303 changes |= NEW_A;
311 changes |= NEW_S;
314 switch(changes) {
334 * actual changes match one of our special case encodings --
343 changes = SPECIAL_I;
351 changes
472 register u_int hlen, changes; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dkqueue.c73 struct kevent *changes; member in struct:kqop
136 kqueueop->changes = mm_calloc(NEVENT, sizeof(struct kevent));
137 if (kqueueop->changes == NULL)
145 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]);
146 kqueueop->changes[0].ident = -1;
147 kqueueop->changes[0].filter = EVFILT_READ;
148 kqueueop->changes[0].flags = EV_ADD;
155 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
207 struct event_change *in_ch = &changelist->changes[
258 struct kevent *changes; local
[all...]
H A Ddevpoll.c60 struct pollfd *changes; member in struct:devpollop
91 if (pwrite(devpollop->dpfd, devpollop->changes,
112 pfd = &devpollop->changes[devpollop->nchanges++];
154 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd));
155 if (devpollop->changes == NULL) {
302 if (devpollop->changes)
303 mm_free(devpollop->changes);
/freebsd-9.3-release/contrib/pf/libevent/
H A Dkqueue.c65 struct kevent *changes; member in struct:kqop
114 kqueueop->changes = malloc(NEVENT * sizeof(struct kevent));
115 if (kqueueop->changes == NULL) {
121 free (kqueueop->changes);
128 kqueueop->changes[0].ident = -1;
129 kqueueop->changes[0].filter = EVFILT_READ;
130 kqueueop->changes[0].flags = EV_ADD;
137 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
141 free(kqueueop->changes);
168 newchange = realloc(kqop->changes,
212 struct kevent *changes = kqop->changes; local
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DgenCommitLog12 bk changes -v -m -r${CLTAG}.. > CommitLog.new
/freebsd-9.3-release/contrib/wpa/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...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dlogmsg.c25 List * changes));
30 static void setup_tmpfile PROTO((FILE * xfp, char *xprefix, List * changes));
58 setup_tmpfile (xfp, xprefix, changes)
61 List *changes;
68 if (walklist (changes, find_type, NULL) != 0)
72 (void) walklist (changes, fmt_proc, NULL);
81 if (walklist (changes, find_type, NULL) != 0)
85 (void) walklist (changes, fmt_proc, NULL);
94 if (walklist (changes, find_type, NULL) != 0)
98 (void) walklist (changes, fmt_pro
608 static List *changes; variable
[all...]
/freebsd-9.3-release/tools/regression/tmpfs/
H A Dh_tools.c100 struct kevent *changes, event; local
108 changes = malloc(sizeof(struct kevent) * (argc - 1));
109 if (changes == NULL)
119 EV_SET(&changes[i], fd, EVFILT_VNODE,
137 (void)kevent(kq, changes, argc, &event, 1, &to);
147 nev = kevent(kq, changes, argc, &event, 1, &to);
152 if (event.ident == changes[i].ident)
174 close(changes[i].ident);
175 free(changes);
/freebsd-9.3-release/usr.sbin/ntp/doc/hints/
H A DMakefile8 FILES= a-ux aix bsdi changes decosf1 decosf2 freebsd hpux linux mpeix \
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlibnames.mk12 # Please send copies of changes and bug-fixes to:
H A Dhost.libnames.mk12 # Please send copies of changes and bug-fixes to:
H A Dinc.mk12 # Please send copies of changes and bug-fixes to:
H A Dinit.mk12 # Please send copies of changes and bug-fixes to:
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfi_volume.c118 uint8_t changes, policy; local
124 changes = policy ^ old->default_cache_policy;
125 if (changes & MR_LD_CACHE_ALLOW_WRITE_CACHE)
129 if (changes & MR_LD_CACHE_ALLOW_READ_CACHE)
133 if (changes & MR_LD_CACHE_WRITE_BACK)
137 if (changes & (MR_LD_CACHE_READ_AHEAD | MR_LD_CACHE_READ_ADAPTIVE))
142 if (changes & MR_LD_CACHE_WRITE_CACHE_BAD_BBU)
/freebsd-9.3-release/contrib/top/
H A DMakefile.X8 # DO NOT EDIT "Makefile"!!!! Make changes to "Makefile.X" and rerun
/freebsd-9.3-release/contrib/cvs/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...]
/freebsd-9.3-release/etc/periodic/daily/
H A DMakefile46 FILES+= 490.status-pkg-changes

Completed in 241 milliseconds

1234