Searched refs:rev1 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c160 char const *rev1, *rev2; /* revision numbers from command line */ variable
185 rev1 = rev2 = xrev2 = 0;
208 case 1: rev1=a; break;
334 if (revnums==0 || !*rev1)
335 rev1 = Dbranch ? Dbranch : Head->num;
337 if (!fexpandsym(rev1, &numericrev, workptr)) continue;
377 bufscat(&commarg, rev1); /* not xrev1, for $Name's sake */
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_audio.c460 int rev1=0, rev2=0; local
461 rev1 = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x001e);
465 (rev2>>8)&0xff, (rev1&0xff)+'@', ((rev1>>8)&0xff)+'@', rev2&0x1f);
616 int rev1=0, rev2=0; local
617 rev1 = msp_dpl_read(bktr, bktr->dpl_addr, 0x12, 0x001e);
621 ((rev2>>8)&0xff)-1, (rev1&0xff)+'@', ((rev1>>8)&0xff)+'@', rev2&0x1f);
H A Dmsp34xx.c1130 int rev1,rev2,i; local
1151 rev1 = msp3400c_read(bktr, I2C_MSP3400C_DFP, 0x1e);
1152 if (-1 != rev1)
1154 if ((-1 == rev1) || (0 == rev1 && 0 == rev2)) {
1167 (rev2>>8)&0xff, (rev1&0xff)+'@', ((rev1>>8)&0xff)+'@', rev2&0x1f);
1173 msp->simple = ((rev1&0xff)+'@' > 'C');
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c452 svn_revnum_t rev1,
503 rev1, scratch_pool);
515 rev1, scratch_pool);
531 rev1, scratch_pool);
541 rev1, scratch_pool);
556 rev1, scratch_pool);
608 svn_revnum_t rev1,
645 label1 = diff_label(label_path1, rev1, scratch_pool);
654 rev1, rev2,
759 svn_revnum_t rev1,
447 print_git_diff_header(svn_stream_t *os, const char **label1, const char **label2, svn_diff_operation_kind_t operation, svn_revnum_t rev1, svn_revnum_t rev2, const char *diff_relpath, const char *copyfrom_path, svn_revnum_t copyfrom_rev, apr_hash_t *left_props, apr_hash_t *right_props, const char *git_index_shas, const char *header_encoding, const diff_driver_info_t *ddi, apr_pool_t *scratch_pool) argument
602 display_prop_diffs(const apr_array_header_t *propchanges, apr_hash_t *left_props, apr_hash_t *right_props, const char *diff_relpath, svn_revnum_t rev1, svn_revnum_t rev2, const char *encoding, svn_stream_t *outstream, const char *relative_to_dir, svn_boolean_t show_diff_header, svn_boolean_t use_git_diff_format, svn_boolean_t pretty_print_mergeinfo, const diff_driver_info_t *ddi, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
755 diff_props_changed(const char *diff_relpath, svn_revnum_t rev1, svn_revnum_t rev2, const apr_array_header_t *propchanges, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t show_diff_header, diff_writer_info_t *dwi, apr_pool_t *scratch_pool) argument
866 diff_content_changed(svn_boolean_t *wrote_header, const char *diff_relpath, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, apr_hash_t *left_props, apr_hash_t *right_props, svn_diff_operation_kind_t operation, svn_boolean_t force_diff, const char *copyfrom_path, svn_revnum_t copyfrom_rev, diff_writer_info_t *dwi, apr_pool_t *scratch_pool) argument
1562 diff_prepare_repos_repos(const char **url1, const char **url2, svn_revnum_t *rev1, svn_revnum_t *rev2, const char **anchor1, const char **anchor2, const char **target1, const char **target2, svn_node_kind_t *kind1, svn_node_kind_t *kind2, svn_ra_session_t **ra_session, svn_client_ctx_t *ctx, const char *path_or_url1, const char *path_or_url2, const svn_opt_revision_t *revision1, const svn_opt_revision_t *revision2, const svn_opt_revision_t *peg_revision, apr_pool_t *pool) argument
1934 svn_revnum_t rev1; local
[all...]
H A Dconflicts.c7735 svn_revnum_t rev1,
7769 baton.merge_left_rev = rev1;
7800 extra_ra_session, svn_depth_infinity, rev1, TRUE,
7810 SVN_ERR(reporter->set_path(reporter_baton, "", rev1,
7837 svn_revnum_t rev1;
7875 rev1 = rev_below(details->added_rev);
7890 rev1 = details->deleted_rev;
7905 source1, rev1, source2, rev2,
7731 merge_newly_added_dir(const char *added_repos_relpath, const char *source1, svn_revnum_t rev1, const char *source2, svn_revnum_t rev2, const char *target_abspath, svn_boolean_t reverse_merge, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
7835 svn_revnum_t rev1; local
H A Dmerge.c3841 svn_revnum_t rev1,
3847 SVN_ERR_ASSERT(rev1 <= rev2);
3849 if (rev1 < rev2)
3852 svn_rangelist__initialize(rev1, rev2, TRUE, scratch_pool);
4758 base revision is older than the SOURCE->rev1:rev2 range, see comment re
5049 SOURCE->rev1, to SOURCE->rev2.
5055 Note that if SOURCE->rev1 > SOURCE->rev2, then each child's remaining_ranges
5075 we'll make quick work of this by simply adding dummy SOURCE->rev1:rev2
5706 SOURCE->rev1 and SOURCE->rev2 must be bound by the set of remaining_ranges
5709 For forward merges (SOURCE->rev1 < SOURC
3834 rangelist_intersect_range(svn_rangelist_t **out_rangelist, const svn_rangelist_t *in_rangelist, svn_revnum_t rev1, svn_revnum_t rev2, svn_boolean_t consider_inheritance, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
7085 svn_revnum_t rev1; local
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsrev.c345 char * partialno(rev1,rev2,length)
346 struct buf *rev1;
349 /* Function: Copies length fields of revision number rev2 into rev1.
350 * Return rev1's string.
355 bufscpy(rev1, rev2);
356 r1 = rev1->string;
365 return rev1->string;
/freebsd-11-stable/sys/dev/cpuctl/
H A Dcpuctl.c452 uint64_t rev0, rev1, res; local
506 rdmsr_safe(MSR_BIOS_SIGN, &rev1); /* Get new microcode revision. */
509 DPRINTF("[cpu,%d]: rev0=%x rev1=%x res=%x\n", __LINE__,
510 (unsigned)(rev0 >> 32), (unsigned)(rev1 >> 32), (unsigned)res);
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h2345 * @a tmpfile1 and @a tmpfile2, which represent @a rev1 and @a rev2 of
2365 svn_revnum_t rev1,
2376 * @a tmpfile1 and @a tmpfile2, which represent @a rev1 and @a rev2
2399 svn_revnum_t rev1,
2533 svn_revnum_t rev1,
2550 svn_revnum_t rev1,
2628 svn_revnum_t rev1,
2643 svn_revnum_t rev1,
2701 svn_revnum_t rev1,
2714 svn_revnum_t rev1,
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c1450 svn_revnum_t rev1,
1466 rev1, rev2, mimetype1, mimetype2,
1485 svn_revnum_t rev1,
1499 tmpfile1, tmpfile2, rev1, rev2,
1651 svn_revnum_t rev1,
1666 rev1, rev2, mimetype1, mimetype2,
1680 svn_revnum_t rev1,
1694 tmpfile1, tmpfile2, rev1, rev2,
1821 svn_revnum_t rev1,
1844 rev1, rev
1442 wrap_3to1_file_changed(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton) argument
1477 wrap_3to1_file_added(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton) argument
1643 wrap_3to2_file_changed(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton) argument
1672 wrap_3to2_file_added(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton) argument
1814 wrap_4to3_file_changed(svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton, apr_pool_t *scratch_pool) argument
1850 wrap_4to3_file_added(svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const char *copyfrom_path, svn_revnum_t copyfrom_revision, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton, apr_pool_t *scratch_pool) argument
[all...]

Completed in 214 milliseconds