OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMT_SCALED_STRSIZE
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
fmt_scaled.h
2
#ifndef
FMT_SCALED_STRSIZE
3
#define
FMT_SCALED_STRSIZE
40
fmt_scaled.c
192
* Result must point to an allocated buffer of length
FMT_SCALED_STRSIZE
.
235
strlcpy(result, "0B",
FMT_SCALED_STRSIZE
);
243
(void)snprintf(result,
FMT_SCALED_STRSIZE
, "%lld%c",
246
(void)snprintf(result,
FMT_SCALED_STRSIZE
, "%lld.%1lld%c",
260
char *cinput = "1.5K", buf[
FMT_SCALED_STRSIZE
];
sftp-common.c
227
char sbuf[
FMT_SCALED_STRSIZE
];
sftp.c
1104
char s_used[
FMT_SCALED_STRSIZE
], s_avail[
FMT_SCALED_STRSIZE
];
1105
char s_root[
FMT_SCALED_STRSIZE
], s_total[
FMT_SCALED_STRSIZE
];
packet.c
2950
char *stats = NULL, bytes[
FMT_SCALED_STRSIZE
];
2985
char iraw_f[
FMT_SCALED_STRSIZE
] = "", oraw_f[
FMT_SCALED_STRSIZE
] = "";
2986
char icmp_f[
FMT_SCALED_STRSIZE
] = "", ocmp_f[
FMT_SCALED_STRSIZE
] = "";
/src/external/public-domain/sqlite/sqlite2mdoc/
config.h
179
#define
FMT_SCALED_STRSIZE
7 /* minus sign, 4 digits, suffix, null byte */
Completed in 27 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026