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

12345

/freebsd-9.3-release/tools/regression/acct/
H A DMakefile12 pack.o: convert.c
14 CLEANFILES+= convert.c
15 convert.c: ../../../sys/kern/kern_acct.c
/freebsd-9.3-release/contrib/dtc/
H A DMakefile.convert-dtsv011 CONVERT_GEN_SRCS = convert-dtsv0-lexer.lex.c
H A Dconvert-dtsv0-lexer.l175 <*>- { /* Hack to convert old style memreserves */
199 fprintf(stderr, "convert-dtsv0 <v0 dts file>...\n");
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dcharable.c70 wchar_t convert; local
74 if (mbtowc(&convert, temp, 1) >= 0)
75 result = convert;
/freebsd-9.3-release/contrib/cvs/lib/
H A Dtest-getdate.sh76 > Bad format - couldn't convert.
77 > Bad format - couldn't convert.
78 > Bad format - couldn't convert.
83 > Bad format - couldn't convert.
84 > Bad format - couldn't convert.
86 > Bad format - couldn't convert.
87 > Bad format - couldn't convert.
88 > Bad format - couldn't convert.
/freebsd-9.3-release/usr.bin/systat/
H A Dconvtbl.h54 extern double convert(const uintmax_t, const int);
/freebsd-9.3-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-9.3-release/tools/regression/sbin/dhclient/
H A DMakefile5 SRCS= alloc.c convert.c hash.c options.c tables.c \
/freebsd-9.3-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-9.3-release/sbin/dhclient/
H A DMakefile35 tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \
/freebsd-9.3-release/sys/pci/
H A Dlocate.pl9 Perl script to convert NCR script address into label+offset.
/freebsd-9.3-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-9.3-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-9.3-release/contrib/gcc/
H A Dconvert.c24 intended to be called by the language-specific convert () functions. */
32 #include "convert.h"
73 error ("cannot convert to a pointer type");
333 return convert (type,
390 /* Only convert in ISO C99 mode. */
403 /* Only convert in ISO C99 mode. */
426 /* Only convert nearbyint* if we can ignore math exceptions. */
526 convert (lang_hooks.types.type_for_mode
532 int, we can equally well convert both to ints and then add.
630 then convert resul
[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-9.3-release/games/number/
H A Dnumber.c77 static void convert(char *);
111 convert(line);
117 convert(*argv);
123 convert(char *line) function
/freebsd-9.3-release/usr.bin/comm/
H A Dcomm.c64 wchar_t *convert(const char *);
157 if ((tline1 = convert(line1)) != NULL)
158 tline2 = convert(line2);
193 convert(const char *str) function
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c198 goto convert;
204 goto convert;
215 goto convert;
220 convert:
/freebsd-9.3-release/usr.bin/uniq/
H A Duniq.c64 wchar_t *convert(const char *);
142 tprev = convert(prevline);
151 tthis = convert(thisline);
188 convert(const char *str) function
/freebsd-9.3-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-9.3-release/contrib/bmake/mk/
H A Drst2htm.mk16 # convert reStructuredText to HTML, using rst2html.py from
/freebsd-9.3-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 311 milliseconds

12345