Home
last modified time | relevance | path

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

1234567

/freebsd-12-stable/contrib/gdb/
Dmove-if-change25 echo $2 is unchanged
/freebsd-12-stable/tests/sys/cddl/zfs/tests/inheritance/
DREADME.config46 # default property values are left unchanged
50 # - property values are left unchanged (has the
Dstate009.cfg35 # default values leaves the values unchanged.
Dstate002.cfg37 # while leaving the top level pools properties unchanged.
Dstate010.cfg35 # default values leaves the values unchanged.
/freebsd-12-stable/contrib/ntp/
DNOTES.y2kfixes52 (it truly is, despite any unchanged comments remaining in
83 Left unchanged/untested as it works well beyond basic NTP 2036
Dreadme.y2kfixes34 copyright holders retain rights to unchanged code. Wherever
/freebsd-12-stable/sys/dev/hyperv/pcib/
Dvmbus_pcib.c657 device_t child, *devlist, *unchanged; in pci_rescan() local
667 unchanged = malloc(devcount * sizeof(device_t), M_TEMP, in pci_rescan()
669 if (unchanged == NULL) { in pci_rescan()
674 unchanged = NULL; in pci_rescan()
705 unchanged[i] = child; in pci_rescan()
718 if (unchanged[i] != NULL) in pci_rescan()
729 free(unchanged, M_TEMP); in pci_rescan()
735 if (devlist[i] == unchanged[j]) in pci_rescan()
743 free(unchanged, M_TEMP); in pci_rescan()
/freebsd-12-stable/contrib/gcc/
Dmkconfig.sh103 echo $output is unchanged >&2
/freebsd-12-stable/contrib/binutils/
Dylwrap186 echo "$2" is unchanged
/freebsd-12-stable/contrib/openbsm/config/
Dylwrap194 echo "$2" is unchanged
/freebsd-12-stable/contrib/byacc/
DREADME20 source or binary forms of Berkeley Yacc whether unchanged or modified.
/freebsd-12-stable/contrib/libxo/doc/
Dxopo.rst10 unchanged, avoiding the expense of updating any existing translation
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_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.
DSSL_CTX_sess_set_get_cb.pod96 setting B<copy> to B<0> causes the reference count to remain unchanged.
/freebsd-12-stable/usr.sbin/bsdconfig/usermgmt/share/
Duser.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.
/freebsd-12-stable/usr.bin/col/
DREADME11 -p force unknown control sequences to be passed through unchanged
/freebsd-12-stable/contrib/libarchive/
DCOPYING51 in this position and unchanged.
/freebsd-12-stable/contrib/ntp/sntp/
Dconfigure.ac22 # the subdir configure.ac version numbers should be unchanged. The
/freebsd-12-stable/contrib/diff/
DNEWS184 --{old,new,unchanged}-line-format='format'
185 --{old,new,unchanged,changed}-group-format='format'
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DOptions.td179 "Keep original import library if contents are unchanged",
180 "Overwrite import library even if contents are unchanged">;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
Darm_neon_incl.td244 // >: double element width (vector size unchanged).
245 // <: half element width (vector size unchanged).
/freebsd-12-stable/share/misc/
Diso3166486 # MACAO (again). Numeric, alpha-2, and alpha-3 codes remain unchanged.
497 # EAST TIMOR (TL) changed short name to TIMOR-LESTE. Codes unchanged.
/freebsd-12-stable/sys/dev/pci/
Dpci.c4145 device_t child, *devlist, *unchanged; in pci_rescan_method() local
4155 unchanged = malloc(devcount * sizeof(device_t), M_TEMP, in pci_rescan_method()
4157 if (unchanged == NULL) { in pci_rescan_method()
4162 unchanged = NULL; in pci_rescan_method()
4192 unchanged[i] = child; in pci_rescan_method()
4204 if (unchanged[i] != NULL) in pci_rescan_method()
4215 free(unchanged, M_TEMP); in pci_rescan_method()
4221 if (devlist[i] == unchanged[j]) in pci_rescan_method()
4229 free(unchanged, M_TEMP); in pci_rescan_method()
/freebsd-12-stable/contrib/byacc/package/debian/
Dcopyright25 source or binary forms of Berkeley Yacc whether unchanged or modified.

1234567