search for: _vsnprintf

Displaying 17 results from an estimated 17 matches for "_vsnprintf".

Did you mean: vsnprintf
2002 Feb 27
1
anyone compile source on Mac OS X?
...opt.o popt/poptconfig.o popt/popthelp.o popt/poptparse.o /usr/bin/ld: warning multiple definitions of symbol _snprintf lib/snprintf.o definition of _snprintf in section (__TEXT,__text) /usr/lib/libSystem.dylib(snprintf.o) definition of _snprintf /usr/bin/ld: warning multiple definitions of symbol _vsnprintf lib/snprintf.o definition of _vsnprintf in section (__TEXT,__text) /usr/lib/libSystem.dylib(vsnprintf.o) definition of _vsnprintf /usr/bin/ld: Undefined symbols: _freehostent _getipnodebyaddr make: *** [rsync] Error 1
2002 Nov 15
0
building rsync on MacOSX 10.2.2
.../findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o popt/poptparse.o ld: warning multiple definitions of symbol _snprintf lib/snprintf.o definition of _snprintf in section (__TEXT,__text) /usr/lib/libSystem.dylib(snprintf.So) definition of _snprintf ld: warning multiple definitions of symbol _vsnprintf lib/snprintf.o definition of _vsnprintf in section (__TEXT,__text) /usr/lib/libSystem.dylib(vsnprintf.So) definition of _vsnprintf -------------- next part -------------- diderot:/Volumes/local/tmp/rsync-2.5.5 94# make check Please ignore warnings below abou...
2001 Oct 23
1
can't find files due to wrong filepath
...0000) retval = 406b2c94 ret=40c3516c 0806cc20:RET rlmfc.22: ??0R_Exception@@IAE@XZ() retval = 406b2c94 ret=00456338 0806cc20:CALL rlmfc.690: ?setError@R_Exception@@QAAXPBDZZ(406b2c94,004d4850 "Could not find file %s",004d5360 "3dmark.ras") ret=0045635e 0806cc20:CALL msvcrt.497: _vsnprintf(<unknown, check return>) ret=40c352ef 0806cc20:RET msvcrt.497: _vsnprintf() retval = 0000001e ret=40c352ef 0806cc20:RET rlmfc.690: ?setError@R_Exception@@QAAXPBDZZ() retval = 00000000 ret=0045635e 0806cc20:CALL rlmfc.22: ??0R_Exception@@IAE@XZ() ret=00419269 0806cc20:CALL mfc42.349: @(00000...
2003 Apr 29
6
Connection refused
I've added the: /etc/services /etc/inetd entries as well as /etc/rsync.conf with the contents: [io] path = //Volumes/Mac_OS_X/Library/WebServer/iolanguage.com/Io comment = iolanguage source code But I get this error: % rsync -rvR --progress localhost:/ . localhost.dekorte.com: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error:
2005 Nov 11
0
building icecast under Windows
...if you don't] implement.h is include with pthreads-win32. It's in the pthreads.# (I've been using pthreads.1) Don't use the Pre-build.# directory, except to link the libraries. Use the pthreads.# as the include directory. move the following from sock.c to os.h #define vsnprintf _vsnprintf #ifndef __MINGW32__ #define va_copy(ap1, ap2) memcpy(&ap1, &ap2, sizeof(va_list)) #endif Should solve the problem with ezstream too ;) Also, I had to add this to os.h too between the #ifdef WIN32: #define inline __inline typedef unsigned int size_t; You could also just change inline to _...
2024 Mar 08
6
[Bug 3670] New: [ssh-agent] 100% CPU spin in cleanup_handler signal handler
...8438 sshlogv (in ssh-agent) + 127 [0x10d0f35af] 8438 snprintf (in libsystem_c.dylib) + 156 [0x7ff8198c60d4] 8438 vsnprintf_l (in libsystem_c.dylib) + 41 [0x7ff8198c6020] 8438 _vsnprintf (in libsystem_c.dylib) + 256 [0x7ff8198e87ce] 8438 __vfprintf (in libsystem_c.dylib) + 113 [0x7ff8198b9ef7] 8438 localeconv_l (in libsystem_c.dylib) + 52 [0x7ff8198be2f4] 84...
2015 Jan 08
1
New version of Rtools for Windows
...just delete them from compat.c. >>> The specific lines are: >>> >>> int snprintf(char *buffer, size_t max, const char *format, ...) >>> { >>>? ? ? int res; >>>? ? ? va_list(ap); >>>? ? ? va_start(ap, format); >>>? ? ? res = trio_vsnprintf(buffer, max, format, ap); >>>? ? ? va_end(ap); >>>? ? ? return res; >>> } >>> >>> int vsnprintf(char *buffer, size_t bufferSize, const char *format, va_list args) >>> { >>>? ? ? return trio_vsnprintf(buffer, bufferSize, format, args); &...
2019 Jul 05
0
Wine release 4.12
...adFile. include: Complete IMimeHeaderTable/IMimeEnumHeaderRows interfaces. winebus.sys: Increase buffer size to match max length available. André Hentschel (1): kernelbase: Return on failed allocation (Coverity). Dmitry Timoshkov (3): ntdll: Add '-norelay' flag for _vsnprintf(). msvcrt: Add '-norelay' flag for _vsnprintf(). msvcrt: Fix handling of dst == src in wcscpy_s. Ethan Lee (2): xaudio2: Add TRACE functions to CreateAudioReverb/CreateAudioVolumeMeter. xaudio2: Export functions by ordinal. Fabian Maurer (2): kernel32/tests:...
2019 Sep 13
0
Wine release 4.16
...missing header. include: Add DSFX_I3DL2REVERB defines. include: Correct DSFX_I3DL2REVERB_ROOM_MIN value. wininet/tests: InternetQueryOption should return a valid value for username/password when using cached credentials. Andrew Eikum (3): ntoskrnl.exe: Add -norelay flag for _vsnprintf. mmdevapi: Avoid reporting odd numbers of channels. winebus.sys: Don't WARN about backends we didn't build. Andrey Gusev (3): wininet/tests: Remove LPVOID cast. winhttp/tests: Remove LPVOID casts. dxgi: Add IDXGIDevice3 stub. Daniel Lehman (3): wininet:...
2019 Oct 18
0
Wine release 4.18
...bscript: Move OnEnterScript/OnLeaveScript calls to exec_script. vbscript: Call OnScriptError for runtime errors. vbscript: Call OnScriptError for compile errors. vbscript/tests: Add more tests. ucrtbase: Use -norelay for __stdio_common_vsprintf. msvcr: Use -norelay for _vsnprintf. server: Reselect read queue before write queue in pipe_end_write. kernel32/tests: Add message mode non-blocking pipe test. kernelbase: Update SetNamedPipeHandleState debug trace. vbscript: Factor out invoke_vbdisp. vbscript: Don't use IDispatchEx for internal call...
2020 Feb 28
0
Wine release 5.3
...s: Implement GdipSaveAddImage() and GdipSaveAdd(). Fran?ois Gouget (11): kernel32/tests: Clarify the process's quotes handling comment. advapi32/tests: Simplify the name of the test unit for child processes. msvcrt: Add _CRT_INT_MAX to corecrt.h. msvcrt: Old versions of _vsnprintf() treat the size as a signed int. shell32/tests: Simplify the name of the test unit for child processes. msvcrt/tests: Simplify the name of the test unit for child processes. kernel32/tests: Simplify the name of the test unit for child processes. kernel32/tests: Avoid a race...
2020 Feb 16
0
Wine release 5.2
...ers for objects inside importlibs. user32: Initialize module handle to NULL for null driver. stdio.h: Provide sprintf and _snprintf as inline wrappers. corecrt_stdio_config.h: Add new header file. include: Move NULL define to corecrt.h. ucrtbase: Use public headers for _vsnprintf implementation. Jacek Konieczny (2): winealsa.drv: Allow external MIDI port connection changes. winealsa.drv: Send MIDI events to port subscribers. Jeff Smith (2): gdiplus: Fix calculation for 32-bit PARGB to ARGB conversion. gdiplus: Round up when converting from 32-bit A...
2019 Apr 12
0
Wine release 4.6
...unicode.h when building against msvcrt. libwine: Move string functions to libwine_port. crtdll: Sort source file list. msvcrt: Add MSVCRT_ prefix to the spawn() functions. msvcrt: Export an import symbol for __acrt_iob_func() for compatibility with Mingw. msvcp: Define _vsnprintf(). libport: Don't hide the casemap and wctype tables. ntdll: Use static debug info before initialization is done. include: Make wine_dbgstr_an()/wine_dbgstr_wn() into inline functions. include: Make wine_dbg_sprintf() into an inline function. include: Make wine_dbg...
2010 May 07
0
Wine release 1.1.44
...ion. jscript: Update Dutch translation. wineconsole: Update Dutch translation. winmm: Update Dutch translation. msi: Update Dutch translation. user32/tests: Run the tests again on Win95. Piotr Caban (53): msvcrt: Format strings according to specified locale in pf_vsnprintf. msvcrt: Add parameters to mimic *_s function behaviour in pf_vsnprintf. msvcrt: Added _vsnprintf* implementation. msvcrt: Added _vsnwprintf* implementation. msvcrt: Added implementations of _vswprintf* functions. msvcrt: Fix multiple locales parsing in _create_locale....
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...supported in assembly code... no checking for _pclose... no checking for _popen... no checking for _snprintf... no checking for _spawnvp... no checking for _strdup... no checking for _stricmp... no checking for _strnicmp... no checking for _strtoi64... no checking for _strtoui64... no checking for _vsnprintf... no checking for asctime_r... yes checking for chsize... no checking for dlopen... yes checking for epoll_create... no checking for ffs... yes checking for finite... yes checking for fnmatch... yes checking for fork... yes checking for fpclass... no checking for fstatfs... yes checking for fstatv...
2006 May 18
2
Problems compiling Wine
..... libgif.so checking for -lcapi20 soname... libcapi20.so.2 checking for _lwp_create... no checking for _lwp_self... no checking for _pclose... no checking for _popen... no checking for _snprintf... no checking for _spawnvp... no checking for _stricmp... no checking for _strnicmp... no checking for _vsnprintf... no checking for asctime_r... yes checking for chsize... no checking for clone... yes checking for epoll_create... yes checking for ffs... yes checking for finite... yes checking for fork... yes checking for fpclass... no checking for fstatfs... yes checking for fstatvfs... yes checking for ftrun...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address