Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 1311) sorted by relevance

12345678910>>...53

/freebsd-12.1/usr.sbin/pc-sysinstall/backend/
H A DMakefile3 FILES= functions-bsdlabel.sh functions-cleanup.sh functions-disk.sh \
4 functions-extractimage.sh functions-ftp.sh functions-installcomponents.sh \
5 functions-installpackages.sh functions-localize.sh functions-mountdisk.sh \
6 functions-mountoptical.sh functions-networking.sh \
7 functions-newfs.sh functions-packages.sh functions-parse.sh \
8 functions-runcommands.sh functions-unmount.sh \
9 functions-upgrade.sh functions-users.sh \
10 functions.sh parseconfig.sh startautoinstall.sh installimage.sh
H A Dparseconfig.sh34 . ${BACKEND}/functions.sh
35 . ${BACKEND}/functions-bsdlabel.sh
36 . ${BACKEND}/functions-cleanup.sh
37 . ${BACKEND}/functions-disk.sh
41 . ${BACKEND}/functions-localize.sh
44 . ${BACKEND}/functions-newfs.sh
46 . ${BACKEND}/functions-parse.sh
48 . ${BACKEND}/functions-ftp.sh
49 . ${BACKEND}/functions-unmount.sh
50 . ${BACKEND}/functions-upgrade.sh
[all …]
/freebsd-12.1/crypto/openssl/doc/man7/
H A Devp.pod5 evp - high-level cryptographic functions
14 functions.
20 L<B<EVP_DigestVerify>I<XXX>|EVP_DigestVerifyInit(3)> functions implement
23 functions.
26 functions. The L<B<EVP_Digest>I<XXX>|EVP_DigestInit(3)> functions provide message digests.
28 The B<EVP_PKEY>I<XXX> functions provide a high level interface to
31 with a private key of a particular algorithm by using the functions
48 functions for this purpose.
52 these functions perform encryption and decryption only. As public key
55 L<EVP_OpenInit(3)> functions.
[all …]
H A Dx509.pod33 B<X509_>I<XXX>, B<d2i_X509_>I<XXX>, and B<i2d_X509_>I<XXX> functions
37 functions handle X.509 CRLs.
40 functions handle PKCS#10 certificate requests.
42 B<X509_NAME_>I<XXX> functions handle certificate names.
44 B<X509_ATTRIBUTE_>I<XXX> functions handle certificate attributes.
46 B<X509_EXTENSION_>I<XXX> functions handle certificate extensions.
/freebsd-12.1/contrib/libucl/doc/
H A Dapi.md7 - [Parser functions](#parser-functions)
8 - [Emitting functions](#emitting-functions)
9 - [Conversion functions](#conversion-functions)
10 - [Generation functions](#generation-functions)
11 - [Iteration functions](#iteration-functions)
12 - [Validation functions](#validation-functions)
13 - [Utility functions](#utility-functions)
14 - [Parser functions](#parser-functions-1)
27 - [Emitting functions](#emitting-functions-1)
30 - [Conversion functions](#conversion-functions-1)
[all …]
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi53 @subsection Arithmetic functions
121 @subsection Comparison functions
123 The following functions implement integral comparisons. These functions
146 The following functions implement trapping arithmetic. These functions
239 @subsection Arithmetic functions
279 @subsection Conversion functions
386 @subsection Comparison functions
398 functions.
503 @subsection Arithmetic functions
538 @subsection Conversion functions
[all …]
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dlibiberty.texi96 * Index:: Index of functions and categories.
154 @cindex supplemental functions
155 @cindex functions, supplemental
156 @cindex functions, missing
182 @cindex replacement functions
183 @cindex functions, replacement
195 functions may call one another.
211 standard functions; the functions provided by the system environment
232 contains a good deal of documentation for these functions.
240 @cindex functions, extension
[all …]
/freebsd-12.1/contrib/binutils/libiberty/
H A Dlibiberty.texi96 * Index:: Index of functions and categories.
154 @cindex supplemental functions
155 @cindex functions, supplemental
156 @cindex functions, missing
182 @cindex replacement functions
183 @cindex functions, replacement
195 functions may call one another.
211 standard functions; the functions provided by the system environment
232 contains a good deal of documentation for these functions.
240 @cindex functions, extension
[all …]
/freebsd-12.1/usr.sbin/bsdconfig/includes/
H A DUSAGE32 -f Show functions for selected includes.
34 If `-f', only print functions matching pattern. Without `-f'
35 print only includes containing functions matching pattern.
44 View functions for all available includes (function names are
49 View functions with less(1) (function names are not highlighted):
53 View functions with less(1) and color:
57 View functions from `common.subr':
63 Show only functions containing the word `show' in common.subr:
69 Show descriptions of each of the `show' functions:
/freebsd-12.1/crypto/openssl/doc/man3/
H A DOPENSSL_fork_prepare.pod24 functions are used to reset this internal state.
26 Platforms without fork(2) will probably not need to use these functions.
29 such as Linux that have both functions will normally not need to call these
30 functions as the OpenSSL library will do so automatically.
32 L<OPENSSL_init_crypto(3)> will register these functions with the appropriate
34 applications, these functions can be called directly. They should be used
52 These functions were added in OpenSSL 1.1.1.
H A DSSL_CTX_set_min_proto_version.pod27 The functions get or set the minimum and maximum supported protocol versions
32 Use these functions instead of disabling specific protocol versions.
47 These setter functions return 1 on success and 0 on failure. The getter
48 functions return the configured version or 0 for auto-configuration of
53 All these functions are implemented using macros.
61 The setter functions were added in OpenSSL 1.1.0. The getter functions
H A DADMISSIONS.pod115 NAMING_AUTHORITY_get0_get0_authorityText(), functions return pointers
120 functions free any existing value and set the pointer to the specified value.
125 and ADMISSION_SYNTAX_get0_contentsOfAdmissions() functions return pointers
130 functions free any existing value and set the pointer to the specified value.
136 functions return pointers to those values within the object.
141 functions free any existing value and set the pointer to the specified value.
146 The functions PROFESSION_INFO_get0_addProfessionInfo(),
150 functions return pointers to those values within the object.
157 functions free any existing value and set the pointer to the specified value.
162 Note that all of the I<get0> functions return a pointer to the internal data
H A Dd2i_PKCS8PrivateKey_bio.pod7 i2d_PKCS8PrivateKey_nid_bio, i2d_PKCS8PrivateKey_nid_fp - PKCS#8 format private key functions
34 The PKCS#8 functions encode and decode private keys in PKCS#8 format using both
37 Other than the use of DER as opposed to PEM these functions are identical to the
42 These functions are currently the only way to store encrypted private keys using DER format.
44 Currently all the functions use BIOs or FILE pointers, there are no functions which
48 These functions make no assumption regarding the pass phrase received from the
H A DPEM_read_bio_PrivateKey.pod156 The PEM functions read or write structures in PEM format. In
163 Each operation has four functions associated with it. For
166 PEM_write_bio_TYPE(), and PEM_write_TYPE() functions.
191 The B<PUBKEY> functions process a public key using an EVP_PKEY
198 functions but an error occurs if the private key is not RSA.
212 functions but an error occurs if the private key is not DSA.
214 The B<DSA_PUBKEY> functions process a DSA public key using
219 The B<DSAparams> functions process DSA parameters using a DSA
223 The B<DHparams> functions process DH parameters using a DH
237 the B<X509_REQ_NEW> functions use B<NEW CERTIFICATE REQUEST>
[all …]
H A DSSL_CTX_ctrl.pod5 SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for …
19 The SSL_*_ctrl() family of functions is used to manipulate settings of
21 B<larg>, B<parg>, or B<fp> are evaluated. These functions should never
23 other functions or macros.
27 The return values of the SSL*_ctrl() functions depend on the command
H A DSSL_CTX_set1_curves.pod9 - EC supported curve functions
35 For all of the functions below that set the supported groups there must be at
66 All these functions are implemented as macros.
68 The curve functions are synonyms for the equivalently named group functions and
71 groups, and extended to include Diffie Hellman groups. The group functions
76 If an application wishes to make use of several of these functions for
100 The curve functions were added in OpenSSL 1.0.2. The equivalent group
101 functions were added in OpenSSL 1.1.1.
H A DEVP_PKEY_CTX_set1_pbe_pass.pod6 - generic KDF support functions
17 These functions are generic support functions for all KDF algorithms.
47 All these functions are implemented as macros.
51 All these functions return 1 for success and 0 or a negative value for failure.
/freebsd-12.1/usr.sbin/memcontrol/
H A Dmemcontrol.c75 } functions[] = { variable
117 for (i = 0; functions[i].cmd != NULL; i++) in main()
118 if (!strcmp(argv[1], functions[i].cmd)) in main()
120 functions[i].func(memfd, argc - 1, argv + 1); in main()
331 for (i = 0; functions[i].cmd != NULL; i++) in help()
332 if (!strcmp(what, functions[i].cmd)) { in help()
333 fprintf(stderr, "%s\n", functions[i].desc); in help()
341 for (i = 0; functions[i].cmd != NULL; i++) in help()
342 fprintf(stderr, " %s\n", functions[i].cmd); in help()
/freebsd-12.1/lib/libc/locale/
H A DDESIGN.xlocale10 - Locale-aware functions taking an explicit locale argument (Darwin)
23 With this in mind, various libc-private functions have been modified to take a
26 variants of these functions, to make it harder for accidental uses of the
48 with each locale. These are used by various functions that previously had a
62 constraints as with the pre-xlocale libc. Calls to any locale-aware functions
115 APIs, but also simplifies the modifications to these functions. The
118 if any functions attempt to use them.
120 The ctype.h functions are a little different. These are not implemented in
128 deprecated functions - we should not be encouraging people to use deprecated
144 fairly expensive to use any of the ctype.h functions. We could improve this
[all …]
/freebsd-12.1/contrib/gcc/
H A Dbuiltin-attrs.def22 that are applied to some functions by default.
121 /* Nothrow functions with the sentinel(1) attribute. */
124 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
127 /* Nothrow functions whose first parameter is a nonnull pointer. */
130 /* Nothrow functions whose second parameter is a nonnull pointer. */
133 /* Nothrow functions whose third parameter is a nonnull pointer. */
136 /* Nothrow functions whose fourth parameter is a nonnull pointer. */
139 /* Nothrow functions whose fifth parameter is a nonnull pointer. */
142 /* Nothrow const functions whose pointer parameter(s) are all nonnull. */
145 /* Nothrow pure functions whose pointer parameter(s) are all nonnull. */
[all …]
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat.txt129 The only functions required by the IEC/IEEE Standard that are not provided
201 integers. The complete set of conversion functions is:
235 following functions are provided for improved speed and convenience:
248 The following standard arithmetic functions are provided:
266 the IEC/IEEE Standard. The remainder functions are:
277 remainder functions are always exact and so require no rounding.
288 specified by the IEC/IEEE Standard. The functions are:
303 The following floating-point comparison functions are provided:
316 (!=) functions are easily obtained using the functions provided. The
326 additional functions:
[all …]
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.opt36 Support 3DNow! built-in functions
62 malign-functions=
110 Return values of functions in FPU registers
134 Support MMX built-in functions
154 Omit the frame pointer in leaf functions
190 Support MMX and SSE built-in functions and code generation
194 Support MMX, SSE and SSE2 built-in functions and code generation
198 Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation
202 Support MMX, SSE, SSE2, SSE3 and SSSE3 built-in functions and code generation
206 Support MMX, SSE, SSE2, SSE3 and SSE4A built-in functions and code generation
[all …]
/freebsd-12.1/tools/kerneldoc/subsys/
H A Dnotreviewed.dox4 * <b>IMPORTANT:</b> This API documentation may contain both functions which
5 * are public and functions that are for internal use only. Since we have not
6 * reviewed every part of the documentation yet, <i>some internal functions
8 * and add appropriate comments to functions which are only for internal use,
/freebsd-12.1/contrib/cortex-strings/scripts/
H A Dplot-top.py16 functions = libplot.unique(records, 'function')
18 X = pylab.arange(len(functions))
29 for function in functions:
43 axes.set_xticklabels(functions)
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dexports_so.txt23 omp_*; # Standard OpenMP functions.
34 ompc_*; # omp.h renames some standard functions to ompc_*.
38 GOMP_*; # GNU C compatibility functions.
52 # Internal functions exported for testing purposes.
67 # the tools contain meaningful names for all the functions that might

12345678910>>...53