Searched refs:unchanged (Results 1 – 25 of 136) sorted by relevance
123456
| /NextBSD/contrib/gdb/ |
| HD | move-if-change | 25 echo $2 is unchanged
|
| /NextBSD/sys/vm/ |
| HD | vm_pageout.c | 286 boolean_t unchanged; in vm_pageout_fallback_object_lock() local 314 unchanged = m->object == object && in vm_pageout_fallback_object_lock() 316 KASSERT(!unchanged || m->queue == queue, in vm_pageout_fallback_object_lock() 319 return (unchanged); in vm_pageout_fallback_object_lock() 336 boolean_t unchanged; in vm_pageout_page_lock() local 355 unchanged = m == TAILQ_PREV(&marker, pglist, plinks.q); in vm_pageout_page_lock() 356 KASSERT(!unchanged || m->queue == queue, in vm_pageout_page_lock() 359 return (unchanged); in vm_pageout_page_lock()
|
| /NextBSD/contrib/ntp/ |
| HD | NOTES.y2kfixes | 52 (it truly is, despite any unchanged comments remaining in 83 Left unchanged/untested as it works well beyond basic NTP 2036
|
| HD | ylwrap | 184 echo "$2" is unchanged
|
| HD | readme.y2kfixes | 34 copyright holders retain rights to unchanged code. Wherever
|
| /NextBSD/contrib/gcc/ |
| HD | mkconfig.sh | 103 echo $output is unchanged >&2
|
| /NextBSD/contrib/binutils/ |
| HD | ylwrap | 186 echo "$2" is unchanged
|
| /NextBSD/contrib/ntp/sntp/libevent/build-aux/ |
| HD | ylwrap | 184 echo "$2" is unchanged
|
| /NextBSD/contrib/openbsm/config/ |
| HD | ylwrap | 194 echo "$2" is unchanged
|
| /NextBSD/contrib/byacc/ |
| HD | README | 20 source or binary forms of Berkeley Yacc whether unchanged or modified.
|
| /NextBSD/contrib/tcsh/ |
| HD | Makefile.in | 458 …@if [ -f $@ ] && cmp -s $@.tmp $@; then echo $@ unchanged.; rm -f $@.tmp; else mv -f $@.tmp $@; ec… 517 …@if [ -f $@ ] && cmp -s $@.tmp $@; then echo $@ unchanged.; rm -f $@.tmp; else mv -f $@.tmp $@; ec… 526 …@if [ -f $@ ] && cmp -s $@.tmp $@; then echo $@ unchanged.; rm -f $@.tmp; else mv -f $@.tmp $@; ec… 538 …@if [ -f $@ ] && cmp -s $@.tmp $@; then echo $@ unchanged.; rm -f $@.tmp; else mv -f $@.tmp $@; ec…
|
| HD | NewThings | 159 with the eighth bit set (or passes them unchanged depending on the
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_add1_chain_cert.pod | 90 be sent) 2 is returned and the current certificate is unchanged. If B<ssl> 92 the current certificate is unchanged.
|
| /NextBSD/usr.sbin/bsdconfig/usermgmt/share/ |
| HD | user.subr | 858 # expiry is unchanged. If set but NULL, account expiration is 868 # ID is unchanged. 876 # is unchanged. 881 # Login class to set. If unset, the login class is unchanged. If 897 # unchanged. If set but NULL, password expiration is disabled 901 # unchanged. 904 # unchanged.
|
| /NextBSD/usr.bin/col/ |
| HD | README | 11 -p force unknown control sequences to be passed through unchanged
|
| /NextBSD/contrib/libarchive/ |
| HD | COPYING | 46 in this position and unchanged.
|
| /NextBSD/contrib/ntp/sntp/ |
| HD | configure.ac | 22 # the subdir configure.ac version numbers should be unchanged. The
|
| /NextBSD/contrib/diff/ |
| HD | NEWS | 184 --{old,new,unchanged}-line-format='format' 185 --{old,new,unchanged,changed}-group-format='format'
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BIO_s_mem.pod | 69 first, so the supplied area of memory must be unchanged until the BIO is freed.
|
| /NextBSD/share/misc/ |
| HD | iso3166 | 486 # MACAO (again). Numeric, alpha-2, and alpha-3 codes remain unchanged. 497 # EAST TIMOR (TL) changed short name to TIMOR-LESTE. Codes unchanged.
|
| /NextBSD/contrib/byacc/package/debian/ |
| HD | copyright | 25 source or binary forms of Berkeley Yacc whether unchanged or modified.
|
| /NextBSD/contrib/ngatm/snmp_atm/ |
| HD | BEGEMOT-ATM.txt | 220 unchanged since the last coldStart this value is zero."
|
| /NextBSD/crypto/openssl/ |
| HD | README.ASN1 | 31 are ultimately unchanged. This gets in the way of constification.
|
| /NextBSD/contrib/subversion/doc/programmer/ |
| HD | WritingChangeLogs.txt | 210 changelog text, so it's important to preserve it unchanged.
|
| /NextBSD/contrib/gcc/doc/ |
| HD | implement-c.texi | 360 the bits are unchanged. 370 is larger than the integer type, otherwise the bits are unchanged.
|
123456