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

  /src/sys/arch/macppc/stand/bootxx/
bootxx.c 303 putstrn(const char *s, size_t n) function in typeref:typename:void
308 #define putstr(x) putstrn((x),sizeof(x)-1)
309 #define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0)
349 putstrn(bootpath, i);
bootxx.c 303 putstrn(const char *s, size_t n) function in typeref:typename:void
308 #define putstr(x) putstrn((x),sizeof(x)-1)
309 #define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0)
349 putstrn(bootpath, i);

Completed in 21 milliseconds