Home
last modified time | relevance | path

Searched full:more (Results 1 – 25 of 6717) sorted by relevance

12345678910>>...269

/freebsd/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr51 …ains_invalid_chars="ERROR! One or more individual labels within the hostname\n(separated by dots) …
52 msg_hostname_label_exceeds_max_length="ERROR! One or more individual labels within the hostname\n(s…
53 msg_hostname_label_is_null="ERROR! One or more individual labels within the hostname\n(separated by…
54 msg_hostname_label_starts_or_ends_with_hyphen="ERROR! One or more individual labels within the host…
57 …ns_invalid_chars="ERROR! One or more individual octets within the IPv4 address\n(separated by dots…
58 msg_ipv4_addr_octet_exceeds_max_value="ERROR! One or more individual octets within the IPv4 address…
59 msg_ipv4_addr_octet_is_null="ERROR! One or more individual octets within the IPv4 address\n(separat…
60 …he IPv4 address entered has either too few (less than\nfour) or too many (more than four) octets, …
61 …ins_invalid_chars="ERROR! One or more individual fields within the subnet mask\n(separated by dots…
62 msg_ipv4_mask_field_exceeds_max_value="ERROR! One or more individual fields within the subnet mask\…
[all …]
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/
H A DRRA.pm21 # Abort if Test::More was loaded before Test::RRA to be sure that we get the
22 # benefits of the Test::More probing below.
23 if ($INC{'Test/More.pm'}) {
24 croak('Test::More loaded before Test::RRA');
27 # Red Hat's base perl package doesn't include Test::More (one has to install
29 # tests if Test::More is not present. This relies on Test::RRA being included
30 # before Test::More.
32 require Test::More;
33 Test::More->import();
36 print "1..0 # SKIP Test::More required for test\n"
[all …]
/freebsd/crypto/heimdal/
H A DNEWS52 - More paranoid underrun checking when decrypting packets
65 - Many many more bug fixes
90 - More complete API emulation of OpenSSL in hcrypto
115 - Bugfixes in LDAP KDC code to make it more stable
301 * telnetd, login and rshd are now more verbose in logging failed and
386 * More complete GSS-API support
429 * more system-specific requirements in login
469 * make `ktutil get' more efficient
479 * add more shared library dependencies
504 * add more man pages
[all …]
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dnested-tags.t11 # Minimum Test::More version; 0.94+ is required for `done_testing`
12 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) {
13 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing');
16 Test::More->import;
H A Dwarnings.t7 # Minimum Test::More version; 0.94+ is required for `done_testing`
9 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) {
10 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing');
13 Test::More->import;
/freebsd/sys/contrib/openzfs/man/man7/
H A Dzpoolconcepts.766 A mirror of two or more devices.
97 The minimum number of devices in a raidz group is one more than the number of
146 A non-default dRAID configuration can be specified by appending one or more
170 For more information, see the
175 If more than one log device is specified, then writes are load-balanced between
179 For more information, see the
186 If more than one dedup device is specified, then
193 If more than one special device is specified, then
196 For more information on special allocations, see the
202 For more information, see the
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soundwire/
H A Dqcom,sdw.txt71 More info in MIPI Alliance SoundWire 1.0 Specifications.
80 More info in MIPI Alliance SoundWire 1.0 Specifications.
90 More info in MIPI Alliance SoundWire 1.0 Specifications.
98 More info in MIPI Alliance SoundWire 1.0 Specifications.
109 More info in MIPI Alliance SoundWire 1.0 Specifications.
119 More info in MIPI Alliance SoundWire 1.0 Specifications.
129 More info in MIPI Alliance SoundWire 1.0 Specifications.
140 More info in MIPI Alliance SoundWire 1.0 Specifications.
151 More info in MIPI Alliance SoundWire 1.0 Specifications.
163 More info in MIPI Alliance SoundWire 1.0 Specifications.
[all …]
H A Dqcom,soundwire.yaml82 More info in MIPI Alliance SoundWire 1.0 Specifications.
93 More info in MIPI Alliance SoundWire 1.0 Specifications.
104 More info in MIPI Alliance SoundWire 1.0 Specifications.
115 More info in MIPI Alliance SoundWire 1.0 Specifications.
126 More info in MIPI Alliance SoundWire 1.0 Specifications.
137 More info in MIPI Alliance SoundWire 1.0 Specifications.
150 More info in MIPI Alliance SoundWire 1.0 Specifications.
167 More info in MIPI Alliance SoundWire 1.0 Specifications.
184 More info in MIPI Alliance SoundWire 1.0 Specifications.
200 More inf
[all...]
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dbuffer.h71 across multiple blocks. It is more efficient, however, to use
95 @see event2/event.h for more information
199 * operations for evbuffer_add_file(); see that function for more
208 /** Change the flags that are set for an evbuffer by adding more.
212 * @param flags One or more EVBUFFER_FLAG_* options
221 * @param flags One or more EVBUFFER_FLAG_* options
272 The space is made available as one or more extents, represented by
274 available as only one extent. Allowing more extents, however, makes the
275 function more efficient.
283 NOTE: The code currently does not ever use more than two extents.
[all …]
/freebsd/contrib/libevent/include/event2/
H A Dbuffer.h71 across multiple blocks. It is more efficient, however, to use
95 @see event2/event.h for more information
199 * operations for evbuffer_add_file(); see that function for more
208 /** Change the flags that are set for an evbuffer by adding more.
212 * @param flags One or more EVBUFFER_FLAG_* options
221 * @param flags One or more EVBUFFER_FLAG_* options
272 The space is made available as one or more extents, represented by
274 available as only one extent. Allowing more extents, however, makes the
275 function more efficient.
283 NOTE: The code currently does not ever use more than two extents.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h25 bool More; variable
31 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
34 if (More || Count < PadTo)
35 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
37 } while (More);
55 bool More; variable
60 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
63 if (More || Count < PadTo)
64 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
66 } while (More);
[all …]
H A DBLAKE3.h45 /// Digest more data.
50 /// Digest more data.
57 /// after adding more input.
65 /// after adding more input.
77 /// \p result() allowing more calls into \p update(), but there's no
105 /// after adding more input.
110 /// after adding more input.
117 /// \p result() allowing more calls into \p update(), but there's no
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc70 "Verbosity level (0 - silent, 1 - a bit of output, 2+ - more output).")
153 "memory to the OS, but not more often than this interval (in "
206 "to find more errors.")
209 "to find more errors.")
212 "to find more errors.")
215 "to find more errors.")
218 "If set, uses custom wrappers for strcmp functions to find more errors.")
221 "to find more errors.")
224 "to find more errors.")
227 "functions to find more error
[all...]
/freebsd/contrib/wpa/src/common/
H A Dgas.c7 * See README for more details.
49 u8 more, u16 comeback_delay, size_t size) in gas_build_resp() argument
62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0)); in gas_build_resp()
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, in gas_build_comeback_resp() argument
83 status_code, frag_id, more, comeback_delay, in gas_build_comeback_resp()
169 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp() argument
175 frag_id, more, comeback_delay, 4 + size); in gas_anqp_build_comeback_resp()
189 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp_buf() argument
196 more, comeback_delay, in gas_anqp_build_comeback_resp_buf()
/freebsd/contrib/file/
H A DTODO2 They are more visible there, so please add any further TODOs to that
3 file, not here. More speculative material can live here.
14 required for soft magic, not the more detailed information given by
18 Read the kerberos magic entry for more ideas.
39 - We could use file_pipe2file more (for EOF offsets, CDF documents),
41 - The implementation of struct buffer needs re-thinking and more work.
/freebsd/contrib/flex/
H A DNEWS36 *** We honor user defined yy_* macros again. We are also more careful
40 more reliable on more platforms. Additionally, outdated function
58 *** When running "make check", you can now pas V=0 to silence more of
101 *** the shell scripts in the test suite are more portable across different shell implementations.
115 *** more compilation warnings were squashed in generated scanners
123 *** general code cleanups in a number of tests now make the test suite compile much more cleanly
152 *** Flex now uses more modern and more standard names for variable types. There's more work to be d…
174 *** When help2man and texi2dvi are missing, the error messages are now much more helpful.
287 …in a shared library and with more recent versions of gcc. Thanks to the Debian project for the ide…
361 scanners are more readable, it means that flex requires m4 to be
[all …]
/freebsd/tools/regression/zfs/zpool/offline/
H A Doption-t.t16 echo "status: One or more devices has been taken offline by the administrator."
36 echo "status: One or more devices has been taken offline by the administrator."
60 echo "status: One or more devices has been taken offline by the administrator."
98 echo "status: One or more devices has been taken offline by the administrator."
120 echo "status: One or more devices has been taken offline by the administrator."
148 echo "status: One or more devices has been taken offline by the administrator."
190 echo "status: One or more devices has been taken offline by the administrator."
212 echo "status: One or more devices has been taken offline by the administrator."
237 echo "status: One or more devices has been taken offline by the administrator."
260 echo "status: One or more devices has been taken offline by the administrator."
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A DChangeLog55 * crypto.c: make refcount slightly more sane.
57 * keyset.c: make refcount slightly more sane.
59 * cert.c: make refcount slightly more sane.
76 * rename to be more consistent, export for teting
111 * test_soft_pkcs11.c: use func for more C_ functions.
153 * softp11.c: Add more glue to figure out what keytype this
175 * doxygen.c: add more groups
189 * More documentation
193 * keyset.c: some more documentation.
199 * *.[ch]: More documentation
[all …]
/freebsd/contrib/ntp/scripts/
H A Dinvoke-summary.texi36 (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will print
38 @code{more-help} is disabled on platforms without a working
40 used to select the program, defaulting to @file{more}. Both will exit
55 --more-help Pass the extended usage text through a pager
92 Process all files with the date suffix more or equal to value of
/freebsd/usr.bin/yes/
H A Dyes.c46 size_t more; in main() local
67 more = explen; in main()
68 while ((ret = write(STDOUT_FILENO, exp + (explen - more), more)) > 0) in main()
69 if ((more -= ret) == 0) in main()
70 more = explen; in main()
/freebsd/lib/libsys/
H A Dsigwait.210 .\" addition of one or more copyright notices.
47 waits until one or more of the selected signals has been generated.
60 If more than one thread is using
62 to wait for the same signal, no more than one of these threads will return from
65 If more than a single thread is blocked in
107 specifies one or more invalid signal numbers.
/freebsd/share/doc/papers/diskperf/
H A Dconclusions.ms39 All of the disk systems we tested provide more than
42 image processing, more consideration should be given
44 In most situations, we feel that other factors are more
62 Placing more intelligence in the controller seems to hinder UNIX system
63 performance more than it helps.
84 the two drive transfer tests run much more effectively.
85 Tuning for the single drive case works more effectively in the two
/freebsd/usr.sbin/mlxcontrol/
H A Dmlxcontrol.875 If one or more drives are specified,
81 flag, display much more verbose information.
87 1 if one or more drives are critical and
88 2 if one or more are offline.
90 Rescan one or more controllers for non-attached system drives
97 Detach one or more system drives.
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol53 compression, encryption, snapshots, and more.
109 compression, encryption, snapshots, and more.
123 compression, encryption, snapshots, and more.
137 compression, encryption, snapshots, and more.
153 libzfs_core API functions, but the signatures and types are more natural to
174 libzfs_core API functions, but the signatures and types are more natural to
205 compression, encryption, snapshots, and more.
223 compression, encryption, snapshots, and more.
239 compression, encryption, snapshots, and more.
270 compression, encryption, snapshots, and more.
[all …]
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts20 my $pager = $ENV{PAGER} || '(less || more)';
34 'help' => '', 'more-help' => ''
39 'help|?', 'more-help'));
48 --more-help Pass the extended usage text through a pager
55 paged_usage(0) if $opts->{'more-help'};

12345678910>>...269