Searched refs:converted (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/contrib/amd/scripts/
H A Damd2ldif.in6 mapname: name of the amd map beeing converted to ldif
/freebsd-10.2-release/tools/tools/ansify/
H A Dansify.pl142 -c, --caddr_t Replace caddr_t with void * in converted
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_hopfser.c221 int converted; local
241 converted = sscanf(pp->a_lastcode,
261 if ((8 != converted) || (pp->hour < 0) || (pp->hour > 23) ||
H A Dntp_scanner.c675 int converted; local
824 converted = sscanf(&yytext[2], "%x",
827 converted = sscanf(yytext, "%u",
829 if (1 != converted) {
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c242 const char *converted;
244 err = svn_cmdline_cstring_from_utf8(&converted, string, pool);
248 converted = svn_cmdline_cstring_from_utf8_fuzzy(string, pool);
255 _cputs(converted);
260 status = apr_file_write_full(terminal->outfd, converted,
261 strlen(converted), NULL);
240 const char *converted; local
H A Dutf.c1009 const char *escaped, *converted;
1016 err = convert_from_utf8(((const char **) &converted), escaped, pool);
1024 return converted;
1007 const char *escaped, *converted; local
/freebsd-10.2-release/contrib/apr-util/xlate/
H A Dxlate.c391 apr_size_t converted = to_convert; local
400 *inbytes_left -= converted;
401 *outbytes_left -= converted;
/freebsd-10.2-release/usr.bin/printf/
H A Dprintf.c497 warnx("%s: not completely converted", *gargv);
532 warnx("%s: not completely converted", *gargv);
/freebsd-10.2-release/share/mk/
H A Dbsd.info.mk17 # converted from a TeX DVI file to ascii/latin1 [dvips2ascii]
/freebsd-10.2-release/contrib/gcc/cp/
H A Dtypeck.c1511 are replaced by their values, and bitfield references are converted
1640 converted value. */
1938 /* If MEMBER is from an anonymous aggregate, we have converted
2439 If INDEX is of some user-defined type, it must be converted to
2858 Return a list of expressions for the parameters as converted.
3081 or they have both just been converted to some other type in which
3105 /* Nonzero means operands have already been type-converted
3107 Zero means they need to be converted to RESULT_TYPE. */
3108 int converted = 0;
3353 converted
3101 int converted = 0; local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DArgs.cpp841 error_ptr->SetErrorStringWithFormat("address expression \"%s\" resulted in a value whose type can't be converted to an address: %s", s, valobj_sp->GetTypeName().GetCString());
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dsnprintf.c864 * converted to a sequence of printing
1021 * C99 says: "The result is converted to an `alternative form'.
1159 * affected by rounding the converted value, so we'll
/freebsd-10.2-release/contrib/gcc/
H A Dc-typeck.c586 applied, and enumerated types converted to their compatible integer
756 are allowed here and are converted to their compatible integer types.
1690 Enumeral types or short or char are converted to int.
1700 /* Functions and arrays have been converted during parsing. */
2487 to the types in the list TYPELIST. The result is a list of converted
2524 converted arguments and pushing them on RESULT in reverse order. */
4633 /* If FN was prototyped at the call site, the value has been converted
7482 type (or is converted from it), this may be valid, so
7605 "converted to %<int%> in ISO C");
8248 performed or they have both just been converted t
8234 int converted = 0; local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2936 llvm_unreachable("DecRefMsg/IncRefMsg/MakeCollectable already converted");

Completed in 193 milliseconds