Searched refs:scan_scaled (Results 1 – 8 of 8) sorted by relevance
76 scan_scaled(char *scaled, long long *result) in scan_scaled() function276 if (scan_scaled(cinput, &result) == 0) in main()
132 int scan_scaled(char *, long long *);
1313 if (scan_scaled(arg, &val64) == -1) in process_server_config_line()
1026 if (scan_scaled(arg, &val64) == -1) in process_config_line_depth()
935 /* Define to 1 if you have the `scan_scaled' function. */
1322 AC_SEARCH_LIBS([scan_scaled], [util bsd])1328 AC_CHECK_FUNCS([fmt_scaled scan_scaled login logout openpty updwtmp logwtmp])
297 fix signed integer overflow in scan_scaled. Found by Nicolas Iooss307 make scan_scaled set errno to EINVAL rather than ERANGE if it encounters5356 (limited by the return type of scan_scaled). Part of bz#2521, ok djm.
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing scan_scaled" >&59171 $as_echo_n "checking for library containing scan_scaled... " >&6; }