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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c205 * Result must point to an allocated buffer of length FMT_SCALED_STRSIZE.
248 strlcpy(result, "0B", FMT_SCALED_STRSIZE);
256 (void)snprintf(result, FMT_SCALED_STRSIZE, "%lld%c",
259 (void)snprintf(result, FMT_SCALED_STRSIZE, "%lld.%1lld%c",
273 char *cinput = "1.5K", buf[FMT_SCALED_STRSIZE];
H A Dopenbsd-compat.h127 #define FMT_SCALED_STRSIZE 7 macro
/freebsd-11-stable/crypto/openssh/
H A Dsftp-common.c221 char sbuf[FMT_SCALED_STRSIZE];
H A Dsftp.c972 char s_used[FMT_SCALED_STRSIZE], s_avail[FMT_SCALED_STRSIZE];
973 char s_root[FMT_SCALED_STRSIZE], s_total[FMT_SCALED_STRSIZE];

Completed in 69 milliseconds