Home
last modified time | relevance | path

Searched refs:shrinks (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_subr.c242 int needalloc, shrinks; in dtfs_setsize() local
246 shrinks = newsize < pn->pn_va.va_size; in dtfs_setsize()
248 if (needalloc || shrinks) { in dtfs_setsize()
251 if (shrinks) in dtfs_setsize()
261 if (!shrinks) { in dtfs_setsize()
273 if (!shrinks) { in dtfs_setsize()
/freebsd/contrib/ncurses/include/
H A DCaps.uwin151 # into history and GNU termcap's application base shrinks towards being GNU
H A DCaps.hpux11151 # into history and GNU termcap's application base shrinks towards being GNU
H A DCaps151 # into history and GNU termcap's application base shrinks towards being GNU
H A DCaps.osf1r5151 # into history and GNU termcap's application base shrinks towards being GNU
H A DCaps.keys153 # into history and GNU termcap's application base shrinks towards being GNU
H A DCaps.aix4151 # into history and GNU termcap's application base shrinks towards being GNU
/freebsd/contrib/ldns/
H A DChangelog82 has a RRset that shrinks from two to one RRs, or grows from one
/freebsd/contrib/tzcode/
H A DNEWS1501 for example, changing from fat to slim shrinks the Europe/London
1526 tzdata.zi now assumes zic 2017c or later. This shrinks tzdata.zi
1779 This reverts a change introduced in 2013d and shrinks most TZif
/freebsd/contrib/tzdata/
H A DNEWS1579 for example, changing from fat to slim shrinks the Europe/London
1604 tzdata.zi now assumes zic 2017c or later. This shrinks tzdata.zi
1857 This reverts a change introduced in 2013d and shrinks most TZif
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi1962 the expanding ring shrinks to the minimum and increments
H A Dntp.conf.def2040 the expanding ring shrinks to the minimum and increments
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring3322 // Make sure reserve(n) never shrinks. This is technically only required in C++20