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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c273 char *cinput = "1.5K", buf[FMT_SCALED_STRSIZE]; local
276 if (scan_scaled(cinput, &result) == 0)
277 printf("\"%s\" -> %lld\n", cinput, result);
279 perror(cinput);

Completed in 57 milliseconds