Searched refs:changes (Results 26 - 50 of 95) sorted by relevance

1234

/freebsd-9.3-release/contrib/bmake/mk/
H A Dlinks.mk12 # Please send copies of changes and bug-fixes to:
H A Drst2htm.mk12 # Please send copies of changes and bug-fixes to:
H A Dautoconf.mk12 # Please send copies of changes and bug-fixes to:
H A Dinstall-new.mk12 # Please send copies of changes and bug-fixes to:
H A Doptions.mk12 # Please send copies of changes and bug-fixes to:
H A Dsrctop.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.dependfile.mk12 # Please send copies of changes and bug-fixes to:
H A Dtarget-flags.mk51 # Please send copies of changes and bug-fixes to:
H A Dyacc.mk13 # Please send copies of changes and bug-fixes to:
H A Dauto.obj.mk12 # Please send copies of changes and bug-fixes to:
H A Dlibs.mk12 # Please send copies of changes and bug-fixes to:
H A Dmeta.subdir.mk13 # Please send copies of changes and bug-fixes to:
H A Dobj.mk12 # Please send copies of changes and bug-fixes to:
H A Dprogs.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.clean-env.mk12 # Please send copies of changes and bug-fixes to:
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff.h28 /* What kind of changes a hunk contains. */
29 enum changes enum
31 /* No changes: lines common to both files. */
109 /* Ignore changes due to tab expansion (-E). */
112 /* Ignore changes in horizontal white space (-b). */
119 /* Ignore changes that affect only blank lines (-B). */
138 /* Ignore changes that affect only lines matching this regexp (-I). */
192 density of changes. */
199 slower) but will find a guaranteed minimal set of changes. */
365 enum changes analyze_hun
[all...]
/freebsd-9.3-release/contrib/smbfs/
H A DMakefile33 @echo Please check for possible changes
/freebsd-9.3-release/usr.sbin/ctm/mkCTM/
H A DmkCTM46 set changes 0
101 incr changes -1
122 puts "No changes, stopping."
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devmap.c699 changelist->changes = NULL;
733 struct event_change *c = &changelist->changes[f->idxplus1 - 1];
748 struct event_change *c = &changelist->changes[i];
776 struct event_change *ch = &changelist->changes[i];
791 if (changelist->changes)
792 mm_free(changelist->changes);
796 /** Increase the size of 'changelist' to hold more changes. */
807 new_changes = mm_realloc(changelist->changes,
813 changelist->changes = new_changes;
841 change = &changelist->changes[id
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dprofile.c270 int changes;
374 changes = 1;
376 while (changes)
379 changes = 0;
395 changes = 1;
407 changes = 1;
437 changes = 1;
464 changes = 1;
1048 /* Commit changes done by instrumentation. */
267 int changes; local
H A Drecog.c172 static change_t *changes;
186 IN_GROUP is nonzero if this is part of a group of changes that must be
187 performed as a group. In that case, the changes will be stored. The
188 function `apply_change_group' will validate and apply the changes.
212 indexed addresses, or changes in up to 5 insns. */
217 changes = xrealloc (changes, sizeof (change_t) * changes_allocated);
220 changes[num_changes].object = object;
221 changes[num_changes].loc = loc;
222 changes[num_change
170 static change_t *changes; variable
[all...]
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dauto195 "Setup of your FreeBSD system is nearly complete. You can now modify your configuration choices. After this screen, you will have an opportunity to make more complex changes using a shell." 0 0 0 \
256 When finished making configuration changes, type \"exit\".
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES25 This file lists all bug fixes, changes, etc., made since the AWK book
245 a moratorium is hereby declared on internationalization changes.
248 that is, and i do not want to keep making changes until it's clear.
262 the internationalization changes, somewhat modified, are now
277 for the moment, the internationalization changes of nov 29 are
283 modified b.c (with tiny changes in main and run) to support
311 pervasive small changes to make things more const-correct, as
316 minor documentation changes to note that this now compiles out
431 complaints; other changes scattered throughout for the
619 made the same changes fo
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY15 backout changes (B1) & (B2) as they've caused NAT entries to persist for
354 update BPF program validation with FreeBSD changes
385 Fix compile problems caused by changes to is_opt/is_optmsk in ip_sync.c
403 "ipf -y" is not not requried to tell ipfilter about interface changes.
473 synch up with NetBSD's changes
698 FreeBSD - compatibility changes for 5.2
930 * update for NetBSD pfil interface changes
1053 fix "ipf -y" on solaris so that it rescans rules also for changes in
1148 add changes from Guido to state code.
1163 if it changes o
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb-events.sh147 changes into that script. Conversely, when making sweeping changes

Completed in 284 milliseconds

1234