Home
last modified time | relevance | path

Searched refs:unchanged (Results 1 – 25 of 136) sorted by relevance

123456

/NextBSD/contrib/gdb/
HDmove-if-change25 echo $2 is unchanged
/NextBSD/sys/vm/
HDvm_pageout.c286 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/
HDNOTES.y2kfixes52 (it truly is, despite any unchanged comments remaining in
83 Left unchanged/untested as it works well beyond basic NTP 2036
HDylwrap184 echo "$2" is unchanged
HDreadme.y2kfixes34 copyright holders retain rights to unchanged code. Wherever
/NextBSD/contrib/gcc/
HDmkconfig.sh103 echo $output is unchanged >&2
/NextBSD/contrib/binutils/
HDylwrap186 echo "$2" is unchanged
/NextBSD/contrib/ntp/sntp/libevent/build-aux/
HDylwrap184 echo "$2" is unchanged
/NextBSD/contrib/openbsm/config/
HDylwrap194 echo "$2" is unchanged
/NextBSD/contrib/byacc/
HDREADME20 source or binary forms of Berkeley Yacc whether unchanged or modified.
/NextBSD/contrib/tcsh/
HDMakefile.in458 …@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…
HDNewThings159 with the eighth bit set (or passes them unchanged depending on the
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_add1_chain_cert.pod90 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/
HDuser.subr858 # 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/
HDREADME11 -p force unknown control sequences to be passed through unchanged
/NextBSD/contrib/libarchive/
HDCOPYING46 in this position and unchanged.
/NextBSD/contrib/ntp/sntp/
HDconfigure.ac22 # the subdir configure.ac version numbers should be unchanged. The
/NextBSD/contrib/diff/
HDNEWS184 --{old,new,unchanged}-line-format='format'
185 --{old,new,unchanged,changed}-group-format='format'
/NextBSD/crypto/openssl/doc/crypto/
HDBIO_s_mem.pod69 first, so the supplied area of memory must be unchanged until the BIO is freed.
/NextBSD/share/misc/
HDiso3166486 # 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/
HDcopyright25 source or binary forms of Berkeley Yacc whether unchanged or modified.
/NextBSD/contrib/ngatm/snmp_atm/
HDBEGEMOT-ATM.txt220 unchanged since the last coldStart this value is zero."
/NextBSD/crypto/openssl/
HDREADME.ASN131 are ultimately unchanged. This gets in the way of constification.
/NextBSD/contrib/subversion/doc/programmer/
HDWritingChangeLogs.txt210 changelog text, so it's important to preserve it unchanged.
/NextBSD/contrib/gcc/doc/
HDimplement-c.texi360 the bits are unchanged.
370 is larger than the integer type, otherwise the bits are unchanged.

123456