| /freebsd/stand/ficl/softwords/ |
| H A D | ifbrack.fr | 9 2dup s" [if]" compare-insensitive 0= 13 2dup s" [else]" compare-insensitive 0= 17 2dup s" [then]" compare-insensitive 0= >r 18 2dup s" [endif]" compare-insensitive 0= r>
|
| /freebsd/contrib/mandoc/ |
| H A D | apropos.1 | 54 and uses case-insensitive extended regular expression matching 95 The search is case-insensitive and matches whole words only. 125 is case-insensitive. 213 alphabetical order, case-insensitive. 250 .It Li arch Ta machine architecture (case-insensitive)
|
| H A D | man.1 | 110 The search is case insensitive and matches whole words only. 173 is case insensitive. 285 is case insensitive.
|
| H A D | tbl.7 | 54 case-insensitive options separated by spaces, tabs, or commas. 124 The following case-insensitive key characters start a new cell 168 case-insensitive modifiers:
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/ |
| H A D | insensitive_formd_lookup.ksh | 22 # For the filesystem with casesensitivity=insensitive, normalization=formD, 40 create_testfs "-o casesensitivity=insensitive -o normalization=formD"
|
| H A D | insensitive_formd_delete.ksh | 22 # For the filesystem with casesensitivity=insensitive, normalization=formD, 42 create_testfs "-o casesensitivity=insensitive -o normalization=formD"
|
| H A D | insensitive_none_lookup.ksh | 22 # For the filesystem with casesensitivity=insensitive, normalization=none, 41 create_testfs "-o casesensitivity=insensitive -o normalization=none"
|
| H A D | insensitive_none_delete.ksh | 22 # For the filesystem with casesensitivity=insensitive, normalization=none, 42 create_testfs "-o casesensitivity=insensitive -o normalization=none"
|
| H A D | case_all_values.ksh | 38 for caseval in sensitive insensitive mixed; do
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_strcasecmp.pod | 23 case insensitive. Otherwise the comparison is done in current locale. 32 OpenSSL extensively uses case insensitive comparison of ASCII strings. Though
|
| H A D | SSL_CONF_cmd.pod | 130 in the B<algorithm+hash> form are case-insensitive. 167 Group names are case-insensitive in OpenSSL 3.5 and later. 213 Curve names are case-insensitive in OpenSSL 3.5 and later. 337 B<option> names are case insensitive so B<signaturealgorithms> is recognised 339 are also case insensitive. 428 in the B<algorithm+hash> form are case-insensitive. 468 Group names are case-insensitive in OpenSSL 3.5 and later. 878 As of OpenSSL 3.5 key exchange group names are case-insensitive.
|
| /freebsd/stand/forth/ |
| H A D | color.4th.8 | 62 (case-insensitive) or 73 (case-insensitive) or
|
| H A D | version.4th | 61 2dup s" tribute" compare-insensitive 0= if 68 else 2dup s" tributebw" compare-insensitive 0= if
|
| H A D | menu.4th.8 | 85 (case-insensitive) or 103 (case-insensitive)
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | strcaseeq.c | 20 ** SM_STRCASEEQ -- are two strings equal (case-insensitive)? 66 ** SM_STRNCASEEQ -- are two strings (up to a length) equal (case-insensitive)?
|
| /freebsd/usr.bin/comm/ |
| H A D | comm.1 | 69 Case insensitive comparison of lines. 118 Show only common lines doing case insensitive comparisons:
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OPENSSL_strcasecmp.3 | 82 case insensitive. Otherwise the comparison is done in current locale. 89 OpenSSL extensively uses case insensitive comparison of ASCII strings. Though
|
| H A D | SSL_CONF_cmd.3 | 171 in the \fBalgorithm+hash\fR form are case-insensitive. 206 Group names are case-insensitive in OpenSSL 3.5 and later. 252 Curve names are case-insensitive in OpenSSL 3.5 and later. 355 \&\fBoption\fR names are case insensitive so \fBsignaturealgorithms\fR is recognised 357 are also case insensitive. 434 in the \fBalgorithm+hash\fR form are case-insensitive. 472 Group names are case-insensitive in OpenSSL 3.5 and later. 882 As of OpenSSL 3.5 key exchange group names are case-insensitive.
|
| /freebsd/lib/libc/iconv/ |
| H A D | citrus_bcs.c | 39 * case insensitive comparison between two C strings. 58 * case insensitive comparison between two C strings with limitation of length.
|
| /freebsd/crypto/heimdal/lib/hdb/ |
| H A D | hdb.asn1 | 86 case-insensitive[0] BOOLEAN, -- case insensitive name allowed
|
| /freebsd/usr.sbin/syslogd/ |
| H A D | syslog.conf.5 | 96 are case insensitive. 520 - to make comparison function case insensitive 603 # Log messages from servers in racks 10-19 in multiple locations, case insensitive
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 122 * this lookup should be case-insensitive. 123 * ZCIEXACT: On a purely case-insensitive file system, 132 * direntflags - (case-insensitive lookup only) 134 * realpnp - (case-insensitive lookup only) 140 * NOTE: For case-insensitive file systems we take wide locks (see below), 179 * once so that simultaneous case-insensitive/case-sensitive in zfs_dirent_lock() 187 * Note that a normalized match is necessary for a case insensitive in zfs_dirent_lock() 227 * twice if the two names happen to be case-insensitive in zfs_dirent_lock() 921 * CS = Case Sensitive, CI = Case Insensitive, CM = Case Mixed
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_str.cpp | 401 are case-insensitive, so functions performs case-insensitive comparison. On 500 /* If len is zero, returns true iff target and data have exact case-insensitive 501 match. If len is negative, returns true iff target is a case-insensitive 503 case-insensitive substring of data or vice versa, and neither is shorter than 686 case-insensitive. The routine returns 0 if everything is ok, or error code: in __kmp_str_to_size()
|
| /freebsd/contrib/libarchive/unzip/test/ |
| H A D | test_C.c | 9 /* Test C arg - match case-insensitive */
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | symhacks.h | 21 /* Case insensitive linking causes problems.... */
|