| /freebsd-13.1/usr.bin/calendar/ |
| H A D | events.c | 82 size_t inleft, outleft, converted = 0; in convert() local 112 outbuf = output + converted; in convert() 113 outleft = outlen - converted; in convert() 115 converted = iconv(conv, (char **) &inbuf, &inleft, &outbuf, &outleft); in convert() 116 if (converted != (size_t) -1 || errno == EINVAL) { in convert() 126 converted = outbuf - output; in convert() 135 outbuf = output + converted; in convert()
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | googletest-port-test.cc | 121 explicit Castable(bool* converted) : converted_(converted) {} in Castable() argument 132 bool converted = false; in TEST() local 135 EXPECT_TRUE(converted); in TEST() 140 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() argument 151 bool converted = false; in TEST() local 154 EXPECT_TRUE(converted); in TEST() 176 bool converted = false; in TEST() local 180 EXPECT_TRUE(converted); in TEST() 183 converted = false; in TEST() 193 To(bool* converted) { *converted = true; } // NOLINT in To() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTDC.cpp | 104 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() function in __anon715d0fe20111::SystemZTDCPass 237 converted(&I, Op0, Mask, Worthy); in convertFCmp() 266 converted(&I, V, Mask, true); in convertICmp() 291 converted(&I, V, Mask, false); in convertICmp() 317 converted(&I, Op0, Mask, true); in convertLogicOp()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | refclock_hopfser.c | 221 int converted; in hopfserial_receive() local 241 converted = sscanf(pp->a_lastcode, in hopfserial_receive() 261 if ((8 != converted) || (pp->hour < 0) || (pp->hour > 23) || in hopfserial_receive()
|
| H A D | ntp_scanner.c | 685 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.1/tools/regression/ |
| H A D | TODO | 23 Not everything's been converted to the new style. In particular; 36 needs to be converted. And fsx/ and gaithrstress/ are (I think) standalone
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | prompt.c | 239 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.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 49 // These are definitions for instructions, that are converted into constrained 69 // Theses are definitions for intrinsic functions, that are converted into 99 // This is definition for fmuladd intrinsic function, that is converted into
|
| /freebsd-13.1/contrib/libucl/doc/ |
| H A D | lua_api.md | 70 - *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.1/contrib/apr-util/xlate/ |
| H A D | xlate.c | 391 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.1/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | power_supply.txt | 1 This binding has been converted to yaml please see power-supply.yaml in this
|
| /freebsd-13.1/crypto/openssl/crypto/async/arch/ |
| H A D | async_win.h | 24 int converted; member
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | kerberos4.texi | 68 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.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 597 bool* converted() const { return converted_; } in converted() function in __anon4708b7a80111::FromType 608 ToType(const FromType& x) { *x.converted() = true; } // NOLINT in ToType() 612 bool converted = false; in TEST() local 613 FromType x(&converted); in TEST() 615 EXPECT_TRUE(converted) << "Return must convert its argument in its own " in TEST() 617 converted = false; in TEST() 619 EXPECT_FALSE(converted) << "Action must NOT convert its argument " in TEST()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | PKCS12_newpass.pod | 27 (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
|
| H A D | EC_POINT_new.pod | 161 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.1/contrib/kyua/utils/cmdline/ |
| H A D | parser.ipp | 46 /// \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.1/sys/contrib/device-tree/Bindings/ |
| H A D | xilinx.txt | 38 and all underscores '_' converted to dashes '-'. 41 dropped from the parameter name, the name is converted 43 converted to dashes '-'.
|
| /freebsd-13.1/contrib/ldns/ldns/ |
| H A D | util.h.in | 236 * \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.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTOptions.td | 32 "converted to the approximate number of raw trace bytes between PSB " 71 "converted to the approximate number of raw trace bytes between PSB "
|
| /freebsd-13.1/usr.sbin/bsdconfig/dot/ |
| H A D | USAGE | 114 NOTE: The converted PDF file is not suitable for 133 NOTE: The converted PNG files are not suitable for printing
|
| /freebsd-13.1/contrib/libucl/ |
| H A D | README.md | 136 * 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.1/crypto/openssl/crypto/objects/ |
| H A D | README | 19 those will be converted to underscore.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | cpus.txt | 21 name with all uppercase letters converted to lowercase, indicates that
|
| /freebsd-13.1/sys/teken/ |
| H A D | sequences | 30 # Name Sequence name (will be converted to C function name) 33 # - `n' non-zero number (0 gets converted to 1)
|