Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 192) sorted by relevance

12345678

/freebsd-13-stable/usr.bin/calendar/
HDevents.c80 size_t inleft, outleft, converted = 0; in convert() local
110 outbuf = output + converted; in convert()
111 outleft = outlen - converted; in convert()
113 converted = iconv(conv, (char **) &inbuf, &inleft, &outbuf, &outleft); in convert()
114 if (converted != (size_t) -1 || errno == EINVAL) { in convert()
124 converted = outbuf - output; in convert()
133 outbuf = output + converted; in convert()
/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-port-test.cc125 explicit Castable(bool* converted) : converted_(converted) {} in Castable() argument
136 bool converted = false; in TEST() local
137 Castable castable(&converted); in TEST()
139 EXPECT_TRUE(converted); in TEST()
144 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() argument
155 bool converted = false; in TEST() local
156 const ConstCastable const_castable(&converted); in TEST()
158 EXPECT_TRUE(converted); in TEST()
163 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() argument
164 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTDC.cpp100 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() function in __anon0e4afb270111::SystemZTDCPass
233 converted(&I, Op0, Mask, Worthy); in convertFCmp()
262 converted(&I, V, Mask, true); in convertICmp()
287 converted(&I, V, Mask, false); in convertICmp()
313 converted(&I, Op0, Mask, true); in convertLogicOp()
/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_hopfser.c215 int converted; in hopfserial_receive() local
235 converted = sscanf(pp->a_lastcode, in hopfserial_receive()
255 if ((8 != converted) || (pp->hour < 0) || (pp->hour > 23) || in hopfserial_receive()
HDntp_scanner.c685 int converted; in yylex() local
834 converted = sscanf(&yytext[2], "%x", in yylex()
837 converted = sscanf(yytext, "%u", in yylex()
839 if (1 != converted) { in yylex()
/freebsd-13-stable/tools/regression/
HDTODO22 Not everything's been converted to the new style. In particular;
35 needs to be converted. And fsx/ and gaithrstress/ are (I think) standalone
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDprompt.c239 const char *converted; in terminal_puts() local
241 err = svn_cmdline_cstring_from_utf8(&converted, string, pool); in terminal_puts()
245 converted = svn_cmdline_cstring_from_utf8_fuzzy(string, pool); in terminal_puts()
252 _cputs(converted); in terminal_puts()
257 SVN_ERR(svn_io_file_write_full(terminal->outfd, converted, in terminal_puts()
258 strlen(converted), NULL, pool)); in terminal_puts()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstrainedOps.def49 // These are definitions for instructions, that are converted into constrained
69 // Theses are definitions for intrinsic functions, that are converted into
107 // This is definition for fmuladd intrinsic function, that is converted into
/freebsd-13-stable/contrib/libucl/doc/
HDlua_api.md70 - *userdata* values are converted to lua function objects using `LUA_REGISTRYINDEX`,
72 - *arrays* are converted to lua tables with numeric indices suitable for `ipairs` iterations
73 - *objects* are converted to lua tables with string indices
/freebsd-13-stable/contrib/apr-util/xlate/
HDxlate.c391 apr_size_t converted = to_convert; in apr_xlate_conv_buffer() local
400 *inbytes_left -= converted; in apr_xlate_conv_buffer()
401 *outbytes_left -= converted; in apr_xlate_conv_buffer()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/power/supply/
HDpower_supply.txt1 This binding has been converted to yaml please see power-supply.yaml in this
/freebsd-13-stable/crypto/openssl/crypto/async/arch/
HDasync_win.h24 int converted; member
/freebsd-13-stable/crypto/heimdal/doc/
HDkerberos4.texi68 entries in the database, these entries will not be converted. This might
70 because the principal couldn't be converted.
133 names should be converted (for instance @samp{rcmd} should be converted
/freebsd-13-stable/crypto/openssl/doc/man3/
HDPKCS12_newpass.pod27 (or code page on Windows) must potentially be converted to UTF-8 before
99 The password format is a NULL terminated ASCII string which is converted to
HDEC_POINT_new.pod161 In addition B<EC_POINT> can be converted to and from various external
166 integer converted to a B<BIGNUM> structure. Hexadecimal form is the octet
167 form converted to a NULL terminated character string where each character
/freebsd-13-stable/contrib/kyua/utils/cmdline/
HDparser.ipp46 /// \return The value of the option converted to the appropriate type.
65 /// \return The values of the option converted to the appropriate type.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/
HDxilinx.txt38 and all underscores '_' converted to dashes '-'.
41 dropped from the parameter name, the name is converted
43 converted to dashes '-'.
/freebsd-13-stable/contrib/ldns/ldns/
HDutil.h.in236 * \return the converted decimal value
243 * \return the converted hex char
254 …* \return The number of bytes of converted data, or -1 if one of the arguments * is NULL, or -2 if…
278 * That number of seconds is then converted to broken-out time information.
/freebsd-13-stable/usr.sbin/bsdconfig/dot/
HDUSAGE113 NOTE: The converted PDF file is not suitable for
132 NOTE: The converted PNG files are not suitable for printing
/freebsd-13-stable/contrib/libucl/
HDREADME.md136 * Non-unique keys in an object are allowed and are automatically converted to the arrays internally:
144 is converted to:
163 is converted to the following object:
324 * `$${VARIABLE}` is converted to `${VARIABLE}`
325 * `$$VARIABLE` is converted to `$VARIABLE`
/freebsd-13-stable/sys/contrib/device-tree/Bindings/powerpc/fsl/
HDcpus.txt21 name with all uppercase letters converted to lowercase, indicates that
/freebsd-13-stable/crypto/openssl/crypto/objects/
HDREADME19 those will be converted to underscore.
/freebsd-13-stable/sys/teken/
HDsequences29 # Name Sequence name (will be converted to C function name)
32 # - `n' non-zero number (0 gets converted to 1)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPTOptions.td43 "converted to the approximate number of raw trace bytes between "
121 "converted to the approximate number of raw trace bytes between "
/freebsd-13-stable/contrib/nvi/catalog/
HDREADME16 then it is converted to a record number, and that record is retrieved
68 Before this file being converted to the second file, the POSIX formatted

12345678