Home
last modified time | relevance | path

Searched full:convert (Results 1 – 25 of 2666) sorted by relevance

12345678910>>...107

/freebsd/contrib/unbound/sldns/
H A Dstr2wire.h49 * To convert class and type to string see
56 * Convert text string into dname wireformat, mallocless, with user buffer.
78 * Convert text string into dname wireformat
86 * Convert text RR to wireformat, with user buffer.
291 * Convert one rdf in rdata to wireformat and parse from string.
292 * @param str: the text to convert for this rdata element.
302 * Convert rdf of type LDNS_RDF_TYPE_INT8 from string to wireformat.
303 * @param str: the text to convert for this rdata element.
311 * Convert rdf of type LDNS_RDF_TYPE_INT16 from string to wireformat.
312 * @param str: the text to convert fo
[all...]
/freebsd/contrib/ldns/ldns/
H A Dstr2host.h29 * Defines functions to convert dns data in presentation format or text files
34 * convert a byte into wireformat
42 * convert a string to a int16 in wireformat
50 * convert a strings into a 4 byte int in wireformat
58 * convert a time string to a time value in wireformat
65 /* convert string with NSEC3 salt to wireformat)
72 /* convert a time period (think TTL's) to wireformat)
80 * convert str with an A record into wireformat
88 * convert the str with an AAAA record into wireformat
96 * convert a string into wireformat (think txt record)
[all …]
H A Dhost2str.h227 * \param[in] opcode the opcode to convert to text
237 * \param[in] rcode the rcode to convert to text
247 * \param[in] algorithm the algorithm to convert to text
257 * \param[in] cert_algorithm to convert to text
264 * \param[in] *rdf The rdata to convert
272 * \param[in] *rdf The rdata to convert
280 * \param[in] *rdf The rdata to convert
288 * \param[in] *rdf The rdata to convert
296 * \param[in] *rdf The rdata to convert
304 * \param[in] *rdf The rdata to convert
[all …]
H A Dhost2wire.h37 * \param[in] *name rdata dname to convert
45 * \param[in] *name rdata dname to convert
54 * \param[in] *rdf rdata to convert
62 * \param[in] *rdf rdata to convert
73 * \param[in] *rdf rdata to convert
82 * \param[in] *rr resource record to convert
94 * \param[in] *rr resource record to convert
110 * \param[in] *rr resource record to convert
144 * \param[in] *pkt packet to convert
152 * \param[in] *pkt packet to convert
[all …]
/freebsd/sys/dev/ice/
H A Dice_strings.c34 * @brief functions to convert enumerated values to human readable strings
36 * Contains various functions which convert enumerated values into human
45 * with space to convert unknown numeric values into a string, and return the
48 * functions to return static strings for known values, and convert unknown
60 * ice_aq_str - Convert an AdminQ error into a string
61 * @aq_err: the AQ error code to convert
63 * Convert the AdminQ status into its string name, if known. Otherwise, format
174 * ice_status_str - convert status err code to a string
175 * @status: the status error code to convert
177 * Convert th
[all...]
/freebsd/crypto/heimdal/doc/doxyout/wind/man/man3/
H A Dwind.373 Convert an UCS4 string to a puny-coded DNS label string suitable when combined with delimiters and …
77 \fIin\fP an UCS4 string to convert
146 Convert an UCS2 string to a UTF-8 string.
150 \fIin\fP an UCS2 string to convert.
171 \fIin\fP an UCS2 string to convert.
173 \fIin_len\fP an UCS2 string length to convert.
217 Convert an UCS4 string to a UTF-8 string.
221 \fIin\fP an UCS4 string to convert.
242 \fIin\fP an UCS4 string to convert.
244 \fIin_len\fP the length of UCS4 string to convert.
[all …]
/freebsd/crypto/heimdal/admin/
H A DChangeLog48 * purge.c: convert to slc; don't purge keys older that a certain
52 * rename.c: convert to slc
54 * remove.c: convert to slc
56 * get.c: convert to slc; warn if resetting disallow-all-tix
58 * copy.c: convert to slc
60 * change.c: convert to slc
62 * add.c: convert to slc
64 * list.c: convert to slc
66 * ktutil_locl.h: convert to slc
68 * ktutil.c: convert to slc
/freebsd/contrib/sendmail/cf/mailer/
H A Duucp.m442 R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format
43 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
44 R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format
45 R$* < @ $+ > $2 ! $1 convert to UUCP format
61 R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format
62 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
63 R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format
64 R$* < @ $+ > $2 ! $1 convert to UUCP format
76 R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format
77 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
[all …]
/freebsd/lib/libc/locale/
H A Dmultibyte.3117 .It Xr mbrtowc 3 Ta "convert a character to a wide-character code (restartable)"
118 .It Xr mbsrtowcs 3 Ta "convert a character string to a wide-character string (restartable)"
119 .It Xr mbstowcs 3 Ta "convert a character string to a wide-character string"
120 .It Xr mbtowc 3 Ta "convert a character to a wide-character code"
121 .It Xr wcrtomb 3 Ta "convert a wide-character code to a character (restartable)"
122 .It Xr wcstombs 3 Ta "convert a wide-character string to a character string"
123 .It Xr wcsrtombs 3 Ta "convert a wide-character string to a character string (restartable)"
124 .It Xr wctomb 3 Ta "convert a wide-character code to a character"
/freebsd/tests/sys/kern/acct/
H A DMakefile7 CLEANFILES+= convert.c convert.c.tmp
9 DPSRCS.acct_test= convert.c
10 acct_test.o: convert.c
12 convert.c: ${SRCTOP}/sys/kern/kern_acct.c
/freebsd/contrib/libpcap/
H A Dcharconv.c76 * Now convert. in cp_to_utf_16le()
104 * We convert composite characters to precomposed characters, in utf_16le_to_cp()
130 * Now convert. in utf_16le_to_cp()
150 * Convert an error message string from UTF-8 to the local code page, as
168 * can convert in place. in utf_8_to_acp_truncated()
174 * Convert any invalid characters to REPLACEMENT CHARACTER. in utf_8_to_acp_truncated()
182 "Can't convert error string to the local code page"); in utf_8_to_acp_truncated()
187 * Now, convert that to the local code page. in utf_8_to_acp_truncated()
212 "Can't convert error string to the local code page"); in utf_8_to_acp_truncated()
/freebsd/lib/libc/stdtime/
H A Dtime32.c18 * Convert a 32 bit representation of time_t into time_t. XXX needs to
28 * Convert time_t to a 32 bit representation. If time_t is 64 bits we can
39 * Convert a 64 bit representation of time_t into time_t. If time_t is
50 * Convert time_t to a 64 bit representation. If time_t is represented
60 * Convert to/from 'long'. Depending on the sizeof(long) this may or
80 * Convert to/from 'int'. Depending on the sizeof(int) this may or
/freebsd/crypto/heimdal/doc/
H A Dkerberos4.texi32 Because of this it can be hard or impossible to correctly convert a
36 example, suppose you want to convert the principal @samp{rcmd.foo}.
39 there are exceptions to this rule). To correctly convert the instance
54 @code{krb5_425_conv_principal_ext} to convert principals when handling
60 If you want to convert an existing version 4 database, the principal
63 If you decide to convert your database once and for all, you will only
99 When you convert this database you want the following conversions to be
142 will happily convert @samp{rcmd.gone} to @samp{host/gone.foo.se}. This
150 Instead of doing this you can use DNS to convert instances. This is not
/freebsd/usr.bin/calendar/
H A Devents.c76 convert(char *input) in convert() function
88 errx(1, "convert: cannot allocate memory"); in convert()
106 errx(1, "convert: cannot allocate memory"); in convert()
121 err(1, "convert"); in convert()
129 errx(1, "convert: cannot allocate memory"); in convert()
144 errx(1, "convert: cannot allocate memory"); in convert()
168 e->text = convert(txt); in event_add()
173 e->extra = convert(extra); in event_add()
183 text = convert(txt); in event_continue()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dsimple-card.yaml72 convert-rate:
73 description: CPU to Codec rate convert.
76 convert-channels:
201 simple-audio-card,convert-rate:
202 $ref: "#/definitions/convert-rate"
203 simple-audio-card,convert-channels:
204 $ref: "#/definitions/convert-channels"
250 convert-rate:
251 $ref: "#/definitions/convert-rate"
252 convert
[all...]
/freebsd/crypto/heimdal/lib/wind/
H A Dutf8.c99 * Convert an UTF-8 string to an UCS4 string.
101 * @param in an UTF-8 string to convert.
143 * @param in an UTF-8 string to convert.
160 * Convert an UCS4 string to a UTF-8 string.
162 * @param in an UCS4 string to convert.
232 * @param in an UCS4 string to convert.
233 * @param in_len the length of UCS4 string to convert.
380 * Convert an UTF-8 string to an UCS2 string.
382 * @param in an UTF-8 string to convert.
427 * @param in an UTF-8 string to convert.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.h49 // Convert ValType or a list/signature of ValTypes to a string.
51 // Convert an unsigned integer, which can be among wasm::ValType enum, to its
56 // Convert a list of ValTypes into a string in the format of
59 // Convert a wasm signature into a string in the format of
64 // Convert a register class ID to a wasm ValType.
67 // Convert StringRef to ValType / HealType / BlockType
/freebsd/crypto/openssl/test/recipes/
H A D25-test_pkcs8.t38 "Convert a private key to PKCS5 v2.0 format using PBKDF2 with the default saltlen");
56 "Convert a private key to PKCS5 v2.0 format using scrypt with the default saltlen");
71 "Convert a private key to PKCS5 v2.0 format using scrypt with a salt length of 8 bytes");
92 … "Convert a private key to PKCS5 v1.5 format using pbeWithMD5AndDES-CBC with the default saltlen");
107 … "Convert a private key to PKCS5 v1.5 format using pbeWithMD5AndDES-CBC with the 16 byte saltlen");
121 "Convert a private key to PKCS5 v2.0 format using pbkdf2 with a salt length of 8 bytes");
140 "Convert a private key to PKCS#5 v2.0 format using SM4 and hmacWithSM3");
147 "Convert from PKCS#5 v2.0 format to PKCS#8 unencrypted format");
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h34 /// Convert a CPU Type and Subtype pair to an architecture slice.
37 /// Convert a name to an architecture slice.
40 /// Convert an architecture slice to a string.
43 /// Convert an architecture slice to a CPU Type and Subtype pair.
46 /// Convert a target to an architecture slice.
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixunstfti.c1 //===-- lib/builtins/ppc/fixunstfti.c - Convert long double->int128 *-C -*-===//
17 // Convert long double into an unsigned 128-bit integer.
20 // If we are trying to convert a NaN, return the NaN bit pattern. in __fixunstfti()
49 // Convert each double into int64; they will be added to the int128 result. in __fixunstfti()
51 // - Convert the each double normally into int64. in __fixunstfti()
70 // CASE 2 - High double does not fit in int64, scale and convert it. in __fixunstfti()
94 // CASE 2 - Low double does not fit in int64, scale and convert it. in __fixunstfti()
/freebsd/contrib/ntp/include/
H A Dntp_calendar.h121 * Convert between 'time_t' and 'vint64'
136 * Convert a timestamp in NTP scale to a time_t value in the UN*X
144 * Convert a timestamp in NTP scale to a 64bit seconds value in the NTP
187 * Convert elapsed years in Era into elapsed days in Era.
193 * Convert a number of elapsed month in a year into elapsed days
206 * Convert ELAPSED years/months/days of gregorian calendar to elapsed
213 * Convert a time spec to seconds. No range checks done here!
219 * Convert ELAPSED years/months/days of gregorian calendar to elapsed
229 * Convert the date part of a 'struct tm' (that is, year, month,
236 * Convert the date part of a 'struct calendar' (that is, year, month,
[all …]
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dimport_cred.c51 /* Convert a JSON value to a C string or to NULL. */
64 /* Convert a JSON value to a principal or to NULL. */
79 /* Convert a JSON value to a zero-terminated enctypes list or to NULL. */
110 /* Convert a JSON value to a krb5 GSS name or to NULL. */
149 /* Convert a JSON value to a keytab handle or to NULL. */
163 /* Convert a JSON value to an rcache handle or to NULL. */
180 /* Convert a JSON value to a keyblock, filling in keyblock. */
211 /* Convert a JSON value to a krb5 address. */
249 /* Convert a JSON value to a null-terminated list of krb5 addresses or to
280 /* Convert a JSON value to an authdata element. */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp32 APFixedPoint APFixedPoint::convert(const FixedPointSemantics &DstSema, in convert() function in llvm::APFixedPoint
190 APFixedPoint ConvertedThis = convert(CommonFXSema); in add()
191 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in add()
214 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub()
215 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in sub()
238 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul()
239 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in mul()
295 APFixedPoint ConvertedThis = convert(CommonFXSema); in div()
296 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in div()
506 // Convert the fixed point value bits as an integer. If the floating point in convertToFloat()
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Doptions.hpp67 /// <li>A convert() method that takes a string and converts it to
71 /// <li>A validate() method that matches the implementation of convert().
74 /// convert() must execute successfully.</li>
154 static int convert(const std::string& str);
170 static option_type convert(const std::string&);
189 static utils::fs::path convert(const std::string&);
200 /// parser interface (convert() being a static method), the only way to do
212 static option_type convert(const std::string& str);
230 static std::string convert(const std::string& str);
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/
H A Dkrb5_v4compat.323 Convert the v5 credentials in in_cred to v4-dito in v4creds. This is done by sending them to the 52…
29 \fIin_cred\fP the credential to convert
42 Convert the v5 credentials in in_cred to v4-dito in v4creds, check the credential cache ccache befo…
50 \fIin_cred\fP the credential to convert

12345678910>>...107