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

/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dntpq-subs.c2473 mru *recent; local
2552 recent = HEAD_DLIST(mru_list, mlink);
2553 INSIST(recent != NULL);
2557 sptoa(&recent->addr));
2558 UNLINK_DLIST(recent, mlink);
2559 hash = NTP_HASH_ADDR(&recent->addr);
2561 recent, hlink, mru);
2562 INSIST(unlinked == recent);
2563 free(recent);
2658 for (recent
3097 mru *recent; local
[all...]
/freebsd-9.3-release/contrib/sendmail/vacation/
H A Dvacation.c61 static bool recent __P((void));
449 if (result == EX_OK && !recent())
826 recent() function
/freebsd-9.3-release/crypto/openssh/contrib/
H A Dssh-copy-id48 If you have a more recent shell available, that supports \$(...) etc.
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.mk95 # we expect a recent bmake
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dmain.c930 /* If 'recent', verify that it's within last 10 seconds. */
933 const char *pathname, long t, long nsec, char type, int recent)
1008 if (recent) {
932 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dmain.c920 /* If 'recent', verify that it's within last 10 seconds. */
923 const char *pathname, long t, long nsec, char type, int recent)
998 if (recent) {
922 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument
/freebsd-9.3-release/contrib/libarchive/tar/test/
H A Dmain.c1026 /* If 'recent', verify that it's within last 10 seconds. */
1029 const char *pathname, long t, long nsec, char type, int recent)
1104 if (recent) {
1028 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh2262 may not even be of the same architecture family. The most recent

Completed in 192 milliseconds