search for: putput

Displaying 5 results from an estimated 5 matches for "putput".

Did you mean: output
2012 Mar 25
1
[LLVMdev] LLVM Metadata to Dwarf tags
...t the offset into the final x86 object file of each one of these immediate values. An example of the output in Assembly looks like: movq $653406579, -8(%rbp) ## imm = 0x26F23173 In reality, I'd settle for a simple way to get the offset into the Obj file of the movq instruction that I could putput to a separate file, but It'd be better if I could get it into the DWARF tags. Does anyone have any familiarity with this to give me some pointers? Thanks, AK -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachment...
2019 Feb 04
0
Unable to start libvirt systemd service
.../usr/sbin/libvirtd --daemon --config /etc/libvirt/libvirtd.conf root 420 1 0 06:33 ? 00:00:00 /usr/sbin/libvirtd --daemon --config /etc/libvirt/libvirtd.conf After sometime, I see that the virsh list command goes through and the command ps -ef | grep libvirtd, gives the following putput ps -ef | grep libvirtd root 420 1 0 06:33 ? 00:00:00 /usr/sbin/libvirtd --daemon --config /etc/libvirt/libvirtd.conf root 610 227 0 06:34 ttyS0 00:00:00 grep libvirtd root at draco:~# virsh list Id Name State -------------------- Following are the logs of journal...
2007 Dec 12
6
namespace problem / 1.1beta11
...ecting them to a somewhat shared file system. Forwarding all mail to a SMTP server on the machine running dovecot and doing delivery there isn't the favoured option (at least for us). And a huge thx to Timo on working that hard on such a great working product! Regrads, Sebastian Dovecot conf putput: # 1.1.beta11: /etc/dovecot/dovecot.conf base_dir: /home/dovecot/ syslog_facility: local3 protocols: imap pop3 ssl_disable: yes disable_plaintext_auth: no login_dir: /home/dovecot/var/run/login login_executable(default): /opt/dovecot-1.1-beta11/libexec/dovecot/imap-login login_executable(imap): /...
2009 Mar 13
6
R multiline expression grief
Dear all. After much grief I have finally found the source of some weird discrepancies in results generated using R. It turns out that this is due to the way R handles multi-line expressions. Here is an example with R version 2.8.1: ---------------------------------------------------- # R-script... r_parse_error <- function () { a <- 1; b <- 1; c <- 1; d <- a + b + c; e
2009 Mar 14
1
multiple hypothesis testing
...uld have sent the value of 'b' (the "+" > being the unary operator "+" which does not change anything) > to the console if it did not occur inside a function definition. > As it is, although "+ b" is evaluated, because it is inside the > function no putput is produced. Similarly for "+ c;" (and, once > again, the ";" is irrelevant since a ";" at the end of a line > does nothing -- unless the line was syntatically incomplete at > that point, in which case ";" as the expression terminator > would trig...