Home
last modified time | relevance | path

Searched +full:case +full:- +full:sensitive (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/freebsd/contrib/libucl/tests/schema/
H A DpatternProperties.json37 "description": "ignores non-objects",
85 "description": "regexes are not anchored by default and are case sensitive",
88 "[0-9]{2,}": { "type": "boolean" },
104 "description": "regexes are case sensitive",
109 "description": "regexes are case sensitive, 2",
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dsensitive_formd_lookup.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
22 # For the filesystem with casesensitivity=sensitive, normalization=formD,
23 # check that lookup only if (case=same).
28 # 2. Check that lookup succeeds if (case=same).
29 # 3. Check that lookup fails if (case=other).
39 log_assert "CS-UN FS: lookup succeeds if (case=same)"
41 create_testfs "-o casesensitivity=sensitive -o normalization=formD"
57 log_pass "CS-UN FS: lookup succeeds if (case=same)"
H A Dsensitive_formd_delete.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
22 # For the filesystem with casesensitivity=sensitive, normalization=formD,
23 # check that delete succeeds if (case=same).
28 # 2. Check that delete succeeds if (case=same).
40 log_assert "CS-UN FS: delete succeeds if (case=same)"
42 create_testfs "-o casesensitivity=sensitive -o normalization=formD"
45 typeset -n namen=NAME_$(switch_norm $name1)_$(get_case $name1)
60 log_pass "CS-UN FS: delete succeeds if (case=same)"
H A Dsensitive_none_delete.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
22 # For the filesystem with casesensitivity=sensitive, normalization=none,
23 # check that delete succeeds only if (case=same and norm=same).
29 # 3. Check that delete succeeds if (case=same and norm=same).
40 log_assert "CS-not-UN FS: delete succeeds only if using exact name form"
42 create_testfs "-o casesensitivity=sensitive -o normalization=none"
57 log_pass "CS-not-UN FS: delete succeeds only if using exact name form"
H A Dsensitive_none_lookup.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
22 # For the filesystem with casesensitivity=sensitive, normalization=none,
23 # check that lookup succeeds only if (case=same and norm=same).
38 log_assert "CS-not-UN FS: lookup succeeds only if using exact name form"
40 create_testfs "-o casesensitivity=sensitive -o normalization=none"
54 log_pass "CS-not-UN FS: lookup succeeds only if using exact name form"
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-send.81 .\" SPDX-License-Identifier: CDDL-1.0
10 .\" or https://opensource.org/licenses/CDDL-1.0.
39 .Nm zfs-send
55 .Fl -redact Ar redaction_bookmark
74 .Bl -tag -width ""
91 .Bl -tag -width "-D"
92 .It Fl D , -dedup
95 non-deduplicated stream will be generated.
106 .It Fl L , -large-block
120 .Xr zpool-features 7
[all …]
H A Dzfs-redact.81 .\" SPDX-License-Identifier: CDDL-1.0
10 .\" or https://opensource.org/licenses/CDDL-1.0.
35 .Dt ZFS-SEND 8
39 .Nm zfs-send
55 .Fl -redact Ar redaction_bookmark
74 .Bl -tag -width ""
91 .Bl -ta
[all...]
/freebsd/usr.bin/ee/nls/pt_BR.ISO8859-1/
H A Dee.msg13 3 "busca com case sensitive "
15 5 "formata��o de auto-par�grafo"
59 49 "write : escrever a arquivo case : localizar com case sensitive "
60 50 "exit : salva e sair nocase : localizar sem case insensitive "
62 52 "line : visualizar linhas # 0-9 : ir para linha \"#\" "
65 55 " ee [+#] [-i] [-e] [-h] [arquivos(s)] "
66 56 "+# :ir para linha # -i :sem informa��o da janela -e : n�o expandir tabs -h :sem destaque …
73 63 "read : ler um arquivo |char : c�digo ascii de caracter |0-9 : ir para linha \"#\""
74 64 "write: escrever um arquivo |case : localizar com case sensitive |exit : salvar e sair "
75 65 "!cmd : shell \"cmd\" |nocase: ignorar case na busca |quit : sair, sem salvar"
[all …]
/freebsd/contrib/ee/
H A Dee.msg14 3 "case sensitive search"
16 5 "auto-paragraph format"
60 49 "write : write a file case : case sensitive search "
61 50 "exit : leave and save nocase : case insensitive search "
63 52 "line : display line # 0-9 : go to line \"#\" "
66 55 " ee [+#] [-i] [-e] [-h] [file(s)] "
67 56 "+# :go to line # -i :no info window -e : don't expand tabs -h :no highlight"
74 63 "read : read a file |char : ascii code of char |0-9 : go to line \"#\""
75 64 "write: write a file |case : case sensitive search |exit : leave and save "
76 65 "!cmd : shell \"cmd\" |nocase: ignore case in search |quit : leave, no save"
[all …]
H A Dee.15 .\" nroff -man ee.1
12 ee \- easy editor
15 ee [-e] [-i] [-h] [+#] [\fIfile\fR ...]
16 ree [-e] [-i] [-h] [+#] [\fIfile\fR ...]
33 An editor with similar user-friendly qualities but more features is available
55 .B -e
58 .B -i
61 .B -h
192 .IP "\fB0-9\fR"
194 .IP "\fBcase\fR"
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h1 //===- Loads.h - Local load analysis --------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
33 /// instruction is specified perform context-sensitive analysis and return true
43 /// performs context-sensitive analysis and returns true if the pointer is
54 /// performs context-sensitive analysis and returns true if the pointer is
65 /// If DT and ScanFrom are specified this method performs context-sensitive
90 /// contains read-only memory accesses.
96 /// If DT and ScanFrom are specified this method performs context-sensitive
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dos_none.c3 * Copyright (c) 2005-2006, Jouni Malinen <j@w1.fi>
9 * functions here do not really work as-is since they are just empty or only
25 return -1; in os_get_time()
31 return -1; in os_get_reltime()
38 return -1; in os_mktime()
43 return -1; in os_gmtime()
49 return -1; in os_daemonize()
60 return -1; in os_get_random()
89 return -1; in os_setenv()
95 return -1; in os_unsetenv()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp1 //===--- AnalysisConsumer.cpp - ASTConsumer for running Analyses ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
64 //===----------------------------------------------------------------------===//
66 //===----------------------------------------------------------------------===//
96 /// Note, we pre-compute the local declarations at parse time as an
136 "syntaxchecks", "Syntax-based analysis time", *AnalyzerTimers); in AnalysisConsumer()
140 "bugreporter", "Path-sensitive report post-processing time", in AnalysisConsumer()
160 case PD_NONE: in DigestAnalyzerOptions()
[all …]
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/
H A DRenew_Tickets2.html2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
3 <html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Renew Ti…
6Case Realm Name: </b> Turn this option on to convert the realm name you enter in the Initialize Ti…
18-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2"><tbody><tr><td style="text-
21 but uses all upper case letters. Since realm names are case sensitive
22 …tering the realm name. <br></td></tr><tr><td style="font-weight: bold; width: 181px; background-co…
26 …kets are not renewable.<br></td></tr><tr><td style="font-weight: bold; width: 181px; background-co…
29 … visible on a busy desktop.</td></tr><tr><td style="font-weight: bold; width: 181px; background-co…
/freebsd/contrib/pnpinfo/
H A Dpnpinfo.c85 * DELAY does accurate delaying in user-space.
86 * This function busy-waits.
183 DEB(printf("--- get_resource_info: got 0x%02x\n",(unsigned)buffer[i])); in get_resource_info()
194 case 0: in report_dma_info()
195 s1="8-bit"; in report_dma_info()
197 case 1: in report_dma_info()
198 s1="8/16-bit"; in report_dma_info()
200 case 2: in report_dma_info()
201 s1="16-bit"; in report_dma_info()
204 case 3: in report_dma_info()
[all …]
/freebsd/lib/libsys/
H A Dsetuid.254 user IDs and the saved set-user-ID of the current process
57 .\" The real user ID and the saved set-user-ID are changed only if the
69 .\" or the saved set-user-ID
70 .\" Next line is for Appendix B.4.2.2 case.
78 group IDs and the saved set-group-ID of the current process
81 .\" The real group ID and the saved set-group-ID are changed only if the
93 .\" or the saved set-group-ID
94 .\" Next line is for Appendix B.4.2.2 case.
105 of the real user ID or the saved set-user-ID (see
109 in this way, the effective user ID of a set-user-ID executable
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp1 //===--- ModuleDependencyCollector.cpp - Collect module dependencies ------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
18 #include "llvm/Config/llvm-config.h"
38 // Run this through the FileManager in order to respect 'use-external-name' in visitInputFile()
39 // in case we have a VFS overlay. in visitInputFile()
41 Filename = FE->getName(); in visitInputFile()
63 Collector.addFile(File->getName()); in InclusionDirective()
102 // Change path to all upper case and ask for its real path, if the latter in isCaseSensitivePath()
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CONF_cmd.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CONF_cmd.pod6 SSL_CONF_cmd - send configuration command
28 names are case sensitive. Unless otherwise stated commands can be used by
30 prefix for command line commands is B<-> and that is reflected below.
34 =item B<-bugs>
38 =item B<-no_comp>
44 =item B<-comp>
51 =item B<-no_ticket>
55 =item B<-serverpref>
61 =item B<-client_renegotiation>
63 Allows servers to accept client-initiated renegotiation. Equivalent to
[all …]
H A DSSL_CONF_CTX_set1_prefix.pod5 SSL_CONF_CTX_set1_prefix - Set configuration context command prefix
23 and "Options". Similarly for command lines if the prefix is "--ssl-" then
24 "--ssl-no_tls1_2" is recognised instead of "-no_tls1_2".
26 If the B<SSL_CONF_FLAG_CMDLINE> flag is set then prefix checks are case
27 sensitive and "-" is the default. In the unlikely even an application
30 If the B<SSL_CONF_FLAG_FILE> flag is set then prefix checks are case
52 Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/include/rpcsvc/
H A Dypxfrd.x16 * 4. Neither the name of the author nor the names of any co-contributors
49 * database format, FreeBSD/i386 is a little-endian OS and
50 * SunOS/SPARC is big-endian; ndbm is byte-order sensitive and
52 * database on a little-endian box that was created on a big-endian
53 * box (or vice-versa) can cause the ndbm code to eat itself.
77 /* Suggested default -- not necessarily the one used. */
111 XFR_DB_OPAQUE = 10, /* Mystery format -- just pass along */
120 * byte order sensitive.
139 * the same thing. In the case of ndbm, maps are stored in two files:
143 * what map we want and, in the case of ndbm, whether we want the .dir
[all …]
/freebsd/contrib/mandoc/
H A Dapropos.154 and uses case-insensitive extended regular expression matching
66 .Bl -tag -width Ds
95 The search is case-insensitive and matches whole words only.
105 Use the colon-separated path instead of the default list of paths
111 Prepend the colon-separated paths to the list of paths searched
125 is case-insensitive.
155 and both are evaluated left-to-right.
156 .Bl -tag -width Ds
201 evaluates a case-sensitive extended regular expression.
206 is evaluated case-insensitively.
[all …]
/freebsd/lib/libgssapi/
H A Dgss_export_sec_context.31 .\" -*- nroff -*-
46 This routine will typically be used by the context-acceptor,
57 will re-activate the context in the second process.
71 The interprocess token may contain security-sensitive information
73 While mechanisms are encouraged to either avoid placing such sensitive
76 in a typical object-library GSS-API implementation this may not be
83 the implementation shall deallocate all process-wide resources
101 .Bl -tag -width ".It interprocess_token"
113 .Bl -tag -width ".It GSS_S_CONTEXT_EXPIRED"
127 .Bl -tag -width ".It RFC 2743"
[all …]
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp1 //===- NewPMDriver.cpp - Driver for opt with new PM -----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
22 #include "llvm/Config/llvm-config.h"
47 "debugify-each",
48 cl::desc("Start each pass with debugify and end it with check-debugify"));
51 DebugifyExport("debugify-export",
52 cl::desc("Export per-pass debugify statistics to this file"),
56 "verify-each-debuginfo-preserve",
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h1 //===-- ConstString.h -------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
93 /// /b True this object contains a valid non-empty C string, \b
115 /// Equal to operator against a non-ConstString value.
120 /// to turn it into a non-temporary variable, then this overload is faster.
153 /// Not equal to operator against a non-ConstString value.
158 /// to turn it into a non-temporary variable, then this overload is faster.
236 /// Returns true if this string is equal to the string in \a rhs. If case
237 /// sensitive equality is tested, this operation is very fast as it results
[all …]

12345678910>>...17