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

12345

/freebsd-10.1-release/tools/regression/acct/
H A DMakefile12 pack.o: convert.c
14 CLEANFILES+= convert.c
15 convert.c: ../../../sys/kern/kern_acct.c
/freebsd-10.1-release/contrib/ncurses/ncurses/widechar/
H A Dcharable.c70 wchar_t convert; local
74 if (mbtowc(&convert, temp, 1) >= 0)
75 result = convert;
/freebsd-10.1-release/usr.bin/systat/
H A Dconvtbl.h54 extern double convert(const uintmax_t, const int);
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp32 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &Ignored);
37 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored);
/freebsd-10.1-release/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S69 fbul,a 1f ! if so, use fdtox to convert to long
72 ! d does not fit in a long, so subtract 2^63, convert,
77 fdtox %f0, %f0 ! convert to long
/freebsd-10.1-release/sbin/dhclient/tests/
H A DMakefile8 SRCS.option-domain-search_test= alloc.c convert.c hash.c options.c \
/freebsd-10.1-release/sys/pci/
H A Dlocate.pl9 Perl script to convert NCR script address into label+offset.
/freebsd-10.1-release/contrib/groff/contrib/grap2graph/
H A Dgrap2graph.sh13 # supported by convert(1). All other options are passed to convert(1).
26 # 3. Many options of convert(1) are potentially relevant, (especially
29 # Thus, we pass -U to groff(1), and everything else to convert(1).
80 # 4. Use convert(1) to crop the Postscript and turn it into a bitmap.
82 convert -trim -crop 0x0 $convert_opts - $tmp/grap2graph.$format \
/freebsd-10.1-release/libexec/tftpd/
H A Dtftp-file.c48 static int convert; variable
188 convert = !strcmp(mode, "netascii");
196 if (convert == 0)
228 convert = !strcmp(mode, "netascii");
236 if (convert == 0)
/freebsd-10.1-release/contrib/gcc/
H A Dconvert.c24 intended to be called by the language-specific convert () functions. */
32 #include "convert.h"
80 error ("cannot convert to a pointer type");
120 error ("cannot convert to a block pointer type");
382 return convert (type,
439 /* Only convert in ISO C99 mode. */
452 /* Only convert in ISO C99 mode. */
475 /* Only convert nearbyint* if we can ignore math exceptions. */
577 convert (lang_hooks.types.type_for_mode
583 int, we can equally well convert bot
[all...]
H A Dc-convert.c24 to different data types. The only entry point is `convert'.
25 Every language front end must have a `convert' function
34 #include "convert.h"
51 In convert.c, convert_to_integer.
59 /* Subroutines of `convert'. */
71 convert (tree type, tree expr)
69 convert (tree type, tree expr) function
/freebsd-10.1-release/games/number/
H A Dnumber.c77 static void convert(char *);
111 convert(line);
117 convert(*argv);
123 convert(char *line) function
/freebsd-10.1-release/sbin/dhclient/
H A DMakefile37 tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \
/freebsd-10.1-release/usr.bin/comm/
H A Dcomm.c64 static wchar_t *convert(const char *);
157 if ((tline1 = convert(line1)) != NULL)
158 tline2 = convert(line2);
193 convert(const char *str) function
/freebsd-10.1-release/contrib/groff/contrib/eqn2graph/
H A Deqn2graph.sh13 # supported by convert(1). All other options are passed to convert(1).
30 # 3. Many options of convert(1) are potentially relevant, (especially
33 # Thus, we pass -U to groff(1), and everything else to convert(1).
84 # 4. Use convert(1) to crop the Postscript and turn it into a bitmap.
88 && convert -trim -crop 0x0 $convert_opts $tmp/eqn2graph.ps $tmp/eqn2graph.$format \
/freebsd-10.1-release/contrib/groff/contrib/pic2graph/
H A Dpic2graph.sh13 # supported by convert(1). An -eqn option changes the eqn delimiters.
14 # All other options are passed to convert(1). The default format in PNG.
27 # 3. Many options of convert(1) are potentially relevant (especially
30 # Thus, we pass -U to gpic and groff, and everything else to convert(1).
95 # 4. Use convert(1) to crop the PostScript and turn it into a bitmap.
98 && convert -trim -crop 0x0 $convert_opts $tmp/pic2graph.ps $tmp/pic2graph.$format \
/freebsd-10.1-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc232 MakeErrMsg(ErrMsg, "Unable to convert environment variable to UTF-16");
297 std::string("Unable to convert application name to UTF-16"));
305 std::string("Unable to convert command-line to UTF-16"));
/freebsd-10.1-release/contrib/dtc/
H A DMakefile106 include Makefile.convert-dtsv0
110 BIN += convert-dtsv0
189 convert-dtsv0: $(CONVERT_OBJS)
206 TESTS_BIN += convert-dtsv0
/freebsd-10.1-release/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c198 goto convert;
204 goto convert;
215 goto convert;
220 convert:
/freebsd-10.1-release/tools/tools/vt/keymaps/
H A Dconvert-INDEX.pl34 my $result = $converter->convert($string);
H A Dconvert-keymaps.pl34 my $result = $converter->convert($string);
92 my $cmdline = "$dir_convtool/convert-keymap.pl $kbdfile $encoding > $dir_keymaps_output/$outfile";
/freebsd-10.1-release/usr.bin/uniq/
H A Duniq.c69 static wchar_t *convert(const char *);
184 tprev = convert(prevline);
193 tthis = convert(thisline);
230 convert(const char *str) function
/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A Devp_test.c76 static int convert(unsigned char *s) function
370 kn = convert(key);
371 in = convert(iv);
372 pn = convert(plaintext);
373 cn = convert(ciphertext);
/freebsd-10.1-release/contrib/bmake/mk/
H A Drst2htm.mk16 # convert reStructuredText to HTML, using rst2html.py from
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h48 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY {

Completed in 302 milliseconds

12345