/freebsd/contrib/openresolv/ |
H A D | libc.in | 127 newest= 129 if [ -z "$newest" ] || [ "$conf" -nt "$newest" ]; then 130 newest="$conf" 133 [ -z "$newest" ] && exit 0 134 newconf="$(cat "$newest")$NL"
|
/freebsd/contrib/sendmail/contrib/ |
H A D | buildvirtuser | 108 my $newest = 0; 144 if ($mtime > $newest) 146 $newest = $mtime; 185 if ($opts->{f} || $virtmtime < $newest)
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | kmodtool | 104 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${dashvaria… 118 ${kmodname} kernel module(s) for the newest kernel${dashvariant}, 241 the ${kmodname}-devel-<kernel> objects for the newest kernel. 310 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${kernel_va… 322 ${kmodname} kernel module(s) for the newest kernel${kernel_variant}. 488 --newest)
|
/freebsd/sys/netinet/ |
H A D | tcp_fastopen.c | 234 unsigned int newest; member 393 V_tcp_fastopen_keys.newest = TCP_FASTOPEN_MAX_KEYS - 1; in tcp_fastopen_init() 490 V_tcp_fastopen_keys.newest++; in tcp_fastopen_addkey_locked() 491 if (V_tcp_fastopen_keys.newest == TCP_FASTOPEN_MAX_KEYS) in tcp_fastopen_addkey_locked() 492 V_tcp_fastopen_keys.newest = 0; in tcp_fastopen_addkey_locked() 493 memcpy(V_tcp_fastopen_keys.key[V_tcp_fastopen_keys.newest], key, in tcp_fastopen_addkey_locked() 627 V_tcp_fastopen_keys.key[V_tcp_fastopen_keys.newest], in tcp_fastopen_check_cookie() 638 key_index = V_tcp_fastopen_keys.newest; in tcp_fastopen_check_cookie() 728 V_tcp_fastopen_keys.newest = TCP_FASTOPEN_MAX_KEYS - 1; in sysctl_net_inet_tcp_fastopen_server_enable()
|
/freebsd/bin/pkill/ |
H A D | pkill.c | 101 static int newest; variable 258 newest = 1; in main() 299 if (newest && oldest) in main() 548 if (newest || oldest) { in main() 565 if (newest) /* but we want the newest */ in main()
|
/freebsd/ |
H A D | .git-blame-ignore-revs | 9 # This file is sorted in git log order (newest commits first).
|
/freebsd/sys/contrib/openzfs/rpm/generic/ |
H A D | zfs-kmod.spec.in | 34 # (un)define the next line to either build for the newest or all current kernels 35 %define buildforkernels newest
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-mkdir.m4 | 2 dnl # Supported mkdir() interfaces checked newest to oldest.
|
H A D | kernel-xattr-handler.m4 | 69 dnl # Supported xattr handler set() interfaces checked newest to oldest.
|
/freebsd/sys/contrib/openzfs/ |
H A D | RELEASES.md | 33 * OpenZFS current - Tracks the newest MAJOR.MINOR release. This branch
|
/freebsd/contrib/tzcode/ |
H A D | Makefile | 1079 newest=$$(ls -t "$$@" | sed 1q) && \ 1080 echo "+ touch -mr $$newest $$dest" && \ 1081 touch -mr "$$newest" "$$dest"; \
|
/freebsd/contrib/tzdata/ |
H A D | Makefile | 1081 newest=$$(ls -t "$$@" | sed 1q) && \ 1082 echo "+ touch -mr $$newest $$dest" && \ 1083 touch -mr "$$newest" "$$dest"; \
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | misctools | 64 # GRR: According to newest specification CarriageReturn (0xD) and LineFeed (0xA) should be used as …
|
H A D | images | 2082 # check for valid versions like: 2 (newest) 1 (old) 0 (oldest no examples)
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | omap-mailbox.txt | 22 All the current OMAP SoCs except for the newest DRA7xx SoC has a single IP
|
/freebsd/contrib/mandoc/ |
H A D | INSTALL | 27 whether the newest version of mandoc is already installed by default
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3491.txt | 243 Indicator whether or not this is the newest version of the
|
H A D | rfc4013.txt | 214 Indicator whether or not this is the newest version of the
|
H A D | rfc3454.txt | 1155 - Indicator whether or not this is the newest version of the profile
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-subs.c | 2593 l_fp newest; in collect_mru_list() 2800 } else if (!strcmp(tag, "last.newest")) { in collect_mru_list() 2803 "last.newest %s before complete row, got = 0x%x\n", in collect_mru_list() 2809 "last.newest %s before now=\n", in collect_mru_list() 2817 !hextolfp(val + 2, &newest) || in collect_mru_list() 2818 !L_ISEQU(&newest, in collect_mru_list() 2821 "last.newest %s mismatches %08x.%08x", in collect_mru_list() 2584 l_fp newest; collect_mru_list() local
|
/freebsd/sys/geom/mirror/ |
H A D | g_mirror.c | 2436 uintmax_t found, newest; in g_mirror_update_device() local 2472 newest = (intmax_t)sc->sc_ ## field; \ in g_mirror_update_device() 2485 found, newest); in g_mirror_update_device()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | krb5.asn1 | 349 LR_ISSUE_USE_TGT(3), -- time of newest TGT used
|
/freebsd/contrib/sendmail/ |
H A D | README | 305 and can cause sendmail to dump core. In addition, the newest versions of
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 1038 80. Update to the newest csh sh.file.c 1135 the newest.
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 8605 HelpText<"For use with /winsysroot, defaults to newest found">; 8609 HelpText<"Full version of the Windows SDK, defaults to newest found">;
|