Searched refs:FMT_SCALED_STRSIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c215 * Result must point to an allocated buffer of length FMT_SCALED_STRSIZE.
261 strlcpy(result, "0B", FMT_SCALED_STRSIZE);
269 (void)snprintf(result, FMT_SCALED_STRSIZE, "%lld%c",
272 (void)snprintf(result, FMT_SCALED_STRSIZE, "%lld.%1lld%c",
286 char *cinput = "1.5K", buf[FMT_SCALED_STRSIZE];
H A Dopenbsd-compat.h139 #define FMT_SCALED_STRSIZE 7 macro
/freebsd-12-stable/crypto/openssh/
H A Dsftp-common.c221 char sbuf[FMT_SCALED_STRSIZE];
H A Dsftp.c1039 char s_used[FMT_SCALED_STRSIZE], s_avail[FMT_SCALED_STRSIZE];
1040 char s_root[FMT_SCALED_STRSIZE], s_total[FMT_SCALED_STRSIZE];

Completed in 104 milliseconds