search for: wcschr

Displaying 20 results from an estimated 31 matches for "wcschr".

2016 Sep 26
2
Recursive dir.create() on Windows shares
...; wcslen(dir) > 1 && *(p-1) != L':') *p-- = L'\0'; if (recursive) { p = dir; - /* skip leading \\share */ + /* skip leading \\server\share */ if (*p == L'\\' && *(p+1) == L'\\') { p += 2; p = wcschr(p, L'\\'); + p = wcschr(p+1, L'\\'); } while ((p = wcschr(p+1, L'\\'))) { *p = L'\0'; This fixes the issue for me, and I can create directories no problem. However, I'm a little worried, as the code in platform.c has been th...
2016 Sep 26
0
Recursive dir.create() on Windows shares
...-1) != L':') *p-- = L'\0'; > if (recursive) { > p = dir; > - /* skip leading \\share */ > + /* skip leading \\server\share */ > if (*p == L'\\' && *(p+1) == L'\\') { > p += 2; > p = wcschr(p, L'\\'); > + p = wcschr(p+1, L'\\'); > } > while ((p = wcschr(p+1, L'\\'))) { > *p = L'\0'; > > This fixes the issue for me, and I can create directories no problem. > However, I'm a little worried, as...
2010 Jan 22
0
Wine release 1.1.37
...: Implement PER_CONN_PROXY_SERVER option. wininet: Implement PER_CONN_FLAGS option. Andrew Nguyen (19): ntdll/tests: Make function pointer checks consistent and report skips. ntdll/tests: Allow native crashing code to be compiled. ntdll/tests: Add a few additional tests for wcschr. ntdll/tests: Add a few additional tests for wcsrchr. advapi32/tests: Test SystemFunction036. msvcrt: Implement and test rand_s. ntdll/tests: Remove obsolete commented code. ntdll/tests: Remove useless ifdef statements. ntdll/tests: Report skip when time conversi...
2013 Sep 27
0
Wine release 1.7.3
...rd memmove to ntdll. msvcrt: Don't forward strcmp to ntdll. msvcrt: Don't forward strlen to ntdll. msvcrt: Don't forward strncat to ntdll. msvcrt: Don't forward strrchr to ntdll. msvcrt: Don't forward strstr to ntdll. msvcrt: Don't forward wcschr to ntdll. msvcrt: Don't forward wcslen to ntdll. msvcrt: Don't forward wcsstr to ntdll. msvcrt: Fix loop condition when printing Inf or NaN. msvcrt: Don't use CDECL calling convention in MSVCRT_wcsrtombs_l (internal function). msvcrt: Add _snwprintf_s_l imp...
2020 Aug 01
0
Wine release 5.14
...svcrt: Add _wctype table. msvcrt: Export _pwctype table. msvcrt: Don't use get_char_typeW in _iswctype_l. msvcrt: Copy wcslen implementation from ntdll. msvcrt: Copy wcscpy implementation from ntdll. msvcrt: Copy wcscat implementation from ntdll. msvcrt: Copy wcschr implementation from ntdll. msvcrt: Copy wcsrchr implementation from ntdll. msvcrt: Don't use wine/unicode.h header. msvcrt: Don't use div and ldiv function. msvcrt: Copy memchr implementation from ntdll. msvcrt: Copy memcmp implementation from ntdll. msvc...
2020 Apr 10
0
Wine release 5.6
...rW(). ntdll: Avoid using tolowerW(). ntdll: Avoid using memrchrW(). ntdll: Avoid using memchrW(). ntdll: Avoid using atoiW(). ntdll: Avoid using sprintfW(). ntdll: Use wcscpy() instead of strcpyW(). ntdll: Use wcscat() instead of strcatW(). ntdll: Use wcschr() instead of strchrW(). ntdll: Use wcspbrk() instead of strpbrkW(). ntdll: Use wcsrchr() instead of strrchrW(). ntdll: Use wcstoul() instead of strtoulW(). ntdll: Use wcslen() instead of strlenW(). ntdll: Use wcscspn() instead of strcspnW(). ntdll: Use wcsspn() i...
2010 May 20
3
Install eventmachine on Debian Lenny
...‘::wmemcmp’ has not been declared /usr/include/c++/4.3/cwchar:202: error: ‘::wmemcpy’ has not been declared /usr/include/c++/4.3/cwchar:203: error: ‘::wmemmove’ has not been declared /usr/include/c++/4.3/cwchar:204: error: ‘::wmemset’ has not been declared /usr/include/c++/4.3/cwchar:208: error: ‘::wcschr’ has not been declared /usr/include/c++/4.3/cwchar: In function ‘wchar_t* std::wcschr(wchar_t*, wchar_t)’: /usr/include/c++/4.3/cwchar:212: error: invalid conversion from ‘const wchar_t*’ to ‘wchar_t*’ /usr/include/c++/4.3/cwchar:212: error: initializing argument 1 of ‘wchar_t* std::wcschr(wchar_...
2014 May 29
3
Re: libguestfs error
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...
2011 Jun 21
0
builder-ubuntu libguestfs FAILED build step e1e78bcef5e4654bd2456bd696840329359d35cd
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...
2014 May 29
2
Re: libguestfs error
Hi Rich Yes Rich I have tried libguesftfs on powerpc and it was working fine.For some reason i had to format my hard disk and now when I'm again compiling it,I'm getting following error.... Below is the status of configure .. This is how we have configured the optional components for you today: Daemon .............................. yes Appliance ........................... yes QEMU
2011 Jun 14
1
builder-debian libguestfs FAILED build step 4ee190628bc05f0c8fad1f6d9c3e85619a91e8b8
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...
2011 Jul 12
0
builder-debian libguestfs FAILED build step c0f72f13c075a754afa7870ecf105138fba821bb
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...
2011 Jun 21
1
builder-debian libguestfs FAILED build step e1e78bcef5e4654bd2456bd696840329359d35cd
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...
2011 Jul 08
1
builder-debian libguestfs FAILED build step ebe3d8f43a0ab7f60f3c1c612f117e793179f644
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...
2011 Jul 19
0
builder-debian libguestfs FAILED build step d82438431c1551610eb7d9945fa76d6387534582
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...
2011 Jul 15
0
builder-debian libguestfs FAILED build step 1f0c650c8ffdf0602ec74b999f62d3efa6822c96
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...
2011 Jun 21
0
builder-debian libguestfs FAILED tests e1e78bcef5e4654bd2456bd696840329359d35cd
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...
2011 Jun 07
3
builder-debian febootstrap success d6d144eab55388d4117880f2d3a7e8c2571c9d9a
This is an automatic message generated by the builder on builder-debian for febootstrap. Log files from the build follow below. Linux builder-debian.home.annexia.org 2.6.36-trunk-amd64 #1 SMP Wed Oct 27 14:28:29 UTC 2010 x86_64 GNU/Linux Tue Jun 7 20:00:01 BST 2011 ----- + git pull --rebase git://git.annexia.org/git/febootstrap.git master >From git://git.annexia.org/git/febootstrap *
2011 Jun 14
1
builder-ubuntu libguestfs FAILED tests 4ee190628bc05f0c8fad1f6d9c3e85619a91e8b8
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...
2011 Jun 24
0
builder-ubuntu libguestfs FAILED tests 14bb3b5ae75f41af05ca6d26ebbb5e85aacf2e20
...ecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr i...