search for: char

Displaying 20 results from an estimated 23076 matches for "char".

2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
...64.c b/hw/alpha_dp264.c index 5ea04c7..8f082a6 100644 --- a/hw/alpha_dp264.c +++ b/hw/alpha_dp264.c @@ -42,13 +42,13 @@ static int clipper_pci_map_irq(PCIDevice *d, int irq_num) return (slot + 1) * 4 + irq_num; } -static void clipper_init(ram_addr_t ram_size, - const char *boot_device, - const char *kernel_filename, - const char *kernel_cmdline, - const char *initrd_filename, - const char *cpu_model) +static void clipper_init(QEMUMachineInitArgs *args) { + ram_addr_t...
2007 Oct 10
1
[LLVMdev] make check fails on latest SVN version
...d with exit(2) at line 1 while running: /usr/bin/ocamlc -cc g++ -I /home/edwin/llvm-svn/llvm/Release/lib/ocaml llvm.cma llvm_analysis.cma /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml -o analysis.ml.tmp File "/home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml", line 39, characters 12-54: Warning X: this statement never returns (or has an unsound type.) /tmp/camlprim81a59e.c:839: warning: deprecated conversion from string constant to 'char*' /tmp/camlprim81a59e.c:839: warning: deprecated conversion from string constant to 'char*' /tmp/camlprim81a59e.c:83...
2007 Dec 07
2
Problems compiling xapian-core to run omega, SunOS
Hello xapian users, The server I'm compiling on is a little odd. SunOS on a sun4 architecture. Fails when linking, gives the following, memcpy 0x10 /usr/local/gcc-3.3.2/lib/./libstdc++.a(ctype.o) ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status *** Error code 1 make: Fatal error:
2012 Mar 13
2
[PATCH 0/2] 'int' to 'size_t' changes
These two patches are probably not completely independent, but separating them is a lot of work. With *both* patches applied, all the tests and extra-tests pass. That's no guarantee however that there isn't a mistake, so I don't think this patch is a candidate for the 1.16 branch, until it's had a lot more testing in development. Rich.
2016 May 24
2
Undefined symbols in llvm-objdump linkage on x86_64-apple-darwin15
Is anyone else seeing a bootstrap failure on x86_64-apple-darwin15 in current trunk? [ 95%] Linking CXX executable ../../bin/llvm-objdump Undefined symbols for architecture x86_64: "_xar_serialize", referenced from: DumpBitcodeSection(llvm::object::MachOObjectFile*, char const*, unsigned int, bool, bool, bool, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in MachODump.cpp.o "_xar_file_first", referenced from: DumpBitcodeSection(llvm::object::MachOObjectFile*, char const*, unsigned int, boo...
2008 Dec 05
0
[LLVMdev] Build errors on trunk for about a week now.
...rebuild after I clean it all... 4> Creating library R:\SDKs\llvm\trunk_VC8nocrap_building\lib\Debug\tblgen.lib and object R:\SDKs\llvm\trunk_VC8nocrap_building\lib\Debug\tblgen.exp 4>Record.obj : error LNK2001: unresolved external symbol "public: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::`copy constructor closure'(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (??_O?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@...
2014 Apr 30
2
[PATCH] daemon: xattr: factorize do_getxattr and do_lgetxattr
...tr.c | 54 +++++++++++------------------------------------------- 1 file changed, 11 insertions(+), 43 deletions(-) diff --git a/daemon/xattr.c b/daemon/xattr.c index abed5ff..d8ad59a 100644 --- a/daemon/xattr.c +++ b/daemon/xattr.c @@ -55,6 +55,7 @@ static guestfs_int_xattr_list *getxattrs (const char *path, ssize_t (*listxattr) static int _setxattr (const char *xattr, const char *val, int vallen, const char *path, int (*setxattr) (const char *path, const char *name, const void *value, size_t size, int flags)); static int _removexattr (const char *xattr, const char *path, int (*removexattr) (c...
2015 Jun 16
1
[PATCH] btrfs: remove unused 'out' variables
...------------------------------ 1 file changed, 20 insertions(+), 40 deletions(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 39392f7..f02acb1 100644 --- a/daemon/btrfs.c +++ b/daemon/btrfs.c @@ -1049,7 +1049,6 @@ do_btrfs_quota_enable (const mountable_t *fs, int enable) size_t i = 0; char *fs_buf = NULL; CLEANUP_FREE char *err = NULL; - CLEANUP_FREE char *out = NULL; int r = -1; fs_buf = mount (fs); @@ -1065,7 +1064,7 @@ do_btrfs_quota_enable (const mountable_t *fs, int enable) ADD_ARG (argv, i, fs_buf); ADD_ARG (argv, i, NULL); - r = commandv (&out, &er...
2008 Dec 05
2
[LLVMdev] Build errors on trunk for about a week now.
On Fri, Dec 5, 2008 at 1:52 PM, OvermindDL1 <overminddl1 at gmail.com> wrote: > / * snip */ Actually, rebuilding it makes "debug tblgen" fail with the errors at the end of this email, and as such everything that depends on it, how odd... When I get back to that computer then I will clean its directory, update from SVN (please fix the const thing soon :) ), and rebuild fresh...
2012 Nov 25
0
Problema de compilacion con Rcpp
.../lib/i386/libRcpp.a(RObject.o):RObject.cpp:(.text+0x8ff): undefined reference to `_Unwind_SjLj_Resume' C:/R-2.15.2/library/Rcpp/lib/i386/libRcpp.a(RObject.o):RObject.cpp:(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs[std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator...
2016 May 24
2
Undefined symbols in llvm-objdump linkage on x86_64-apple-darwin15
...re on x86_64-apple-darwin15 in >> current trunk? >> >> [ 95%] Linking CXX executable ../../bin/llvm-objdump >> Undefined symbols for architecture x86_64: >> "_xar_serialize", referenced from: >> DumpBitcodeSection(llvm::object::MachOObjectFile*, char const*, >> unsigned int, bool, bool, bool, std::__1::basic_string<char, >> std::__1::char_traits<char>, std::__1::allocator<char> >) in >> MachODump.cpp.o >> "_xar_file_first", referenced from: >> DumpBitcodeSection(llvm::object::Mac...
2012 Feb 01
1
[PATCH] Clarify the error message when unavailable functions are called (RHBZ#679737).
From: "Richard W.M. Jones" <rjones at redhat.com> Callers are supposed to use the availability API to check for functions that may not be available in particular builds of libguestfs. If they don't do this, currently they tend to get obscure error messages, eg: libguestfs: error: zerofree: /d...
2010 Jan 09
21
[Bug 25966] New: nv25 : rxvt scrolling is very slow
http://bugs.freedesktop.org/show_bug.cgi?id=25966 Summary: nv25 : rxvt scrolling is very slow Product: xorg Version: 7.5 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2009 Aug 12
23
[PATCH 0/23] factor and const-correctness
This started as a simple warning-elimination change. I'll get back to that series shortly ;-) It turned into a factorization and constification exercise during which I got a taste of ocaml. Thanks to Rich Jones for help with a few snippets in generator.ml. The overall result is that many previously-manually-maintained bits from daemon/*.c functions are now hoisted into the automatically-
2002 Aug 25
0
a question...
...alled Samba-2.2.4 on a kind of LFS. The client seems to work well (at least on remote machines), but when I try to print the local share list..... here it goes: hostname: bozhin ip: 192.168.0.1 smbclient -L bozhin -d 10 ****************************************************** Serverzone is 0 Adding chars 0x0 0x0 (l->u = False) (u->l = False) Adding chars 0x21 0x0 (l->u = False) (u->l = False) Adding chars 0x23 0x0 (l->u = False) (u->l = False) Adding chars 0x24 0x0 (l->u = False) (u->l = False) Adding chars 0x25 0x0 (l->u = False) (u->l = False) Adding chars 0x26 0x0...
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
...__cdecl jinja2::Template::Template(class jinja2::TemplateEnv *)" (??0Template at jinja2@@QEAA at PEAVTemplateEnv@1@@Z)​ >>> referenced by C:\Users\Osman\AppData\Local\Temp\currency_converter-264ae1.o:("void __cdecl handle_request<struct boost::beast::http::basic_string_body<char, struct std::char_traits<char>, class std::allocator<char>>, class std::allocator<char>, struct server_session::send_lambda &>(class boost::basic_string_view<char, struct std::char_traits<char>>, struct boost::beast::http::message<1, struct boost::beast::h...
2002 Aug 26
0
Test 3 failing ...
...s failed and I haven't to continue them. I send your TEST 3 results. Help me, please, to resolve this situation ... I have your best regards and good luck, Alex Tsupko. -------------- next part -------------- command --> smbclient -d 11 -L xl Serverzone is -10800 Adding chars 0x0 0x0 (l->u = False) (u->l = False) Adding chars 0x21 0x0 (l->u = False) (u->l = False) Adding chars 0x23 0x0 (l->u = False) (u->l = False) Adding chars 0x24 0x0 (l->u = False) (u->l = False) Adding chars 0x25 0x0 (l->u = False) (u->l = False) Adding chars 0x26 0x0...
2013 Nov 12
0
[klibc:master] syscalls: Fixup some of the -at syscall declarations
...8 ++++---- usr/klibc/SYSCALLS.def | 8 ++++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/usr/include/sys/stat.h b/usr/include/sys/stat.h index 4850429..c4b378e 100644 --- a/usr/include/sys/stat.h +++ b/usr/include/sys/stat.h @@ -69,8 +69,10 @@ __extern int fstatat(int, const char *, struct stat *, int); __extern int lstat(const char *, struct stat *); __extern mode_t umask(mode_t); __extern int mknod(const char *, mode_t, dev_t); -__extern int mknodat(int, const char *, const char *, mode_t, dev_t); +__extern int mknodat(int, const char *, mode_t, dev_t); __extern int m...
2002 Aug 27
0
FW: Test 3 failing ...
...s failed and I haven't to continue them. I send your TEST 3 results. Help me, please, to resolve this situation ... I have your best regards and good luck, Alex Tsupko. -------------- next part -------------- command --> smbclient -d 11 -L xl Serverzone is -10800 Adding chars 0x0 0x0 (l->u = False) (u->l = False) Adding chars 0x21 0x0 (l->u = False) (u->l = False) Adding chars 0x23 0x0 (l->u = False) (u->l = False) Adding chars 0x24 0x0 (l->u = False) (u->l = False) Adding chars 0x25 0x0 (l->u = False) (u->l = False) Adding chars 0x26 0x0...
2016 May 24
0
Undefined symbols in llvm-objdump linkage on x86_64-apple-darwin15
...seeing a bootstrap failure on x86_64-apple-darwin15 in > current trunk? > > [ 95%] Linking CXX executable ../../bin/llvm-objdump > Undefined symbols for architecture x86_64: > "_xar_serialize", referenced from: > DumpBitcodeSection(llvm::object::MachOObjectFile*, char const*, > unsigned int, bool, bool, bool, std::__1::basic_string<char, > std::__1::char_traits<char>, std::__1::allocator<char> >) in > MachODump.cpp.o > "_xar_file_first", referenced from: > DumpBitcodeSection(llvm::object::MachOObjectFile*, char...