Home
last modified time | relevance | path

Searched refs:newest (Results 1 – 25 of 84) sorted by relevance

1234

/netbsd-src/external/bsd/openresolv/dist/
H A Dlibc.in128 newest=
130 if [ -z "$newest" ] || [ "$conf" -nt "$newest" ]; then
131 newest="$conf"
134 [ -z "$newest" ] && exit 0
135 newconf="$(cat "$newest")$NL"
/netbsd-src/sys/dev/qbus/
H A Dqduser.h296 int newest; /* index to newest queue'd request */ member
330 #define DMA_PUTBEGIN(header) (&(header)->DMAreq[(header)->newest])
339 #define DMA_PUTEND(header) (++(header)->newest >= (header)->size \
340 ? (header)->newest = 0 : 0); \
H A Dqd.c2088 header->newest = header->oldest; in qddint()
3328 DMAheader[unit]->newest = 0; in init_shared()
/netbsd-src/sys/arch/vax/include/
H A Dqduser.h303 int newest; /* index to newest queue'd request */ member
337 #define DMA_PUTBEGIN(header) (&(header)->DMAreq[(header)->newest])
346 #define DMA_PUTEND(header) (++(header)->newest >= (header)->size \
347 ? (header)->newest = 0 : 0); \
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpleasequery.c73 struct lease *newest; in get_newest_lease() local
84 newest = lease; in get_newest_lease()
86 if (newest->binding_state == FTS_ACTIVE) { in get_newest_lease()
88 (p->cltt > newest->cltt)) { in get_newest_lease()
89 newest = p; in get_newest_lease()
92 if (p->ends > newest->ends) { in get_newest_lease()
93 newest = p; in get_newest_lease()
98 lease_reference(retval, newest, MDL); in get_newest_lease()
104 const struct lease *newest, in get_associated_ips() argument
120 if ((p->binding_state == FTS_ACTIVE) && (p != newest)) { in get_associated_ips()
/netbsd-src/distrib/sets/
H A Dregpkg311 newest=0
314 *) newest="$(${IDENT} ${allfiles} 2>/dev/null | ${AWK} '
337 newest="$(${ENV_CMD} TZ=UTC LOCALE=C ${LS} -lT "${newestfile}" \
367 case "${newest}" in
393 t="${osvers}.${tinyvers}.${newest}"
/netbsd-src/usr.bin/pkill/
H A Dpkill.c93 static int newest;
230 newest = 1; in main()
424 if (newest) { in main()
89 static int newest; global() variable
/netbsd-src/external/public-domain/tz/dist/
H A DMakefile1081 newest=$$(ls -t "$$@" | sed 1q) && \
1082 echo "+ touch -mr $$newest $$dest" && \
1083 touch -mr "$$newest" "$$dest"; \
/netbsd-src/lib/libc/time/
H A DMakefile1081 newest=$$(ls -t "$$@" | sed 1q) && \
1082 echo "+ touch -mr $$newest $$dest" && \
1083 touch -mr "$$newest" "$$dest"; \
/netbsd-src/external/gpl3/gdb/dist/config/
H A Doverride.m44 dnl The override bits of this file should be a no-op for the newest
/netbsd-src/external/gpl3/binutils/dist/config/
H A Doverride.m44 dnl The override bits of this file should be a no-op for the newest
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Doverride.m44 dnl The override bits of this file should be a no-op for the newest
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Doverride.m44 dnl The override bits of this file should be a no-op for the newest
/netbsd-src/external/gpl3/gcc/dist/config/
H A Doverride.m44 dnl The override bits of this file should be a no-op for the newest
/netbsd-src/external/apache2/llvm/dist/llvm/tools/xcode-toolchain/
H A DCMakeLists.txt58 # to the newest.
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DTestingLibcxx.rst49 test suite will select the newest C++ dialect supported by the compiler and use
54 $ <build>/bin/llvm-lit -sv libcxx/test/std/containers # Run the tests with the newest -std
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmisctools64 # GRR: According to newest specification CarriageReturn (0xD) and LineFeed (0xA) should be used as …
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExtensions.rst101 ``newest``
102 Links the newest section from among the duplicates.
/netbsd-src/external/bsd/mdocml/dist/
H A DINSTALL27 whether the newest version of mandoc is already installed by default
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3491.txt243 Indicator whether or not this is the newest version of the
H A Drfc4013.txt214 Indicator whether or not this is the newest version of the
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4013.txt214 Indicator whether or not this is the newest version of the
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dkrb5.asn1373 LR_ISSUE_USE_TGT(3), -- time of newest TGT used
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A DChangeLog-2020734 valid for the newest spec, then the abort_version should be
/netbsd-src/external/gpl3/binutils/dist/include/
H A DChangeLog-2020734 valid for the newest spec, then the abort_version should be

1234