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

/freebsd-10-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
260 if (scan_scaled(cinput, &result) == 0)
H A Dopenbsd-compat.h132 int scan_scaled(char *, long long *);
/freebsd-10-stable/crypto/openssh/
H A Dssh_namespace.h558 #define scan_scaled Fssh_scan_scaled macro
H A Dservconf.c1347 if (scan_scaled(arg, &val64) == -1)
H A Dreadconf.c1037 if (scan_scaled(arg, &val64) == -1)

Completed in 202 milliseconds