Home
last modified time | relevance | path

Searched full:will (Results 1 – 25 of 12783) sorted by relevance

12345678910>>...512

/freebsd-src/lib/libbe/
H A Dlibbe.3179 will only operate out of that pool and BE root.
220 function returns the name of the boot environment that will be active on reboot.
224 function returns the full path of the boot environment that will be
246 will recursively snapshot the dataset.
251 then it will be populated with the final
259 function will use by default if it is not given a snapshot name to use.
269 The new boot environment will be created from a recursive snapshot of the
276 The depth parameter specifies the depth of recursion that will be cloned from
285 A recursive snapshot will be made of the origin boot environment, and the new
286 boot environment will b
[all...]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_options.371 Specifies an option that will be passed to the currently-registered
80 these functions will do nothing and
82 will be returned.
89 is not, these functions will do nothing and
91 will be returned.
100 will be provided to the filter or reader named
102 The return value will be either
110 will be returned.
119 will be provided to every registered module.
122 this value will be returned immediately.
[all …]
H A Darchive_read_set_options.372 Specifies an option that will be passed to currently-registered
81 these functions will do nothing and
83 will be returned.
90 is not, these functions will do nothing and
92 will be returned.
101 will be provided to the filter or reader named
103 The return value will be that of the module.
106 will be returned.
115 will be provided to every registered module.
118 this value will be returned immediately.
[all …]
/freebsd-src/share/man/man9/
H A Dkqueue.984 will make
103 will have the
111 function will be called when attaching a
144 This will change the
153 function will be called to detach the
163 will not be held when this function is called.
167 function will be called to update the status of the
169 If the function returns 0, it will be assumed that the object is not
173 argument will be 0 when scanning
178 argument will be the value passed to either
[all …]
/freebsd-src/crypto/openssl/doc/man3/
H A DOPENSSL_init_crypto.pod32 During normal operation OpenSSL (libcrypto) will allocate various resources at
38 As of version 1.1.0 OpenSSL will automatically allocate all resources that it
39 needs so no explicit initialisation is required. Similarly it will also
63 B<OPENSSL_INIT_LOAD_CRYPTO_STRINGS> will be ignored.
68 library will automatically load the libcrypto error strings.
71 B<OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS> will be ignored.
75 With this option the library will automatically load and make available all
78 B<OPENSSL_INIT_NO_ADD_ALL_CIPHERS> will be ignored.
82 With this option the library will automatically load and make available all
85 B<OPENSSL_INIT_NO_ADD_ALL_DIGESTS> will b
[all...]
H A DEVP_EncodeInit.pod35 bytes of binary data provided 4 bytes of base 64 encoded data will be produced
37 multiple of 3 then the output data will be padded at the end using the "="
49 final block (which may be less than 48 bytes) will output 4 bytes for every 3
52 will also be output.
60 blocks of data (48 bytes) will be immediately processed and output by this
61 function. Any remainder is held in the B<ctx> object and will be processed by a
65 any remainder). This gives the number of blocks of data that will be processed.
69 EVP_EncodeUpdate() will set B<*outl> to 0 and return 0. On success 1 will be
72 EVP_EncodeFinal() must be called at the end of an encoding operation. It will
[all...]
/freebsd-src/lib/libusb/
H A Dlibusb20.3245 will release all kernel resources associated with an USB
255 will allocate kernel buffer resources according to
269 library will use wMaxPacketSize to compute the buffer size.
303 will return a pointer to the allocated USB transfer according to the
314 will return the completion time of an USB transfer in
322 will return the actual number of USB frames after an USB
328 will return the sum of the actual length for all
334 will return the maximum number of USB frames that were
340 will return the maximum packet length in bytes
350 will return the maximum value for the data length sum of all USB
[all …]
/freebsd-src/contrib/libcbor/
H A DDoxyfile9 # All text after a single hash (#) is considered a comment and will be ignored.
61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
67 # into which the generated documentation will be written. If a relative path is
68 # entered, it will be relative to the location where doxygen was started. If
69 # left blank the current directory will be used.
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
75 # and will distribute the generated files over these directories. Enabling this
84 # Controls the number of sub-directories that will be created when
95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
97 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
[all …]
/freebsd-src/crypto/heimdal/doc/
H A Dinit-creds75 This function will attempt to acquire an initial ticket. The function
76 will perform whatever tasks are necessary to do so. This may include
92 and will not be doing any other kerberos functions, then a NULL
93 pointer may be specified, and the credential will be destroyed.
95 If the client name is non-NULL, the initial ticket requested will be
96 for that principal. Otherwise, the principal will be the username
102 Otherwise, the prompter function will be used to prompt the user for
105 If a prompter function is non-NULL, it will be used if additional user
108 no function is specified and input is required, then the login will
116 The banner argument, if non-NULL, will indicate what sort of
[all …]
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DOPENSSL_init_crypto.318 .\" Set up some character translations and predefined strings. \*(-- will
19 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will
167 During normal operation OpenSSL (libcrypto) will allocate various resources at
173 As of version 1.1.0 OpenSSL will automatically allocate all resources that it
174 needs so no explicit initialisation is required. Similarly it will also
195 \&\fB\s-1OPENSSL_INIT_LOAD_CRYPTO_STRINGS\s0\fR will be ignored.
199 library will automatically load the libcrypto error strings.
202 \&\fB\s-1OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS\s0\fR will be ignored.
205 With this option the library will automatically load and make available all
[all …]
H A DEVP_EncodeInit.318 .\" Set up some character translations and predefined strings. \*(-- will
19 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will
170 bytes of binary data provided 4 bytes of base 64 encoded data will be produced
172 multiple of 3 then the output data will be padded at the end using the \*(L"=\*(R"
184 final block (which may be less than 48 bytes) will output 4 bytes for every 3
187 will also be output.
195 blocks of data (48 bytes) will be immediately processed and output by this
196 function. Any remainder is held in the \fBctx\fR object and will be processed by a
200 any remainder). This gives the number of blocks of data that will be processed.
[all …]
/freebsd-src/cddl/usr.sbin/zfsd/
H A Dzfsd.867 will attempt to resolve the following types of fault:
72 will activate any available hot spare.
76 will attempt to read its ZFS label, if any.
79 will online it.
80 Once resilvering completes, any active hot spare will detach automatically.
86 will replace the missing vdev with the newly arrived device.
87 Once resilvering completes, any active hot spare will detach automatically.
91 will activate any available hot spare.
96 will mark that vdev as
98 ZFS will n
[all...]
/freebsd-src/contrib/ldns/
H A Dlibdns.doxygen.in9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/freebsd-src/contrib/bearssl/
H A DDoxyfile9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/freebsd-src/contrib/unbound/doc/
H A Dunbound.doxygen9 # All text after a single hash (#) is considered a comment and will be ignored.
61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
67 # into which the generated documentation will be written. If a relative path is
68 # entered, it will be relative to the location where doxygen was started. If
69 # left blank the current directory will be used.
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
75 # and will distribute the generated files over these directories. Enabling this
84 # Controls the number of sub-directories that will be created when
95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
97 # characters will b
[all...]
/freebsd-src/contrib/libpcap/
H A Dpcap_breakloop.3pcap35 sets a flag that will force
39 to return rather than looping; they will return the number of packets
45 will also, on some platforms, wake up the thread that is blocked. In
49 are Linux and Windows, and the wakeup will only be caused when capturing
50 on network interfaces; it will not be caused on other operating systems,
51 and will not be caused on any OS when capturing on other types of
61 itself will not necessarily terminate those loops - as well as in loops
70 call will be restarted, and the loop will not terminate until more
78 will onl
[all...]
/freebsd-src/contrib/flex/
H A DChangeLog1 2017-05-06 Will Estes <westes575@gmail.com>
9 2017-05-06 Will Estes <westes575@gmail.com>
13 2017-05-06 Will Estes <westes575@gmail.com>
17 2017-05-06 Will Estes <westes575@gmail.com>
73 2017-05-02 Will Estes <westes575@gmail.com>
156 required functions, headers.. `configure` will now error if a required header or function is not
175 2017-02-16 Will Estes <westes575@gmail.com>
182 2017-02-06 Will Estes <westes575@gmail.com>
188 …* src/Makefile.am: build: Add dist-hook to force remake scan.c. This will ensure the flex scanner…
245 (except automake will use ylwrap).
[all …]
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dkrb5_425_conv_principal.358 realm. In some cases also the first component/name will differ between
60 principal will be the fully qualified domain name of the host in
61 question, while the instance of a version 4 principal will only
63 the conversion between principals will have to be site customized.
66 will try to convert a version 4 principal, given by
74 is non-NULL, it will be called for each candidate principal.
80 will look up the name in
91 will be the value of this binding. The instance is then first looked
94 for the specified realm. If found the resulting value will be used as
96 will be made to find a conversion if this fails (with
[all …]
/freebsd-src/crypto/openssh/
H A Dssh_config.560 will be used.
256 will require confirmation using the
277 after which it will automatically be removed.
299 will be disabled.
324 will attempt to look up the unqualified hostname using the system resolver's
328 will cause
348 will attempt to canonicalize the hostname specified on the command line
390 will allow hostnames matching
416 character, then the specified algorithms will be appended to the default set
420 character, then the specified algorithms (including wildcards) will be removed
[all …]
/freebsd-src/share/man/man3/
H A Dpthread_barrier_destroy.344 function will initialize
58 function will destroy
64 function will synchronize calling threads at
66 The threads will be blocked from
70 any of them will be released is determined by the
74 Once the threads have been released the barrier will be reset.
80 return value will
88 will return zero.
89 Otherwise, an error number will be returned to indicate the error.
92 is successful, all but one of the threads will return zero.
[all …]
/freebsd-src/usr.sbin/newsyslog/
H A Dnewsyslog.8100 will apply the chosen method to all files flagged for compression.
112 into which archived log files will be written.
116 into which the archived log for that log file will be written.
123 it will be created when
129 which all log files will be relative to.
139 In this mode it will print out each log and its
155 will not be able to send a HUP signal to
163 For any log file which is rotated, this option will usually also
164 mean the rotated log file will not be compressed if there is a
169 option, and in that case the compression will be done.
[all …]
/freebsd-src/usr.bin/chat/
H A Dchat.862 will prevent both log messages from
71 and all error messages will be
75 Pass in an arbitrary string, usually a phone number, that will be
82 An alternate reply may be sent or the script will fail if there
84 A failed script will cause the
88 Pass in a second string, usually a phone number, that will be
100 program will then log all text received from the
111 program will then log the execution state of the chat
150 program will send the
153 prompt for the password, it will send the password hello2u2.
[all …]
/freebsd-src/usr.sbin/adduser/
H A Dadduser.860 will create the home directory as a ZFS dataset by default,
73 will accept.
90 world; people have done this and it works, but you will have problems
103 name contains an ampersand it will be replaced by the capitalized
125 which will be encrypted before being stored in the user database.
152 If this file does not exist, it will use predefined defaults.
159 will start interactive input, save the answers to its prompts in
163 Options specified on the command line will take precedence over
175 will be located.
181 script will no
[all...]
/freebsd-src/sys/contrib/openzfs/man/man4/
H A Dspl.436 In general, a larger value will increase the caches memory footprint
38 Conversely, a smaller value will minimize the footprint
58 or smaller will be allocated using the Linux slab allocator,
67 Therefore, a rate limited warning will be printed to the console for any
84 allocations will fail if they exceed
91 allocations larger than this maximum will quickly fail.
93 allocations less than or equal to this value will use
105 However, because objects in magazines will prevent otherwise empty slabs
111 When this value is set to 0 the magazine size will
113 Otherwise magazines will b
[all...]
/freebsd-src/bin/pax/
H A Dpax.1178 utility will read, write, and list the members of an archive file,
179 and will copy directory hierarchies.
192 will operate under:
235 at that directory will be included.
250 hierarchy rooted at that directory will be included.
278 will attempt to recover from media defects and will search through the archive
291 will exit with a non-zero exit status.
301 operand is not supplied, all members of the archive will be selected.
304 matches a directory, the entire file hierarchy rooted at that directory will
310 will write these
[all …]

12345678910>>...512