Home
last modified time | relevance | path

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

12345678910>>...45

/trueos/usr.sbin/pc-sysinstall/backend/
HDMakefile3 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
HDparseconfig.sh32 . ${BACKEND}/functions.sh
33 . ${BACKEND}/functions-bsdlabel.sh
34 . ${BACKEND}/functions-cleanup.sh
35 . ${BACKEND}/functions-disk.sh
36 . ${BACKEND}/functions-extractimage.sh
37 . ${BACKEND}/functions-installcomponents.sh
38 . ${BACKEND}/functions-installpackages.sh
39 . ${BACKEND}/functions-localize.sh
40 . ${BACKEND}/functions-mountdisk.sh
41 . ${BACKEND}/functions-networking.sh
[all …]
/trueos/contrib/libucl/doc/
HDapi.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 …]
/trueos/crypto/openssl/doc/crypto/
HDevp.pod5 evp - high-level cryptographic functions
14 functions.
19 The B<EVP_Sign>I<...> and B<EVP_Verify>I<...> functions implement
23 functions. The B<EVP_Digest>I<...> functions provide message digests.
25 The B<EVP_PKEY>I<...> functions provide a high level interface to
33 as defaults, then the various EVP functions will automatically use those
37 Although low level algorithm specific functions exist for many algorithms
39 versions of new algorithms cannot be accessed using the low level functions.
HDd2i_PKCS8PrivateKey.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 Before using these functions L<OpenSSL_add_all_algorithms(3)|OpenSSL_add_all_algorithms(3)>
46 These functions are currently the only way to store encrypted private keys using DER format.
48 Currently all the functions use BIOs or FILE pointers, there are no functions which
HDd2i_DSAPublicKey.pod7 and parsing functions.
51 The usage of all of these functions is similar to the d2i_X509() and
56 The B<DSA> structure passed to the private key encoding functions should have
59 The data encoded by the private key functions is unencrypted and therefore
62 The B<DSA_PUBKEY> functions should be used in preference to the B<DSAPublicKey>
63 functions when encoding public keys because they use a standard format.
65 The B<DSAPublicKey> functions use an non standard format the actual data encoded
71 The B<DSAPrivateKey> functions also use a non standard structure consiting
HDpem.pod205 The PEM functions read or write structures in PEM format. In
212 Each operation has four functions associated with it. For
213 clarity the term "B<foobar> functions" will be used to collectively
215 PEM_write_bio_foobar() and PEM_write_foobar() functions.
217 The B<PrivateKey> functions read or write a private key in
220 private keys. The read functions can additionally transparently
237 The B<PUBKEY> functions process a public key using an EVP_PKEY
241 The B<RSAPrivateKey> functions process an RSA private key using an
243 functions but an error occurs if the private key is not RSA.
245 The B<RSAPublicKey> functions process an RSA public key using an
[all …]
HDOpenSSL_add_all_algorithms.pod21 this table to lookup ciphers via functions such as EVP_get_cipher_byname().
35 None of the functions return a value.
43 by EVP_sha1(). It just needs to add them if it (or any of the functions it calls)
46 The cipher and digest lookup functions are used in many parts of the library. If
47 the table is not initialized several functions will misbehave and complain they
57 Although the functions do not return error codes it is possible for them to fail.
HDmdc2.pod21 MDC2 is a method to construct hash functions with 128 bit output from
22 block ciphers. These functions are an implementation of MDC2 with
30 The following functions may be used if the message is not completely
41 Applications should use the higher level functions
43 hash functions directly.
HDd2i_RSAPublicKey.pod7 d2i_Netscape_RSA - RSA public and private key encoding functions.
44 The usage of all of these functions is similar to the d2i_X509() and
49 The B<RSA> structure passed to the private key encoding functions should have
52 The data encoded by the private key functions is unencrypted and therefore
55 The NET format functions are present to provide compatibility with certain very
/trueos/contrib/gcc/doc/
HDlibgcc.texi53 @subsection Arithmetic functions
58 These functions return the result of shifting @var{a} left by @var{b} bits.
64 These functions return the result of arithmetically shifting @var{a} right
71 These functions return the quotient of the signed division of @var{a} and
78 These functions return the result of logically shifting @var{a} right by
85 These functions return the remainder of the signed division of @var{a}
92 These functions return the product of @var{a} and @var{b}.
97 These functions return the negation of @var{a}.
103 These functions return the quotient of the unsigned division of @var{a}
109 These functions calculate both the quotient and remainder of the unsigned
[all …]
/trueos/usr.sbin/bsdconfig/includes/
HDUSAGE32 -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:
/trueos/contrib/binutils/libiberty/
HDlibiberty.texi16 * Libiberty: (libiberty). Library of utility functions which
89 * Functions:: Available functions, macros, and global variables.
96 * Index:: Index of functions and categories.
142 * Supplemental Functions:: Providing functions which don't exist
145 * Replacement Functions:: These functions are sometimes buggy or
154 @cindex supplemental functions
155 @cindex functions, supplemental
156 @cindex functions, missing
158 Certain operating systems do not provide functions which have since
165 Similarly, some functions exist only among a particular ``flavor''
[all …]
/trueos/contrib/gcclibs/libiberty/
HDlibiberty.texi16 * Libiberty: (libiberty). Library of utility functions which
89 * Functions:: Available functions, macros, and global variables.
96 * Index:: Index of functions and categories.
142 * Supplemental Functions:: Providing functions which don't exist
145 * Replacement Functions:: These functions are sometimes buggy or
154 @cindex supplemental functions
155 @cindex functions, supplemental
156 @cindex functions, missing
158 Certain operating systems do not provide functions which have since
165 Similarly, some functions exist only among a particular ``flavor''
[all …]
/trueos/usr.sbin/memcontrol/
HDmemcontrol.c73 } functions[] = { variable
115 for (i = 0; functions[i].cmd != NULL; i++) in main()
116 if (!strcmp(argv[1], functions[i].cmd)) in main()
118 functions[i].func(memfd, argc - 1, argv + 1); in main()
329 for (i = 0; functions[i].cmd != NULL; i++) in help()
330 if (!strcmp(what, functions[i].cmd)) { in help()
331 fprintf(stderr, "%s\n", functions[i].desc); in help()
339 for (i = 0; functions[i].cmd != NULL; i++) in help()
340 fprintf(stderr, " %s\n", functions[i].cmd); in help()
/trueos/crypto/openssl/doc/ssl/
HDSSL_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
/trueos/contrib/gcc/
HDbuiltin-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 …]
/trueos/lib/libc/locale/
HDDESIGN.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
38 A locale_t is almost immutable after creation. There are no functions that modify it,
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
112 A large number of functions have been modified to take an explicit `locale_t`
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
[all …]
/trueos/tools/kerneldoc/subsys/
HDnotreviewed.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,
/trueos/contrib/gcc/config/i386/
HDi386.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 …]
/trueos/lib/libc/softfloat/
HDsoftfloat.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:
242 These variant functions ignore `float_rounding_mode' and always round toward
248 The following standard arithmetic functions are provided:
258 Rounding of the extended double-precision (`floatx80') functions is affected
266 the IEC/IEEE Standard. The remainder functions are:
274 of the same type. Given operands x and y, the remainder functions return
277 remainder functions are always exact and so require no rounding.
280 functions can take considerably longer to execute than the other SoftFloat
[all …]
/trueos/contrib/opie/
HDconfigure2662 /* The GNU C library defines this for functions which it implements
2663 to always fail with ENOSYS. Some functions are actually named
2882 /* The GNU C library defines this for functions which it implements
2883 to always fail with ENOSYS. Some functions are actually named
2988 /* The GNU C library defines this for functions which it implements
2989 to always fail with ENOSYS. Some functions are actually named
3045 /* The GNU C library defines this for functions which it implements
3046 to always fail with ENOSYS. Some functions are actually named
3096 /* The GNU C library defines this for functions which it implements
3097 to always fail with ENOSYS. Some functions are actually named
[all …]
/trueos/usr.sbin/pc-sysinstall/backend-query/
HDsend-logs.sh31 . ${PROGDIR}/backend/functions.sh
33 . ${BACKEND}/functions-networking.sh
34 . ${BACKEND}/functions-parse.sh
/trueos/contrib/nvi/docs/internals/
HDstructures6 global things like the input key queues, and functions as a single place
16 The GS structure has a set of functions which update the screen and/or
26 In general, functions are always passed an SCR structure, which usually
61 functions that implement the ex commands. (The main ex command
63 ex functions.)
66 functions that implement the vi commands. (The main vi command
68 vi functions.)
/trueos/sys/net/
HDvnet.c213 SDT_PROBE_DEFINE1(vnet, functions, vnet_alloc, entry, "int");
214 SDT_PROBE_DEFINE2(vnet, functions, vnet_alloc, alloc, "int",
216 SDT_PROBE_DEFINE2(vnet, functions, vnet_alloc, return,
218 SDT_PROBE_DEFINE2(vnet, functions, vnet_destroy, entry,
220 SDT_PROBE_DEFINE1(vnet, functions, vnet_destroy, return,
235 SDT_PROBE1(vnet, functions, vnet_alloc, entry, __LINE__); in vnet_alloc()
238 SDT_PROBE2(vnet, functions, vnet_alloc, alloc, __LINE__, vnet); in vnet_alloc()
263 SDT_PROBE2(vnet, functions, vnet_alloc, return, __LINE__, vnet); in vnet_alloc()
275 SDT_PROBE2(vnet, functions, vnet_destroy, entry, __LINE__, vnet); in vnet_destroy()
302 SDT_PROBE1(vnet, functions, vnet_destroy, return, __LINE__); in vnet_destroy()

12345678910>>...45