Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/freebsd-14.2/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-14.2/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
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
77 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
79 R$* < @ $+ > $2 ! $1 convert to UUCP format
111 R<@ $+ > : $+ $@ $1 ! $2 convert to UUCP format
[all …]
H A Dmail11.m449 R$+ < @ $- .DECNET > $: $2 :: $1 convert to DECnet style
50 R$+ < @ $- .LOCAL > $: $2 :: $1 convert to DECnet style
51 R$+ < @ $=w. > $: $2 :: $1 convert to DECnet style
/freebsd-14.2/tests/sys/kern/acct/
H A DMakefile8 CLEANFILES+= convert.c convert.c.tmp
10 DPSRCS.acct_test= convert.c
11 acct_test.o: convert.c
13 convert.c: ${SRCTOP}/sys/kern/kern_acct.c
/freebsd-14.2/contrib/kyua/utils/cmdline/
H A Doptions.hpp154 static int convert(const std::string& str);
170 static option_type convert(const std::string&);
189 static utils::fs::path convert(const std::string&);
212 static option_type convert(const std::string& str);
230 static std::string convert(const std::string& str);
H A Doptions_test.cpp94 convert(const std::string& str) in convert() function in __anon3b40aba70111::mock_option
251 ATF_REQUIRE_EQ(123, cmdline::int_option::convert("123")); in ATF_TEST_CASE_BODY()
301 cmdline::list_option::convert(""); in ATF_TEST_CASE_BODY()
308 cmdline::list_option::convert("foo"); in ATF_TEST_CASE_BODY()
316 cmdline::list_option::convert("foo,bar,baz"); in ATF_TEST_CASE_BODY()
326 cmdline::list_option::convert("foo,bar,"); in ATF_TEST_CASE_BODY()
336 cmdline::list_option::convert(",foo,bar"); in ATF_TEST_CASE_BODY()
346 cmdline::list_option::convert("foo,,bar"); in ATF_TEST_CASE_BODY()
399 cmdline::path_option::convert("/foo/bar"); in ATF_TEST_CASE_BODY()
439 cmdline::property_option::convert("foo=bar")); in ATF_TEST_CASE_BODY()
[all …]
H A Doptions.cpp327 cmdline::int_option::convert(const std::string& raw_value) in convert() function in cmdline::int_option
392 cmdline::list_option::convert(const std::string& raw_value) in convert() function in cmdline::list_option
466 cmdline::path_option::convert(const std::string& raw_value) in convert() function in cmdline::path_option
541 cmdline::property_option::convert(const std::string& raw_value) in convert() function in cmdline::property_option
602 cmdline::string_option::convert(const std::string& raw_value) in convert() function in cmdline::string_option
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
40 APF.convert(APFloat::BFloat(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
45 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
50 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
/freebsd-14.2/libexec/tftpd/
H A Dtftp-file.c49 static int convert; variable
190 convert = !strcmp(mode, "netascii"); in write_init()
198 if (convert == 0) in write_file()
244 convert = !strcmp(mode, "netascii"); in read_init()
252 if (convert == 0) in read_file()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp184 APFixedPoint ConvertedThis = convert(CommonFXSema); in add()
185 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in add()
208 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub()
209 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in sub()
232 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul()
289 APFixedPoint ConvertedThis = convert(CommonFXSema); in div()
514 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in convertToFloat()
518 Flt.convert(FloatSema, RM, &Ignored); in convertToFloat()
561 Val.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
568 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dsimple-card.yaml72 convert-rate:
73 description: CPU to Codec rate convert.
76 convert-channels:
190 simple-audio-card,convert-rate:
191 $ref: "#/definitions/convert-rate"
192 simple-audio-card,convert-channels:
193 $ref: "#/definitions/convert-channels"
239 convert-rate:
240 $ref: "#/definitions/convert-rate"
241 convert-channels:
[all …]
H A Daudio-graph-port.yaml18 convert-rate:
20 convert-channels:
22 convert-sample-format:
71 convert-rate:
73 convert-channels:
75 convert-sample-format:
H A Daudio-graph.yaml29 convert-rate:
31 convert-channels:
33 convert-sample-format:
/freebsd-14.2/contrib/ncurses/ncurses/widechar/
H A Dcharable.c73 wchar_t convert; in _nc_to_widechar() local
77 if (mbtowc(&convert, temp, 1) >= 0) in _nc_to_widechar()
78 result = convert; in _nc_to_widechar()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h40 hwloc_bitmap_copy(mask, convert->mask); in copy()
44 hwloc_bitmap_and(mask, mask, convert->mask); in bitwise_and()
48 hwloc_bitmap_or(mask, mask, convert->mask); in bitwise_or()
364 mask[i] = convert->mask[i]; in copy()
370 mask[i] &= convert->mask[i]; in bitwise_and()
376 mask[i] |= convert->mask[i]; in bitwise_or()
387 if (mask[i] != convert->mask[i]) in is_equal()
582 mask[i] = convert->mask[i]; in copy()
587 mask[i] &= convert->mask[i]; in bitwise_and()
592 mask[i] |= convert->mask[i]; in bitwise_or()
[all …]
/freebsd-14.2/usr.bin/number/
H A Dnumber.c75 static void convert(char *);
109 convert(line); in main()
115 convert(*argv); in main()
121 convert(char *line) in convert() function
/freebsd-14.2/usr.bin/comm/
H A Dcomm.c63 static wchar_t *convert(const char *);
156 if ((tline1 = convert(line1)) != NULL) in main()
157 tline2 = convert(line2); in main()
192 convert(const char *str) in convert() function
/freebsd-14.2/usr.bin/calendar/
H A Devents.c76 convert(char *input) in convert() function
168 e->text = convert(txt); in event_add()
173 e->extra = convert(extra); in event_add()
183 text = convert(txt); in event_continue()
/freebsd-14.2/crypto/openssl/apps/
H A Dciphers.c103 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; in ciphers_main() local
133 convert = opt_arg(); in ciphers_main()
183 if (convert != NULL) { in ciphers_main()
185 OPENSSL_cipher_name(convert)); in ciphers_main()
/freebsd-14.2/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-14.2/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c199 goto convert; in _citrus_GBK2K_mbrtowc_priv()
205 goto convert; in _citrus_GBK2K_mbrtowc_priv()
216 goto convert; in _citrus_GBK2K_mbrtowc_priv()
221 convert: in _citrus_GBK2K_mbrtowc_priv()
/freebsd-14.2/tools/
H A Dmake_libdeps.sh49 convert() function
111 echo ${libdir}"${FS}"$(echo ${deps} | tr ' ' '\n' | convert | resolvelibdirs)
/freebsd-14.2/sbin/veriexec/
H A Dmanifest_parser.y40 static int convert(char *fp, unsigned int count, unsigned char *out);
128 if (convert($3, fingerprint_table[fptype].fp_size,
228 convert(char *fp, unsigned int count, unsigned char *out) in convert() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp117 llvm::APSInt ConvertedFrom = ComparisonType.convert(From); in assumeSymInclusiveRange()
118 llvm::APSInt ConvertedTo = ComparisonType.convert(To); in assumeSymInclusiveRange()
186 llvm::APSInt ConvertedInt = ComparisonType.convert(Int); in assumeSymRel()
224 Adjustment = APSIntType(Adjustment).convert(SE->getRHS()); in computeAdjustment()
/freebsd-14.2/usr.bin/uniq/
H A Duniq.c84 static wchar_t *convert(const char *);
197 tprev = convert(prevline); in main()
203 tthis = convert(thisline); in main()
262 convert(const char *str) in convert() function

12345678910>>...18