Searched refs:latest (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.3-release/usr.sbin/pkg_install/version/
H A Dperform.c145 char *ch, tmp[PATH_MAX], tmp2[PATH_MAX], *latest = NULL; local
170 * latest version from there. If we fail, we start looking in the
176 if ((latest = vpipe("/usr/bin/make -V PKGNAME", tmp)) == NULL)
179 show_version(plist, latest, "port");
182 if (latest == NULL) {
225 latest = strdup(ie->name);
238 if (latest != NULL) {
240 snprintf(tmp, PATH_MAX, "%s|%s", latest, ie->name);
241 free(latest);
242 latest
269 show_version(Package plist, const char *latest, const char *source) argument
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_diff.h98 /** The latest version of the data, possibly different than the
209 * three datasources: "original", "modified", and "latest". Do all
234 * two datasources: "original" and "latest", adjusted to become a full
235 * difference between "original", "modified" and "latest" using "ancestor".
306 * the "latest" datasource is identical to the range @a original_start,
326 * between the "original" and "latest" datasources, but this conflicts with
341 * "latest" datasource.
352 * "latest" datasources, but this conflicts with a range in the
364 * @a latest_start, @a latest_length in the "latest" datasource conflicts
368 * If there are common ranges in the "modified" and "latest" datasource
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_diff/
H A Ddeprecated.c193 const char *latest,
196 return svn_diff_file_diff3_2(diff, original, modified, latest,
204 const char *latest,
208 return svn_diff_file_diff4_2(diff, original, modified, latest, ancestor,
188 svn_diff_file_diff3(svn_diff_t **diff, const char *original, const char *modified, const char *latest, apr_pool_t *pool) argument
199 svn_diff_file_diff4(svn_diff_t **diff, const char *original, const char *modified, const char *latest, const char *ancestor, apr_pool_t *pool) argument
H A Ddiff_memory.c303 const svn_string_t *latest,
311 fill_source_tokens(&(baton.sources[2]), latest, pool);
324 const svn_string_t *latest,
333 fill_source_tokens(&(baton.sources[2]), latest, pool);
733 2 = separator, 3 = latest (end) */
883 return output_merge_token_range(NULL, baton, 2/*latest*/,
937 SVN_ERR(output_merge_token_range(NULL, btn, 2/*latest*/,
939 SVN_ERR(output_merge_marker(btn, 3/*latest (end)*/));
945 SVN_ERR(output_merge_token_range(NULL, btn, 2/*latest*/,
1000 SVN_ERR(output_merge_token_range(NULL, btn, 2/*latest*/,
300 svn_diff_mem_string_diff3(svn_diff_t **diff, const svn_string_t *original, const svn_string_t *modified, const svn_string_t *latest, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
321 svn_diff_mem_string_diff4(svn_diff_t **diff, const svn_string_t *original, const svn_string_t *modified, const svn_string_t *latest, const svn_string_t *ancestor, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
1052 svn_diff_mem_string_output_merge2(svn_stream_t *output_stream, svn_diff_t *diff, const svn_string_t *original, const svn_string_t *modified, const svn_string_t *latest, const char *conflict_original, const char *conflict_modified, const char *conflict_latest, const char *conflict_separator, svn_diff_conflict_display_style_t style, apr_pool_t *pool) argument
1128 svn_diff_mem_string_output_merge(svn_stream_t *output_stream, svn_diff_t *diff, const svn_string_t *original, const svn_string_t *modified, const svn_string_t *latest, const char *conflict_original, const char *conflict_modified, const char *conflict_latest, const char *conflict_separator, svn_boolean_t display_original_in_conflict, svn_boolean_t display_resolved_conflicts, apr_pool_t *pool) argument
[all...]
H A Ddiff_file.c1332 const char *latest,
1341 baton.files[2].path = latest;
1354 const char *latest,
1364 baton.files[2].path = latest;
2240 SVN_ERR(output_hunk(btn, 2/*latest*/, latest_start, latest_length));
1329 svn_diff_file_diff3_2(svn_diff_t **diff, const char *original, const char *modified, const char *latest, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
1351 svn_diff_file_diff4_2(svn_diff_t **diff, const char *original, const char *modified, const char *latest, const char *ancestor, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
/freebsd-10.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-stats.c194 xge_hal_stats_hw_info_t *latest; local
196 (void) xge_hal_stats_hw(stats->devh, &latest);
201 xge_hal_stats_pcim_info_t *latest; local
203 (void) xge_hal_stats_pcim(stats->devh, &latest);
863 xge_hal_stats_hw_info_t *latest; local
908 (void) xge_hal_stats_hw(hldev, &latest);
917 (u32)(latest->tmac_ttl_less_fb_octets /
927 (u32)(latest->tmac_ttl_less_fb_octets /
/freebsd-10.3-release/contrib/less/
H A Dregexp.c377 register char *latest; local
385 latest = regpiece(&flags);
386 if (latest == NULL)
392 regtail(chain, latest);
393 chain = latest;
/freebsd-10.3-release/contrib/ntp/sntp/
H A Dmain.c1550 struct timeval latest; local
1558 event_base_gettimeofday_cached(b, &latest);
1560 !memcmp(&latest, &cached, sizeof(latest))) {
1564 cached = latest;
1575 diff = sub_tval(systemt, latest);
1587 diff = sub_tval(latest, mono);
/freebsd-10.3-release/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c140 "latest in DEST_URL, not necessarily the latest in SOURCE_URL.\n"
176 " 'HEAD' latest in repository") },
744 svn_revnum_t latest, from_latest;
751 SVN_ERR(svn_ra_get_latest_revnum(to_session, &latest, pool));
752 if ((latest != 0) && (! baton->allow_non_empty))
793 if (latest != 0)
796 if (from_latest < latest)
812 NULL, svn_string_createf(pool, "%ld", latest),
822 consistent while allowing folks to see what the latest revisio
742 svn_revnum_t latest, from_latest; local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc222 // call it on the latest one.
/freebsd-10.3-release/contrib/ldns/packaging/fedora/
H A Dldns.spec179 - Updated to latest release
/freebsd-10.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1115 rm -f latest.ssl
1116 fetch ${QUIETFLAG} http://${SERVERNAME}/${FETCHDIR}/latest.ssl \
1118 if ! [ -r latest.ssl ]; then
1124 < latest.ssl > tag.new 2>${QUIETREDIR} || true
1125 rm latest.ssl
2074 # Fetch the latest INDEX-NEW and INDEX-OLD files.
/freebsd-10.3-release/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c473 "Upgrade the repository located at REPOS_PATH to the latest supported\n"
1297 people what the latest revision is. It also proves that the
1301 SVN_ERR(svn_cmdline_printf(pool, _("The latest repos revision is %ld.\n"),
2092 svn_version_t latest = { SVN_VER_MAJOR, SVN_VER_MINOR,
2112 if (! svn_version__at_least(&latest,
2089 svn_version_t latest = { SVN_VER_MAJOR, SVN_VER_MINOR, local
/freebsd-10.3-release/contrib/sendmail/contrib/
H A Dexpn.pl1355 The latest version of
/freebsd-10.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh716 while ! fetch_tag latest; do
/freebsd-10.3-release/contrib/file/
H A Dconfig.guess29 # You can get the latest version of this script from:
1422 config.guess and config.sub with the latest versions from:
/freebsd-10.3-release/contrib/subversion/
H A Dconfigure22302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You may need to install the latest Java Development package from http://connect.apple.com/. Apple no longer includes the JNI header files by default on Java updates." >&5
22303 $as_echo "$as_me: WARNING: You may need to install the latest Java Development package from http://connect.apple.com/. Apple no longer includes the JNI header files by default on Java updates." >&2;}
22458 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You may need to install the latest Java Development package from http://connect.apple.com/. Apple no longer includes the JNI header files by default on Java updates." >&5
22459 $as_echo "$as_me: WARNING: You may need to install the latest Java Development package from http://connect.apple.com/. Apple no longer includes the JNI header files by default on Java updates." >&2;}
22617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You may need to install the latest Java Development package from http://connect.apple.com/. Apple no longer includes the JNI header files by default on Java updates." >&5
22618 $as_echo "$as_me: WARNING: You may need to install the latest Java Development package from http://connect.apple.com/. Apple no longer includes the JNI header files by default on Java updates." >&2;}
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp199 static void attachLatestDecl(Decl *D, Decl *latest);
/freebsd-10.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex31 % Please try the latest version of texinfo.tex before submitting bug
32 % reports; you can get the latest version from:
/freebsd-10.3-release/contrib/amd/doc/
H A Dtexinfo.tex31 % Please try the latest version of texinfo.tex before submitting bug
32 % reports; you can get the latest version from:
/freebsd-10.3-release/contrib/groff/doc/
H A Dtexinfo.tex31 % Please try the latest version of texinfo.tex before submitting bug
32 % reports; you can get the latest version from:

Completed in 569 milliseconds