Home
last modified time | relevance | path

Searched defs:newest (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpleasequery.c73 struct lease *newest; in get_newest_lease() local
104 const struct lease *newest, in get_associated_ips()
/netbsd-src/usr.bin/pkill/
H A Dpkill.c89 static int newest; global() variable
/netbsd-src/sys/dev/qbus/
H A Dqduser.h296 int newest; /* index to newest queue'd request */ member
/netbsd-src/sys/arch/vax/include/
H A Dqduser.h303 int newest; /* index to newest queue'd request */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d1514 static ThrownExceptionExp chainExceptions(ThrownExceptionExp oldest, ThrownExceptionExp newest) in chainExceptions()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c1660 … static ThrownExceptionExp *chainExceptions(ThrownExceptionExp *oldest, ThrownExceptionExp *newest) in chainExceptions()