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

  /src/usr.sbin/lpr/lpc/
cmds.c 94 char prbuf[100]; local in function:doabort
101 printer = prbuf;
103 cp1 = prbuf;
106 (size_t)(cp1 - prbuf) < sizeof(prbuf))
217 char prbuf[100]; local in function:clean
224 printer = prbuf;
226 cp1 = prbuf;
229 (size_t)(cp1 - prbuf) < sizeof(prbuf))
354 char prbuf[100]; local in function:enable
425 char prbuf[100]; local in function:disable
490 char prbuf[100]; local in function:down
604 char prbuf[100]; local in function:restart
641 char prbuf[100]; local in function:startcmd
701 char prbuf[100]; local in function:status
793 char prbuf[100]; local in function:stop
1016 char prbuf[100]; local in function:up
    [all...]
  /src/sbin/fsdb/
fsdb.c 897 char prbuf[CHARS_PER_LINES+1]; local in function:print_blks32
908 snprintf(prbuf, CHARS_PER_LINES, "%d ", iswap32(buf[blk]));
909 if ((chars + strlen(prbuf)) > CHARS_PER_LINES) {
915 printf("%s", prbuf);
916 chars += strlen(prbuf);
925 char prbuf[CHARS_PER_LINES+1]; local in function:print_blks64
937 snprintf(prbuf, CHARS_PER_LINES, "%lld ",
939 if ((chars + strlen(prbuf)) > CHARS_PER_LINES) {
945 printf("%s", prbuf);
946 chars += strlen(prbuf);
    [all...]

Completed in 13 milliseconds