Searched refs:patch (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-10.0-release/usr.bin/patch/
H A DMakefile4 PROG= patch
6 SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
/freebsd-10.0-release/contrib/libyaml/tests/
H A Dtest-version.c16 int patch = -1; local
19 yaml_get_version(&major, &minor, &patch);
20 sprintf(buf, "%d.%d.%d", major, minor, patch);
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_dep_compat.h44 * @param patch The patch level component of the version checked
50 #define APR_VERSION_AT_LEAST(major,minor,patch) \
54 (patch) <= APR_PATCH_VERSION))
124 * @param patch The patch level component of the version checked
130 #define SERF_VERSION_AT_LEAST(major,minor,patch) \
134 (patch) <= SERF_PATCH_VERSION))
170 * @param patch The patch leve
[all...]
H A Dsvn_subr_private.h324 * the level represented by @a major, @a minor, and @a patch.
332 int patch);
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_version.h61 /** patch level
81 * @param patch The patch level component of the version checked
86 #define APR_VERSION_AT_LEAST(major,minor,patch) \
89 || ((major) == APR_MAJOR_VERSION && (minor) == APR_MINOR_VERSION && (patch) <= APR_PATCH_VERSION))
143 int patch; /**< patch number */ member in struct:__anon117
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c58 /* The patch this hunk belongs to. */
59 svn_patch_t *patch; member in struct:svn_diff_hunk_t
61 /* APR file handle to the patch file this hunk came from. */
65 * the patch file. */
70 /* Hunk ranges as they appeared in the patch file.
91 if (hunk->patch->reverse)
100 if (hunk->patch->reverse)
109 return hunk->patch->reverse ? hunk->modified_start : hunk->original_start;
115 return hunk->patch->reverse ? hunk->modified_length : hunk->original_length;
121 return hunk->patch
483 parse_next_hunk(svn_diff_hunk_t **hunk, svn_boolean_t *is_property, const char **prop_name, svn_diff_operation_kind_t *prop_operation, svn_patch_t *patch, apr_file_t *apr_file, svn_boolean_t ignore_whitespace, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
840 diff_minus(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
859 diff_plus(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
878 git_start(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
983 git_minus(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1005 git_plus(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1027 git_move_from(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1040 git_move_to(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1055 git_copy_from(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1068 git_copy_to(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1082 git_new_file(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1095 git_deleted_file(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1108 add_property_hunk(svn_patch_t *patch, const char *prop_name, svn_diff_hunk_t *hunk, svn_diff_operation_kind_t operation, apr_pool_t *result_pool) argument
1165 parse_hunks(svn_patch_t *patch, apr_file_t *apr_file, svn_boolean_t ignore_whitespace, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1232 svn_diff_parse_next_patch(svn_patch_t **patch, svn_patch_file_t *patch_file, svn_boolean_t reverse, svn_boolean_t ignore_whitespace, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.0-release/contrib/apr/misc/unix/
H A Dversion.c24 pvsn->patch = APR_PATCH_VERSION;
/freebsd-10.0-release/contrib/apr-util/misc/
H A Dapu_version.c26 pvsn->patch = APU_PATCH_VERSION;
/freebsd-10.0-release/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \
77 #major "." #minor "." #patch stability commit
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \
80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c59 && my_version->patch > lib_version->patch);
73 && my_version->patch == lib_version->patch
95 lib_version->patch, lib_version->tag,
97 my_version->patch, my_version->tag);
242 err = svn_cstring_atoi(&(version->patch), piece);
250 if (version->major < 0 || version->minor < 0 || version->patch < 0)
264 int patch)
278 /* Major and minor versions are the same. Compare patch
260 svn_version__at_least(svn_version_t *version, int major, int minor, int patch) argument
[all...]
/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_hal.c90 image_patch_table *patch; local
97 patch = hal_functbl;
98 while (patch->ipt_func != NULL) {
99 windrv_wrap((funcptr)patch->ipt_func,
100 (funcptr *)&patch->ipt_wrap,
101 patch->ipt_argcnt, patch->ipt_ftype);
102 patch++;
111 image_patch_table *patch; local
117 patch
[all...]
H A Dkern_ndis.c130 image_patch_table *patch; local
141 patch = kernndis_functbl;
142 while (patch->ipt_func != NULL) {
143 windrv_wrap((funcptr)patch->ipt_func,
144 (funcptr *)&patch->ipt_wrap,
145 patch->ipt_argcnt, patch->ipt_ftype);
146 patch++;
160 patch = kernndis_functbl;
161 while (patch
[all...]
H A Dsubr_usbd.c165 image_patch_table *patch; local
168 patch = usbd_functbl;
169 while (patch->ipt_func != NULL) {
170 windrv_wrap((funcptr)patch->ipt_func,
171 (funcptr *)&patch->ipt_wrap,
172 patch->ipt_argcnt, patch->ipt_ftype);
173 patch++;
215 image_patch_table *patch; local
217 patch
[all...]
/freebsd-10.0-release/sys/dev/sound/pci/hda/
H A Dhdaa_patches.c141 const char *patch = NULL; local
283 patch = "as=1 seq=15";
286 patch = "as=2 seq=15";
295 patch = "as=1 seq=15";
298 patch = "device=Line-in as=8 seq=1";
304 patch = "as=0";
307 patch = "as=8 seq=3";
310 patch = "as=8 seq=4";
313 patch = "as=8 seq=5";
316 patch
[all...]
/freebsd-10.0-release/contrib/jemalloc/
H A DFREEBSD-upgrade27 # Fix patch conflicts as necessary, then regenerate diffs to update line
72 patch -p1 < "${src}/FREEBSD-diffs"
100 patch -p1 < ${changes}
/freebsd-10.0-release/sys/modules/netgraph/
H A DMakefile38 patch \
/freebsd-10.0-release/contrib/dialog/package/freebsd/
H A DMakefile39 post-patch:
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_version.h72 * Modify for every released patch.
158 int patch; /**< Patch number */
155 int patch; /**< Patch number */ member in struct:svn_version_t
/freebsd-10.0-release/gnu/usr.bin/gdb/doc/
H A DMakefile24 patch < ${.ALLSRC:M*.diff}
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_client/
H A DMakefile15 mergeinfo.c patch.c log.c prop_commands.c \
/freebsd-10.0-release/share/mk/
H A Dbsd.pkg.mk13 patch:
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c2 * patch.c: patch application support
64 * or by an earlier run of patch). */
137 * prior to patch application (see also CONTENT->existed).
138 * Note that the patch implementation does not support binary properties,
144 * places it contains the modified text as it appears in the patch file. */
160 /* The target path as it appeared in the patch file,
165 * patch is being applied to. A patch strip count applies to this
170 * Any symlinks the path from the patch fil
935 choose_target_filename(const svn_patch_t *patch) argument
975 init_patch_target(patch_target_t **patch_target, const svn_patch_t *patch, const char *wcroot_abspath, svn_wc_context_t *wc_ctx, int strip_count, svn_boolean_t remove_tempfiles, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2072 apply_one_patch(patch_target_t **patch_target, svn_patch_t *patch, const char *abs_wc_path, svn_wc_context_t *wc_ctx, int strip_count, svn_boolean_t ignore_whitespace, svn_boolean_t remove_tempfiles, svn_client_patch_func_t patch_func, void *patch_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2910 svn_patch_t *patch; local
[all...]
/freebsd-10.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec419 (patch from bet@rahul.net)
444 - add Markus's patch to compile with OpenSSL 0.9.5a (from
453 - drop debug patch, fixed upstream
501 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298)
505 - pull cvs patch to add -t flag to sshd (#28611)
512 - pull cvs patch to fix remote port forwarding with protocol 2
515 - pull cvs patch to add session initialization to no-pty sessions
516 - pull cvs patch to not cut off challengeresponse auth needlessly
533 - disable the gssapi patch
537 - refresh to a new version of the gssapi patch
[all...]
/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.c66 typedef struct patch { struct
67 STAILQ_ENTRY(patch) links;
74 STAILQ_HEAD(patch_list, patch) patches;
81 static void emit_patch(scope_t *scope, int patch);
393 * Output patch information. Patch functions first.
419 "static struct patch {\n"
467 * Emit the first patch for this scope
484 * Emit the second, closing, patch for this scope
490 emit_patch(scope_t *scope, int patch) argument
495 pinfo = &scope->patches[patch];
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dax-general.c206 to patch TARGET into the ax_goto instruction. */
208 ax_label (struct agent_expr *x, int patch, int target)
215 x->buf[patch] = (target >> 8) & 0xff;
216 x->buf[patch + 1] = target & 0xff;
207 ax_label(struct agent_expr *x, int patch, int target) argument

Completed in 233 milliseconds

123