Displaying 13 results from an estimated 13 matches for "__format".
Did you mean:
s_format
2015 Jan 08
1
New version of Rtools for Windows
...???^
>>> In file included from compat.c:3:0:
>>> F:/MinGW64/x86_64-w64-mingw32/include/stdio.h:553:5: note: previous
>>> definition of 'snprintf' was here
>>>???int snprintf (char * __restrict__ __stream, size_t __n, const char *
>>> __restrict__ __format, ...)
>>>? ? ???^
>>> compat.c:75:5: error: redefinition of 'vsnprintf'
>>>???int vsnprintf(char *buffer, size_t bufferSize, const char *format,
>>> va_list args)
>>>? ? ???^
>>> In file included from compat.c:3:0:
>>> F:/MinGW6...
2009 Oct 27
1
Storage admin patches
This set of patches supercedes the previous set, and has been rebased
with changes from upstream.
2009 Nov 09
1
Rebased again...
This patch again rebases on upstream and should apply on next as of right now.
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
...absolute path." % self.__target_path.value())
+ result = False
+ else:
+ errors.append("You must enter a target path.")
+ result = False
+ if self.__config.needs_format():
+ if self.__formats.getSelection() is None:
+ errors.append("You must select a pool format.")
+ result = False
+ if self.__config.needs_hostname():
+ if utils.string_is_not_blank(self.__hostname.value()):
+ errors.append(&quo...
2009 Oct 21
1
Storage administration and refactoring of domain admin
This pair of patches provide a new storage admin interface. Then, on top of that,
it refactors the domain administration pieces to now properly use storage pools
and volumes when defining a new VM.
2015 Jan 08
1
New version of Rtools for Windows
...int snprintf(char *buffer, size_t max, const char *format, ...)
^
In file included from compat.c:3:0:
F:/MinGW64/x86_64-w64-mingw32/include/stdio.h:553:5: note: previous
definition of 'snprintf' was here
int snprintf (char * __restrict__ __stream, size_t __n, const char *
__restrict__ __format, ...)
^
compat.c:75:5: error: redefinition of 'vsnprintf'
int vsnprintf(char *buffer, size_t bufferSize, const char *format,
va_list args)
^
In file included from compat.c:3:0:
F:/MinGW64/x86_64-w64-mingw32/include/stdio.h:543:7: note: previous
definition of 'vsnprintf' w...
2015 Jan 08
0
New version of Rtools for Windows
...t, ...)
>> ^
>> In file included from compat.c:3:0:
>> F:/MinGW64/x86_64-w64-mingw32/include/stdio.h:553:5: note: previous
>> definition of 'snprintf' was here
>> int snprintf (char * __restrict__ __stream, size_t __n, const char *
>> __restrict__ __format, ...)
>> ^
>> compat.c:75:5: error: redefinition of 'vsnprintf'
>> int vsnprintf(char *buffer, size_t bufferSize, const char *format,
>> va_list args)
>> ^
>> In file included from compat.c:3:0:
>> F:/MinGW64/x86_64-w64-mingw32/include...
2015 Jan 08
0
New version of Rtools for Windows
...^
>>> In file included from compat.c:3:0:
>>> F:/MinGW64/x86_64-w64-mingw32/include/stdio.h:553:5: note: previous
>>> definition of 'snprintf' was here
>>> int snprintf (char * __restrict__ __stream, size_t __n, const char *
>>> __restrict__ __format, ...)
>>> ^
>>> compat.c:75:5: error: redefinition of 'vsnprintf'
>>> int vsnprintf(char *buffer, size_t bufferSize, const char *format,
>>> va_list args)
>>> ^
>>> In file included from compat.c:3:0:
>>> F:/MinGW6...
2009 Oct 12
1
First draft: node storage admin
This patch provides the ability to create a "dir" type storage pool, and to add
and remove volumes for existing pools.
2009 Dec 03
2
Refactored, fixed and ready to review...
This set of patches needed some reworking since they would not apply on top of
next. They are ready for review and to be pushed.
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...w__));
extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf,
size_t __size) __attribute__ ((__nothrow__));
extern void setlinebuf (FILE *__stream) __attribute__ ((__nothrow__));
extern int fprintf (FILE *__restrict __stream,
__const char *__restrict __format, ...);
extern int printf (__const char *__restrict __format, ...);
extern int sprintf (char *__restrict __s,
__const char *__restrict __format, ...) __attribute__ ((__nothrow__));
extern int vfprintf (FILE *__restrict __s, __const char *__restrict __format,
__gnuc_va_list __a...
2014 Jan 07
38
[Bug 73358] New: [nv34] adobe flash + firefox -> DATA_ERROR
https://bugs.freedesktop.org/show_bug.cgi?id=73358
Priority: medium
Bug ID: 73358
Assignee: nouveau at lists.freedesktop.org
Summary: [nv34] adobe flash + firefox -> DATA_ERROR
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: ronald645 at gmail.com