Searched refs:recent (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/share/mk/
H A Dgoogletest.test.inc.mk11 # Required until googletest is upgraded to a more recent version (after
15 # Required until googletest is upgraded to a more recent version (after
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2542 mru *recent; local
2621 recent = HEAD_DLIST(mru_list, mlink);
2622 INSIST(recent != NULL);
2626 sptoa(&recent->addr));
2627 UNLINK_DLIST(recent, mlink);
2628 hash = NTP_HASH_ADDR(&recent->addr);
2630 recent, hlink, mru);
2631 INSIST(unlinked == recent);
2632 free(recent);
2728 for (recent
3167 mru *recent; local
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Djava.mk56 # this lot does that but needs a recent netbsd make or
H A Dsys.mk30 # we expect a recent bmake
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc118 // Get the most recent list in case any modules added/removed between calls
/freebsd-13-stable/contrib/sendmail/vacation/
H A Dvacation.c61 static bool recent __P((void));
449 if (result == EX_OK && !recent())
826 recent() function
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.spec96 - removed --disable-gost, assume recent openssl on the destination platform.
/freebsd-13-stable/crypto/openssh/contrib/
H A Dssh-copy-id48 If you have a more recent shell available, that supports \$(...) etc.
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk49 # The most recent html files were generated with lynx 2.8.6 (or later), using
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dmain.c1272 /* If 'recent', verify that it's within last 10 seconds. */
1275 const char *pathname, long t, long nsec, char type, int recent)
1358 if (recent) {
1274 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument
/freebsd-13-stable/contrib/libarchive/test_utils/
H A Dtest_main.c1415 /* If 'recent', verify that it's within last 10 seconds. */
1418 const char *pathname, long t, long nsec, char type, int recent)
1501 if (recent) {
1417 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument

Completed in 247 milliseconds