strtof            284 daemons/controld/controld_throttle.c         throttle_set_load_target(strtof(value, NULL) / 100.0);
strtof           1311 lib/common/options.c     float number = strtof(value, &end);
strtof            453 lib/common/procfs.c         *load = strtof(buffer, NULL);