OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizebuf
(Results
1 - 6
of
6
) sorted by relevancy
/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/sbin/tunefs/
tunefs.c
551
char
sizebuf
[8];
local
552
humanize_number(
sizebuf
, 6, size * blksize, "B",
554
printf("%s (%" PRId64 " bytes)",
sizebuf
, logsize);
/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
);
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-sprintf.cc
2302
HOST_WIDE_INT
sizebuf
= -1;
2304
fldsize = &
sizebuf
;
2452
HOST_WIDE_INT
sizebuf
;
2454
fldsize = &
sizebuf
;
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-sprintf.cc
2291
HOST_WIDE_INT
sizebuf
= -1;
2293
fldsize = &
sizebuf
;
2441
HOST_WIDE_INT
sizebuf
;
2443
fldsize = &
sizebuf
;
Completed in 56 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026