HomeSort by relevance Sort by last modified time
    Searched defs:lprint (Results 1 - 2 of 2) 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/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 419 milliseconds