Home
last modified time | relevance | path

Searched refs:scan_scaled (Results 1 – 8 of 8) sorted by relevance

/external/openssh/openbsd-compat/
Dfmt_scaled.c76 scan_scaled(char *scaled, long long *result) in scan_scaled() function
276 if (scan_scaled(cinput, &result) == 0) in main()
Dopenbsd-compat.h132 int scan_scaled(char *, long long *);
/external/openssh/
Dservconf.c1313 if (scan_scaled(arg, &val64) == -1) in process_server_config_line()
Dreadconf.c1026 if (scan_scaled(arg, &val64) == -1) in process_config_line_depth()
Dconfig.h.in935 /* Define to 1 if you have the `scan_scaled' function. */
Dconfigure.ac1322 AC_SEARCH_LIBS([scan_scaled], [util bsd])
1328 AC_CHECK_FUNCS([fmt_scaled scan_scaled login logout openpty updwtmp logwtmp])
DChangeLog297 fix signed integer overflow in scan_scaled. Found by Nicolas Iooss
307 make scan_scaled set errno to EINVAL rather than ERANGE if it encounters
5356 (limited by the return type of scan_scaled). Part of bz#2521, ok djm.
Dconfigure9170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing scan_scaled" >&5
9171 $as_echo_n "checking for library containing scan_scaled... " >&6; }