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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c33 * scan_scaled: Scan numbers in this format.
76 scan_scaled(char *scaled, long long *result) function
276 if (scan_scaled(cinput, &result) == 0)
H A Dopenbsd-compat.h132 int scan_scaled(char *, long long *);
/freebsd-11-stable/crypto/openssh/
H A Dssh_namespace.h550 #define scan_scaled Fssh_scan_scaled macro
H A Dservconf.c1326 if (scan_scaled(arg, &val64) == -1)
H A Dreadconf.c1037 if (scan_scaled(arg, &val64) == -1)

Completed in 183 milliseconds