HomeSort by relevance Sort by last modified time
    Searched refs:lprint (Results 1 - 11 of 11) sorted by null

  /external/qemu/slirp/
debug.c 44 lprint("Error: Debugging file \"%s\" could not be opened: %s\r\n",
91 lprint(" \r\n");
99 lprint("Unit %d:\r\n", ttyp->unit);
100 lprint(" using %s encapsulation (VJ compression is %s)\r\n", (
105 lprint(" %d baudrate\r\n", ttyp->baud);
106 lprint(" interface is %s\r\n", ttyp->up?"up":"down");
107 lprint(" using fd %d, guardian pid is %d\r\n", ttyp->fd, ttyp->pid);
109 lprint(" towrite is %d bytes\r\n", ttyp->towrite);
112 lprint(" %d zeros have been typed\r\n", ttyp->zeros);
114 lprint(" %d ones have been typed\r\n", ttyp->ones)
    [all...]
misc.c 23 lprint("X Redir: X not being redirected.\r\n");
25 lprint("X Redir: In sh/bash/zsh/etc. type: DISPLAY=%s:%d.%d; export DISPLAY\r\n",
27 lprint("X Redir: In csh/tcsh/etc. type: setenv DISPLAY %s:%d.%d\r\n",
30 lprint("X Redir: Redirecting to display %d\r\n", x_display);
50 lprint("X Redir: X already being redirected.\r\n");
63 lprint("X Redir: Error: Couldn't redirect a port for X. Weird.\r\n");
272 lprint("Error: openpty failed: %s\n", strerror(errno));
286 lprint("Error: inet socket: %s\n", strerror(errno));
295 lprint("Error: fork failed: %s\n", strerror(errno));
509 lprint ("Error: tty_attach failed in misc.c:relay()\r\n")
554 void lprint(const char *format, ...) function
568 lprint(const char *format, ...) function
    [all...]
slirp.c 129 lprint("IP address of your DNS(s): ");
142 lprint(", ");
146 lprint("(more)");
152 lprint("%s", inet_ntoa(tmp_addr));
slirp.h 265 void lprint _P((const char *, ...));
  /external/qemu/slirp-android/
debug.c 90 lprint(" \r\n");
98 lprint("Unit %d:\r\n", ttyp->unit);
99 lprint(" using %s encapsulation (VJ compression is %s)\r\n", (
104 lprint(" %d baudrate\r\n", ttyp->baud);
105 lprint(" interface is %s\r\n", ttyp->up?"up":"down");
106 lprint(" using fd %d, guardian pid is %d\r\n", ttyp->fd, ttyp->pid);
108 lprint(" towrite is %d bytes\r\n", ttyp->towrite);
111 lprint(" %d zeros have been typed\r\n", ttyp->zeros);
113 lprint(" %d ones have been typed\r\n", ttyp->ones);
114 lprint("Interface stats:\r\n")
    [all...]
misc.c 249 lprint("Error: openpty failed: %s\n", strerror(errno));
257 lprint("Error: inet socket: %s\n", errno_str);
264 lprint("Error: fork failed: %s\n", strerror(errno));
473 lprint ("Error: tty_attach failed in misc.c:relay()\r\n");
518 void lprint(const char *format, ...) function
532 lprint(const char *format, ...) function
534 lprint(va_alist) va_dcl
606 lprint("Error: Bad arguments\r\n");
613 lprint("Error: Bad first argument\r\n");
621 lprint("Error: Bad second argument\r\n")
    [all...]
slirp.h 218 void lprint _P((const char *, ...));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 62 def lprint(s, f = stdout, e = '\n') : function
121 lprint("Warning: unrecognized arg %s" % arg)
312 lprint("Warning: unrecognized arg %s" % arg)
585 lprint("warning: unused groups: %s" % ", ".join(unused_groups))
588 lprint("/* Generated by %s r%s, do not edit */" % \
590 lprint("""%%ignore-case
601 lprint("%s,\t%s" % (keyword.lower(), insns[keyword]), f)
629 lprint("/* Generated by %s r%s, do not edit */" % \
631 lprint("static const x86_info_operand insn_operands[] = {", f)
632 lprint(" ", f, ''
    [all...]
  /external/llvm/lib/Support/
regengine.inc 64 #define print lprint
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 100 #define print lprint
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 64 #define print lprint

Completed in 347 milliseconds