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

  /external/qemu/slirp/
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...]
  /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/qemu/slirp-android/
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...]

Completed in 351 milliseconds