HomeSort by relevance Sort by last modified time
    Searched refs:lprint (Results 1 - 8 of 8) 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));
470 lprint ("Error: tty_attach failed in misc.c:relay()\r\n");
515 void lprint(const char *format, ...) function
529 lprint(const char *format, ...) function
531 lprint(va_alist) va_dcl
603 lprint("Error: Bad arguments\r\n");
610 lprint("Error: Bad first argument\r\n");
618 lprint("Error: Bad second argument\r\n")
    [all...]
slirp.h 218 void lprint _P((const char *, ...));
  /bionic/libc/regex/
engine.c 64 #define print lprint

Completed in 76 milliseconds