Home
last modified time | relevance | path

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

12345678910>>...19

/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 …]
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/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/llvm-project/llvm/include/llvm/Support/
H A DTextEncoding.h64 std::error_code convert(StringRef Source, SmallVectorImpl<char> &Result) { in convert() function
126 std::error_code convert(StringRef Source, in convert() function
128 return Converter->convert(Source, Result); in convert()
131 ErrorOr<std::string> convert(StringRef Source) const { in convert() function
133 auto EC = Converter->convert(Source, Result); in convert()
/freebsd/contrib/kyua/utils/cmdline/
H A Doptions.hpp158 static int convert(const std::string& str);
174 static option_type convert(const std::string&);
193 static utils::fs::path convert(const std::string&);
216 static option_type convert(const std::string& str);
234 static std::string convert(const std::string& str);
H A Doptions_test.cpp94 convert(const std::string& str) in convert() function in __anon17aee0310111::mock_option
251 ATF_REQUIRE_EQ(123, cmdline::int_option::convert("123")); in ATF_TEST_CASE_BODY()
254 ATF_REQUIRE_EQ(-567, cmdline::int_option::convert("-567")); 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()
[all …]
H A Doptions.cpp340 cmdline::int_option::convert(const std::string& raw_value) in convert() function in cmdline::int_option
405 cmdline::list_option::convert(const std::string& raw_value) in convert() function in cmdline::list_option
479 cmdline::path_option::convert(const std::string& raw_value) in convert() function in cmdline::path_option
554 cmdline::property_option::convert(const std::string& raw_value) in convert() function in cmdline::property_option
616 cmdline::string_option::convert(const std::string& raw_value) in convert() function in cmdline::string_option
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp36 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
41 APF.convert(APFloat::BFloat(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
46 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
51 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
/freebsd/crypto/krb5/src/lib/crypto/builtin/des/
H A Ddestest.c58 void convert (char *, unsigned char []);
82 convert(block1, key); in main()
83 convert(block2, input); in main()
84 convert(block3, output); in main()
152 convert(char *text, unsigned char cblock[]) in convert() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp42 APFixedPoint APFixedPoint::convert(const FixedPointSemantics &DstSema, in convert() function in llvm::APFixedPoint
200 APFixedPoint ConvertedThis = convert(CommonFXSema); in add()
201 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in add()
224 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub()
225 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in sub()
248 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul()
249 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in mul()
306 APFixedPoint ConvertedThis = convert(CommonFXSema); in div()
307 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in div()
537 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in convertToFloat()
[all …]
/freebsd/libexec/tftpd/
H A Dtftp-file.c48 static int convert; variable
189 convert = !strcmp(mode, "netascii"); in write_init()
197 if (convert == 0) in write_file()
243 convert = !strcmp(mode, "netascii"); in read_init()
251 if (convert == 0) in read_file()
/freebsd/contrib/llvm-project/lldb/source/Host/aix/
H A DHost.cpp38 static ProcessInstanceInfo::timespec convert(pr_timestruc64_t t) { in convert() function
77 processInfo.SetUserTime(convert(pstatusData.pr_utime)); in GetStatusInfo()
78 processInfo.SetSystemTime(convert(pstatusData.pr_stime)); in GetStatusInfo()
79 processInfo.SetCumulativeUserTime(convert(pstatusData.pr_cutime)); in GetStatusInfo()
80 processInfo.SetCumulativeSystemTime(convert(pstatusData.pr_cstime)); in GetStatusInfo()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dcharable.c72 wchar_t convert; in _nc_to_widechar() local
76 if (mbtowc(&convert, temp, 1) >= 0) in _nc_to_widechar()
77 result = convert; in _nc_to_widechar()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h41 const Mask *convert = static_cast<const Mask *>(src); in copy() local
42 hwloc_bitmap_copy(mask, convert->mask); in copy()
45 const Mask *convert = static_cast<const Mask *>(rhs); in bitwise_and() local
46 hwloc_bitmap_and(mask, mask, convert->mask); in bitwise_and()
49 const Mask *convert = static_cast<const Mask *>(rhs); in bitwise_or() local
50 hwloc_bitmap_or(mask, mask, convert->mask); in bitwise_or()
54 const Mask *convert = static_cast<const Mask *>(rhs); in is_equal() local
55 return hwloc_bitmap_isequal(mask, convert->mask); in is_equal()
380 const Mask *convert = static_cast<const Mask *>(src); in copy() local
383 mask[i] = convert->mask[i]; in copy()
[all …]
/freebsd/usr.bin/number/
H A Dnumber.c63 static void convert(char *);
97 convert(line); in main()
103 convert(*argv); in main()
109 convert(char *line) in convert() function
/freebsd/usr.bin/comm/
H A Dcomm.c50 static wchar_t *convert(const char *);
143 if ((tline1 = convert(line1)) != NULL) in main()
144 tline2 = convert(line2); in main()
181 convert(const char *str) in convert() function
/freebsd/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/crypto/openssl/apps/
H A Dciphers.c106 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; in ciphers_main() local
136 convert = opt_arg(); in ciphers_main()
185 if (convert != NULL) { in ciphers_main()
187 OPENSSL_cipher_name(convert)); in ciphers_main()
/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/crypto/krb5/src/lib/krb5/error_tables/
H A Dkrb524_err.et24 error_code KRB524_BADKEY, "Cannot convert V5 keyblock"
25 error_code KRB524_BADADDR, "Cannot convert V5 address information"
26 error_code KRB524_BADPRINC, "Cannot convert V5 principal"
/freebsd/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c198 goto convert; in _citrus_GBK2K_mbrtowc_priv()
204 goto convert; in _citrus_GBK2K_mbrtowc_priv()
215 goto convert; in _citrus_GBK2K_mbrtowc_priv()
220 convert: in _citrus_GBK2K_mbrtowc_priv()
/freebsd/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/tools/
H A Dmake_libdeps.sh49 convert() function
111 echo ${libdir}"${FS}"$(echo ${deps} | tr ' ' '\n' | convert | resolvelibdirs)
/freebsd/usr.bin/uniq/
H A Duniq.c72 static wchar_t *convert(const char *);
185 tprev = convert(prevline); in main()
191 tthis = convert(thisline); in main()
251 convert(const char *str) in convert()
250 convert(const char *str) convert() function

12345678910>>...19