Displaying 20 results from an estimated 111 matches for "mbtowc".
Did you mean:
mbrtowc
2017 Jan 15
4
OpenSSH 7.4 p1 still can't be build without patch on Solaris 10
Hi,
OpenSSH 7.4 p1 still can't be build without patch on Solaris 10 (attached).
Pls, may be possible to add conditional compilation/configuration to
avoid manual actions before build? May be, in portable version?
Otherwise seems OpenSSH stops be portable on all platforms.
Thank you,
WBR, Yuri.
--
What is the fundamental difference between the programmer and by a fag?
Fag never become
2016 Jan 19
6
FWD: [patch] scp + UTF-8
...suggestion into Damien's
patch, repost the modified patch, and then continue review? I suspect
there might be one or two other things that could be improved, but i'm
not quite sure yet.
Once that is in, we can do something similar for wcwidth(3).
Yours,
Ingo
P.S.
This patch also uses mbtowc(3), but i assume that's no problem
because that's ANSI C.
----- Forwarded message from Martijn van Duren -----
From: Martijn van Duren
Date: Sun, 17 Jan 2016 11:13:01 +0100
To: Ingo Schwarze <schwarze at usta.de>
Subject: [patch] scp + UTF-8
[...]
I've tested this under the fo...
2016 Aug 01
2
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
The same result without CFLAGS:
configure:17300: checking for mblen
configure:17356: gcc -o conftest -g -O2 -Wall -Wpointer-arith
-Wuninitialized -Wsign-compare -Wformat-security
-Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result
-fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset
-fstack-protector-strong -fPIE
2011 Jun 21
0
builder-ubuntu libguestfs FAILED build step e1e78bcef5e4654bd2456bd696840329359d35cd
...locale
locale-tests
localename
localename-tests
lock
lock-tests
lseek
lseek-tests
lstat
lstat-tests
malloc-posix
malloca
malloca-tests
manywarnings
mbrtowc
mbrtowc-tests
mbsinit
mbsinit-tests
mbsrtowcs
mbsrtowcs-tests
mbtowc
memchr
memchr-tests
mempcpy
memrchr
memrchr-tests
mgetgroups
mkdir
mkdir-tests
mkdtemp
multiarch
netdb
netdb-tests
netinet_in
netinet_in-tests
open
open-tests
openat
openat-die
openat-tests
pathmax
perror
perror-tests...
2016 Aug 02
2
OpenSSH 7.3p1 can't be build on Solaris 10
...t setting CFLAGS?
OK, I think I see why it started in 7.3: it was when the wide
character support was added. In configure.ac:
dnl Wide character support. Linux man page says it needs _XOPEN_SOURCE.
saved_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -D_XOPEN_SOURCE"
AC_CHECK_FUNCS([mblen mbtowc nl_langinfo wcwidth])
CFLAGS="$saved_CFLAGS"
AC_LINK_IFELSE(
[AC_LANG_PROGRAM(and
[[ #include <ctype.h> ]],
[[ return (isblank('a')); ]])],
[AC_DEFINE([HAVE_ISBLANK], [1], [Define if you have isblank(3C).])
])
before that the mblen tes...
2009 Jun 11
1
Error compiling Wine on Fedora 11
...ild[] = "\1";/p'` && (echo $version | cmp -s - version.c) || echo $version >version.c || (rm -f version.c && exit 1)
gcc -shared -Wl,-soname,libwine.so.1 -Wl,--version-script=./wine.map casemap.o collation.o compose.o config.o cptable.o debug.o fold.o ldt.o loader.o mbtowc.o mmap.o port.o sortkey.o string.o utf8.o wctomb.o wctype.o c_037.o c_424.o c_437.o c_500.o c_737.o c_775.o c_850.o c_852.o c_855.o c_856.o c_857.o c_860.o c_861.o c_862.o c_863.o c_864.o c_865.o c_866.o c_869.o c_874.o c_875.o c_878.o c_932.o c_936.o c_949.o c_950.o c_1006.o c_1026.o c_1250.o c_12...
2018 Oct 02
3
UTF-8 conversion speed
...I saw a talk by Bob Steagall called
"Fast Conversion From UTF-8 with C++, DFAs, and SSE Intrinsics."
Part of this talk included data from a half-dozen or so conversion
libraries... one of which was labeled "LLVM".
The LLVM converters were invariably the slowest.
On Windows, the mbtowc (or something like that) syscall was pretty good.
Steagall's converters were of course wicked fast, even before he started
playing tricks with SSE intrinsics. I found his stuff at the following
link (note CppNow not CppCon) if anyone is interested in following up.
https://github.com/BobStea...
2011 Jun 14
1
builder-debian libguestfs FAILED build step 4ee190628bc05f0c8fad1f6d9c3e85619a91e8b8
...locale
locale-tests
localename
localename-tests
lock
lock-tests
lseek
lseek-tests
lstat
lstat-tests
malloc-posix
malloca
malloca-tests
manywarnings
mbrtowc
mbrtowc-tests
mbsinit
mbsinit-tests
mbsrtowcs
mbsrtowcs-tests
mbtowc
memchr
memchr-tests
mempcpy
memrchr
memrchr-tests
mgetgroups
mkdir
mkdir-tests
mkdtemp
multiarch
netdb
netdb-tests
netinet_in
netinet_in-tests
open
open-tests
openat
openat-die
openat-tests
pathmax
perror
perror-tests...
2003 Dec 25
3
Missing LDSHARED in Makefiles; build problems.
...haven't figured out how to fix and is keeping
me from building Wine occurs while building libwine_unicode.so, and all
the other *shared* libs as well (checked using make -k, and everything
else links just fine). Here is make grinding to a halt:
casemap.o collation.o compose.o cptable.o fold.o mbtowc.o sortkey.o
string.o utf8.o wctomb.o wctype.o c_037.o c_042.o c_424.o c_437.o c_500.o
c_737.o c_775.o c_850.o c_852.o c_855.o c_856.o c_857.o c_860.o c_861.o
c_862.o c_863.o c_864.o c_865.o c_866.o c_869.o c_874.o c_875.o c_878.o
c_932.o c_936.o c_949.o c_950.o c_1006.o c_1026.o c_1250.o c_1251.o
c...
2011 Jul 12
0
builder-debian libguestfs FAILED build step c0f72f13c075a754afa7870ecf105138fba821bb
...locale
locale-tests
localename
localename-tests
lock
lock-tests
lseek
lseek-tests
lstat
lstat-tests
malloc-posix
malloca
malloca-tests
manywarnings
mbrtowc
mbrtowc-tests
mbsinit
mbsinit-tests
mbsrtowcs
mbsrtowcs-tests
mbtowc
memchr
memchr-tests
mempcpy
memrchr
memrchr-tests
mgetgroups
mkdir
mkdir-tests
mkdtemp
multiarch
netdb
netdb-tests
netinet_in
netinet_in-tests
open
open-tests
openat
openat-die
openat-tests
pathmax
perror
perror-tests...
2011 Jun 21
1
builder-debian libguestfs FAILED build step e1e78bcef5e4654bd2456bd696840329359d35cd
...locale
locale-tests
localename
localename-tests
lock
lock-tests
lseek
lseek-tests
lstat
lstat-tests
malloc-posix
malloca
malloca-tests
manywarnings
mbrtowc
mbrtowc-tests
mbsinit
mbsinit-tests
mbsrtowcs
mbsrtowcs-tests
mbtowc
memchr
memchr-tests
mempcpy
memrchr
memrchr-tests
mgetgroups
mkdir
mkdir-tests
mkdtemp
multiarch
netdb
netdb-tests
netinet_in
netinet_in-tests
open
open-tests
openat
openat-die
openat-tests
pathmax
perror
perror-tests...
2011 Jul 08
1
builder-debian libguestfs FAILED build step ebe3d8f43a0ab7f60f3c1c612f117e793179f644
...locale
locale-tests
localename
localename-tests
lock
lock-tests
lseek
lseek-tests
lstat
lstat-tests
malloc-posix
malloca
malloca-tests
manywarnings
mbrtowc
mbrtowc-tests
mbsinit
mbsinit-tests
mbsrtowcs
mbsrtowcs-tests
mbtowc
memchr
memchr-tests
mempcpy
memrchr
memrchr-tests
mgetgroups
mkdir
mkdir-tests
mkdtemp
multiarch
netdb
netdb-tests
netinet_in
netinet_in-tests
open
open-tests
openat
openat-die
openat-tests
pathmax
perror
perror-tests...
2011 Jul 19
0
builder-debian libguestfs FAILED build step d82438431c1551610eb7d9945fa76d6387534582
...locale
locale-tests
localename
localename-tests
lock
lock-tests
lseek
lseek-tests
lstat
lstat-tests
malloc-posix
malloca
malloca-tests
manywarnings
mbrtowc
mbrtowc-tests
mbsinit
mbsinit-tests
mbsrtowcs
mbsrtowcs-tests
mbtowc
memchr
memchr-tests
mempcpy
memrchr
memrchr-tests
mgetgroups
mkdir
mkdir-tests
mkdtemp
multiarch
netdb
netdb-tests
netinet_in
netinet_in-tests
open
open-tests
openat
openat-die
openat-tests
pathmax
perror
perror-tests...
2011 Jul 15
0
builder-debian libguestfs FAILED build step 1f0c650c8ffdf0602ec74b999f62d3efa6822c96
...locale
locale-tests
localename
localename-tests
lock
lock-tests
lseek
lseek-tests
lstat
lstat-tests
malloc-posix
malloca
malloca-tests
manywarnings
mbrtowc
mbrtowc-tests
mbsinit
mbsinit-tests
mbsrtowcs
mbsrtowcs-tests
mbtowc
memchr
memchr-tests
mempcpy
memrchr
memrchr-tests
mgetgroups
mkdir
mkdir-tests
mkdtemp
multiarch
netdb
netdb-tests
netinet_in
netinet_in-tests
open
open-tests
openat
openat-die
openat-tests
pathmax
perror
perror-tests...
2016 Aug 22
0
Wine release 1.8.4
...dwrite: Sanitize specified stretch value, valid range is [1, 9].
Olivier F. R. Dierick (1):
shell32: Set last error explicitly in SHFileOperation().
Piotr Caban (6):
msvcrt: Add mbsrtowcs_s implementation.
msvcp110: Fix num_put<char> structure layout.
msvcrt: Fix mbtowc behavior for buffers containing more than one character.
ieframe: Restore closed IOleClientSite in DoVerb.
msvcr120: Add __ExceptionPtrToBool implementation.
msvcrt: Return error when previously parsed type is accessed while demangling simple data type.
Rob Walker (1):
setu...
2014 May 29
3
Re: libguestfs error
...etlocale is declared without a macro... yes
checking whether duplocale is declared without a macro... yes
checking for pthread_rwlock_t... yes
checking whether lseek detects pipes... yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessin...
2016 May 16
0
Wine release 1.9.10
...ior on 0 msec intervals.
mshtml: Make it possible to clear timer and interval with any of clearTimeout and clearInterval functions.
msvcp90: Allocate facetvec of size at least 40 in locale::_Locimp::_Locimp_Addfac.
msvcr100: Add missing fields to lconv structure.
msvcrt: Fix mbtowc behavior for buffers containing more than one character.
msvcp110: Fix Yarn::operator=(const char*) implementation.
msvcp110: Don't allocate empty buffers in _Locinfo::_Locinfo_ctor.
msvcp110: Use locale_string::assign instead of freeing and allocating new object in _Locinfo__...
2011 Jun 21
0
builder-debian libguestfs FAILED tests e1e78bcef5e4654bd2456bd696840329359d35cd
...locale
locale-tests
localename
localename-tests
lock
lock-tests
lseek
lseek-tests
lstat
lstat-tests
malloc-posix
malloca
malloca-tests
manywarnings
mbrtowc
mbrtowc-tests
mbsinit
mbsinit-tests
mbsrtowcs
mbsrtowcs-tests
mbtowc
memchr
memchr-tests
mempcpy
memrchr
memrchr-tests
mgetgroups
mkdir
mkdir-tests
mkdtemp
multiarch
netdb
netdb-tests
netinet_in
netinet_in-tests
open
open-tests
openat
openat-die
openat-tests
pathmax
perror
perror-tests...
2011 Jun 14
1
builder-ubuntu libguestfs FAILED tests 4ee190628bc05f0c8fad1f6d9c3e85619a91e8b8
...locale
locale-tests
localename
localename-tests
lock
lock-tests
lseek
lseek-tests
lstat
lstat-tests
malloc-posix
malloca
malloca-tests
manywarnings
mbrtowc
mbrtowc-tests
mbsinit
mbsinit-tests
mbsrtowcs
mbsrtowcs-tests
mbtowc
memchr
memchr-tests
mempcpy
memrchr
memrchr-tests
mgetgroups
mkdir
mkdir-tests
mkdtemp
multiarch
netdb
netdb-tests
netinet_in
netinet_in-tests
open
open-tests
openat
openat-die
openat-tests
pathmax
perror
perror-tests...
2011 Jun 24
0
builder-ubuntu libguestfs FAILED tests 14bb3b5ae75f41af05ca6d26ebbb5e85aacf2e20
...locale
locale-tests
localename
localename-tests
lock
lock-tests
lseek
lseek-tests
lstat
lstat-tests
malloc-posix
malloca
malloca-tests
manywarnings
mbrtowc
mbrtowc-tests
mbsinit
mbsinit-tests
mbsrtowcs
mbsrtowcs-tests
mbtowc
memchr
memchr-tests
mempcpy
memrchr
memrchr-tests
mgetgroups
mkdir
mkdir-tests
mkdtemp
multiarch
netdb
netdb-tests
netinet_in
netinet_in-tests
open
open-tests
openat
openat-die
openat-tests
pathmax
perror
perror-tests...