/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);
|
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);
|
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);
|