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

  /src/sbin/tunefs/
tunefs.c 548 char sizebuf[8]; local in function:show_log_info
549 humanize_number(sizebuf, 6, size * blksize, "B",
551 printf("%s (%" PRId64 " bytes)", sizebuf, logsize);
  /src/libexec/ftpd/
ftpd.c 2001 char sizebuf[32]; local in function:dataconn
2008 (void)snprintf(sizebuf, sizeof(sizebuf), " (" LLF " byte%s)",
2011 sizebuf[0] = '\0';
2046 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
2051 name, sizebuf);
2094 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);

Completed in 15 milliseconds