OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sizebuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/tunefs/
tunefs.c
548
char
sizebuf
[8];
local
549
humanize_number(
sizebuf
, 6, size * blksize, "B",
551
printf("%s (%" PRId64 " bytes)",
sizebuf
, logsize);
/src/external/bsd/ekermit/dist/
kermit.c
1294
UCHAR
sizebuf
[SIZEBUFL+1];
local
1303
sizebuf
[i] = *s++;
1304
sizebuf
[i] = '\0'; /* Terminate with null */
1307
fsizek = stringnum(
sizebuf
,k); /* Convert to number */
1309
if (
sizebuf
[0] == 'A') /* Text */
1311
else if (
sizebuf
[0] == 'B') /* Binary */
1314
debug(DB_LOG,"gattr size",
sizebuf
,0);
1327
sizebuf
[i] = *s++;
1328
sizebuf
[i] = '\0'; /* Terminate with null */
1330
fsize = stringnum(
sizebuf
,k); /* Convert to number *
[
all
...]
/src/libexec/ftpd/
ftpd.c
2001
char
sizebuf
[32];
local
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
);
/src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c
2423
char
sizebuf
[32];
local
2557
zfs_nicenum(space,
sizebuf
, sizeof (
sizebuf
));
2559
(void) snprintf(
sizebuf
, sizeof (
sizebuf
), "%llu", space);
2560
sizelen = strlen(
sizebuf
);
Completed in 22 milliseconds
Indexes created Thu Apr 30 00:23:01 UTC 2026