slstatus/components
Laslo Hunhold 422cadfd5f Implement esnprintf() and make formatted calls more efficient
Within the components, snprintf() was unchecked and had inefficient
calls in some places.
We implement esnprintf() that does all the dirty laundry for us
and use it exclusively now.
2018-05-19 19:44:02 +02:00
..
battery.c Implement esnprintf() and make formatted calls more efficient 2018-05-19 19:44:02 +02:00
cpu.c Use %d instead of accidentally %i 2018-05-18 19:58:51 +02:00
datetime.c Add warn() and die() 2018-05-18 11:13:05 +02:00
disk.c Implement fmt_scaled for disk_* functions 2018-05-18 23:14:55 +02:00
entropy.c entropy: Small fix 2018-05-06 23:09:36 +02:00
hostname.c Add warn() and die() 2018-05-18 11:13:05 +02:00
ip.c Simplify ipv* functions 2018-05-19 13:34:18 +02:00
kernel_release.c Add warn() and die() 2018-05-18 11:13:05 +02:00
keyboard_indicators.c Add warn() and die() 2018-05-18 11:13:05 +02:00
load_avg.c Add warn() and die() 2018-05-18 11:13:05 +02:00
netspeeds.c Implement esnprintf() and make formatted calls more efficient 2018-05-19 19:44:02 +02:00
num_files.c Add warn() and die() 2018-05-18 11:13:05 +02:00
ram.c Implement fmt_scaled for ram_* functions 2018-05-18 23:38:59 +02:00
run_command.c Add warn() and die() 2018-05-18 11:13:05 +02:00
swap.c Implement fmt_scaled for swap_* functions 2018-05-18 23:19:18 +02:00
temperature.c Add warn() and die() 2018-05-18 11:13:05 +02:00
uptime.c uptime: Format function is static 2018-05-19 01:55:31 +02:00
user.c Add warn() and die() 2018-05-18 11:13:05 +02:00
volume.c Add warn() and die() 2018-05-18 11:13:05 +02:00
wifi.c Implement esnprintf() and make formatted calls more efficient 2018-05-19 19:44:02 +02:00