OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMT_SCALED_STRSIZE
(Results
1 - 4
of
4
) sorted by null
/external/openssh/openbsd-compat/
fmt_scaled.c
189
* Result must point to an allocated buffer of length
FMT_SCALED_STRSIZE
.
232
strlcpy(result, "0B",
FMT_SCALED_STRSIZE
);
240
(void)snprintf(result,
FMT_SCALED_STRSIZE
, "%lld%c",
243
(void)snprintf(result,
FMT_SCALED_STRSIZE
, "%lld.%1lld%c",
257
char *cinput = "1.5K", buf[
FMT_SCALED_STRSIZE
];
openbsd-compat.h
110
#define
FMT_SCALED_STRSIZE
7
/external/openssh/
sftp-common.c
196
char sbuf[
FMT_SCALED_STRSIZE
];
sftp.c
867
char s_used[
FMT_SCALED_STRSIZE
];
868
char s_avail[
FMT_SCALED_STRSIZE
];
869
char s_root[
FMT_SCALED_STRSIZE
];
870
char s_total[
FMT_SCALED_STRSIZE
];
[
all
...]
Completed in 395 milliseconds