HomeSort by: relevance | last modified time | path
    Searched defs:lprintf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/dev/
lpt.c 89 #define lprintf if (0) aprint_error_dev macro
91 #define lprintf if (lptdebug) aprint_error_dev macro
212 lprintf(sc->sc_dev, "open: flags=0x%x\n", flags);
242 lprintf(sc->sc_dev, "opened\n");
280 lprintf(sc->sc_dev, "closed\n");
326 lprintf(sc->sc_dev, "write %d\n",
  /src/games/larn/
io.c 17 * lprintf(format,args . . .) printf to the output buffer
222 * lprintf(format,args . . .) printf to the output buffer
228 * Note: lprintf() only supports %s, %c and %d, with width modifier and left
235 lprintf(const char *fmt, ...) function in typeref:typename:void
473 lprintf("error creating file <%s>: %s\n", str,
556 * avoids calls to lprintf (time consuming)

Completed in 13 milliseconds