Searched refs:convert (Results 1 - 25 of 119) sorted by relevance

12345

/freebsd-13-stable/tests/sys/kern/acct/
H A DMakefile9 CLEANFILES+= convert.c convert.c.tmp
11 DPSRCS.acct_test= convert.c
12 acct_test.o: convert.c
14 convert.c: ${SRCTOP}/sys/kern/kern_acct.c
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dtrim.sh7 convert $i -bordercolor white -border 1x1 -trim +repage -alpha off +dither -colors 32 PNG8:next-$i
/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dcharable.c73 wchar_t convert; local
77 if (mbtowc(&convert, temp, 1) >= 0)
78 result = convert;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DObjectFileTransformer.h43 static llvm::Error convert(const object::ObjectFile &Obj,
H A DDwarfTransformer.h46 /// Extract the DWARF from the supplied object file and convert it into the
52 llvm::Error convert(uint32_t NumThreads);
59 /// Parse the DWARF in the object file and convert it into the GsymCreator.
64 /// This function will find all DW_TAG_subprogram DIEs that convert them into
/freebsd-13-stable/usr.bin/systat/
H A Dconvtbl.h56 extern double convert(const uintmax_t, const int);
/freebsd-13-stable/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);
H A Doptions_test.cpp94 convert(const std::string& str) function in class:__anon992::mock_option
251 ATF_REQUIRE_EQ(123, cmdline::int_option::convert("123"));
254 ATF_REQUIRE_EQ(-567, cmdline::int_option::convert("-567"));
301 cmdline::list_option::convert("");
308 cmdline::list_option::convert("foo");
316 cmdline::list_option::convert("foo,bar,baz");
326 cmdline::list_option::convert("foo,bar,");
336 cmdline::list_option::convert(",foo,bar");
346 cmdline::list_option::convert("foo,,bar");
399 cmdline::path_option::convert("/fo
[all...]
H A Doptions.cpp327 cmdline::int_option::convert(const std::string& raw_value) function in class:cmdline::int_option
392 cmdline::list_option::convert(const std::string& raw_value) function in class:cmdline::list_option
466 cmdline::path_option::convert(const std::string& raw_value) function in class:cmdline::path_option
541 cmdline::property_option::convert(const std::string& raw_value) function in class:cmdline::property_option
602 cmdline::string_option::convert(const std::string& raw_value) function in class:cmdline::string_option
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
40 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored);
45 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored);
/freebsd-13-stable/sbin/dhclient/tests/
H A DMakefile6 SRCS.option-domain-search_test= alloc.c convert.c hash.c options.c \
/freebsd-13-stable/tools/
H A Dmake_libdeps.sh49 # convert -lfoo to foo
50 convert() function
112 echo ${libdir}"${FS}"$(echo ${deps} | tr ' ' '\n' | convert | resolvelibdirs)
/freebsd-13-stable/libexec/tftpd/
H A Dtftp-file.c51 static int convert; variable
192 convert = !strcmp(mode, "netascii");
200 if (convert == 0)
246 convert = !strcmp(mode, "netascii");
254 if (convert == 0)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h42 Value *convert(Instruction *I, Type *ToTy);
/freebsd-13-stable/usr.bin/calendar/
H A Devents.c78 convert(char *input) function
90 errx(1, "convert: cannot allocate memory");
108 errx(1, "convert: cannot allocate memory");
123 err(1, "convert");
131 errx(1, "convert: cannot allocate memory");
146 errx(1, "convert: cannot allocate memory");
170 e->text = convert(txt);
175 e->extra = convert(extra);
185 text = convert(txt);
/freebsd-13-stable/usr.bin/comm/
H A Dcomm.c65 static wchar_t *convert(const char *);
158 if ((tline1 = convert(line1)) != NULL)
159 tline2 = convert(line2);
194 convert(const char *str) function
/freebsd-13-stable/usr.bin/number/
H A Dnumber.c77 static void convert(char *);
111 convert(line);
117 convert(*argv);
123 convert(char *line) function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp18 APFixedPoint APFixedPoint::convert(const FixedPointSemantics &DstSema, function in class:clang::APFixedPoint
155 APFixedPoint ConvertedThis = convert(CommonFXSema);
156 APFixedPoint ConvertedOther = Other.convert(CommonFXSema);
179 APFixedPoint ConvertedThis = convert(CommonFXSema);
180 APFixedPoint ConvertedOther = Other.convert(CommonFXSema);
203 APFixedPoint ConvertedThis = convert(CommonFXSema);
204 APFixedPoint ConvertedOther = Other.convert(CommonFXSema);
260 APFixedPoint ConvertedThis = convert(CommonFXSema);
261 APFixedPoint ConvertedOther = Other.convert(CommonFXSema);
391 return APFixedPoint(Value, IntFXSema).convert(DstFXSem
[all...]
/freebsd-13-stable/sbin/veriexec/
H A Dmanifest_parser.y42 static int convert(char *fp, unsigned int count, unsigned char *out);
130 if (convert($3, fingerprint_table[fptype].fp_size,
230 convert(char *fp, unsigned int count, unsigned char *out)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc205 MakeErrMsg(ErrMsg, "Unable to convert environment variable to UTF-16");
270 std::string("Unable to convert application name to UTF-16"));
278 std::string("Unable to convert command-line to UTF-16"));
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h37 const Mask *convert = static_cast<const Mask *>(src); variable
38 hwloc_bitmap_copy(mask, convert->mask);
41 const Mask *convert = static_cast<const Mask *>(rhs); variable
42 hwloc_bitmap_and(mask, mask, convert->mask);
45 const Mask *convert = static_cast<const Mask *>(rhs); variable
46 hwloc_bitmap_or(mask, mask, convert->mask);
268 const Mask *convert = static_cast<const Mask *>(src); variable
270 mask[i] = convert->mask[i];
273 const Mask *convert = static_cast<const Mask *>(rhs); variable
275 mask[i] &= convert
278 const Mask *convert = static_cast<const Mask *>(rhs); variable
398 const Mask *convert = static_cast<const Mask *>(src); variable
403 const Mask *convert = static_cast<const Mask *>(rhs); variable
408 const Mask *convert = static_cast<const Mask *>(rhs); variable
[all...]
/freebsd-13-stable/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c200 goto convert;
206 goto convert;
217 goto convert;
222 convert:
/freebsd-13-stable/sbin/dhclient/
H A DMakefile39 tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp86 llvm::APSInt ConvertedFrom = ComparisonType.convert(From);
87 llvm::APSInt ConvertedTo = ComparisonType.convert(To);
153 llvm::APSInt ConvertedInt = ComparisonType.convert(Int);
191 Adjustment = APSIntType(Adjustment).convert(SE->getRHS());
/freebsd-13-stable/crypto/openssl/apps/
H A Dciphers.c60 {"convert", OPT_CONVERT, 's', "Convert standard name into OpenSSL name"},
97 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; local
127 convert = opt_arg();
172 if (convert != NULL) {
174 OPENSSL_cipher_name(convert));

Completed in 194 milliseconds

12345