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

12345

/freebsd-10.0-release/contrib/bmake/mk/
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:
/freebsd-10.0-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-10.0-release/contrib/smbfs/
H A DMakefile33 @echo Please check for possible changes
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.h46 what changes and features were added in which versions of this
96 DB *changes;
93 DB *changes; member in struct:base_fs_data_t
/freebsd-10.0-release/usr.sbin/ctm/mkCTM/
H A DmkCTM46 set changes 0
101 incr changes -1
122 puts "No changes, stopping."
/freebsd-10.0-release/contrib/apr/misc/unix/
H A Drandbyte_os2.inc18 * running at around 1.1MHz. The amount this changes in a time slice is
/freebsd-10.0-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-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c130 /* A cache of any property changes (svn_prop_t) received for this dir. */
200 /* A cache of any property changes (svn_prop_t) received for this file. */
369 may be made where there are no property changes (i.e. a noop change of
373 update report handler, when in 'skelta' mode and describing changes to
381 with *actual* property changes.
388 apr_array_header_t *changes)
392 for (i = 0; i < changes->nelts; i++)
394 svn_prop_t *change = &APR_ARRAY_IDX(changes, i, svn_prop_t);
406 for (j = i; j < changes->nelts - 1; j++)
408 APR_ARRAY_IDX(changes,
387 remove_non_prop_changes(apr_hash_t *pristine_props, apr_array_header_t *changes) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c58 apr_hash_t *changes;
71 /* Fetch the changes associated with REVISION. */
73 SVN_ERR(svn_fs_paths_changed2(&changes, rev_root, pool));
76 if (apr_hash_count(changes) == 0)
82 for (hi = apr_hash_first(pool, changes); hi; hi = apr_hash_next(hi))
165 * To prevent changes from being processed over and over again, the
192 apr_hash_t *changes = prefetched_changes;
199 if (changes == NULL)
200 SVN_ERR(svn_fs_paths_changed2(&changes, root, pool));
202 if (apr_hash_count(changes)
57 apr_hash_t *changes; local
191 apr_hash_t *changes = prefetched_changes; local
1973 apr_hash_t *changes = NULL; local
[all...]
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dauto199 "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 \
260 When finished making configuration changes, type \"exit\".
/freebsd-10.0-release/share/mk/
H A Dbsd.progs.mk13 # Please send copies of changes and bug-fixes to:
/freebsd-10.0-release/sys/conf/
H A Dnewvers.sh173 p4version=`cd ${SYSDIR} && $p4_cmd changes -m1 "./...#have" 2>&1 | \

Completed in 135 milliseconds

12345