htop/generic
Explorer09 a46b3f0a98 Use 'fp' name for local 'FILE*' variables.
It is inappropriate to use the 'fd' name for 'FILE*' variables.
POSIX file descriptiors are of type 'int' and are distinguished from
ISO C stream pointers (type 'FILE*').

Rename these variables to 'fp', which is a preferred naming in POSIX.
(Note that ISO C preferred the 'stream' name for the variables.)

No code changes.
2024-04-17 11:54:00 +02:00
..
fdstat_sysctl.c DragonFlyBSD: build fixes 2024-01-20 11:51:47 +01:00
fdstat_sysctl.h Implement File Descriptor Meter support for DragonflyBSD/FreeBSD/NetBSD 2023-02-19 17:56:50 +01:00
gettime.c Make header sort order consistent again 2023-05-24 10:08:28 +02:00
gettime.h Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00
hostname.c Make header sort order consistent again 2023-05-24 10:08:28 +02:00
hostname.h Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00
openzfs_sysctl.c Implement FreeBSD support for minimum ZFS ARC size 2022-05-30 07:50:57 +02:00
openzfs_sysctl.h Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00
uname.c Use 'fp' name for local 'FILE*' variables. 2024-04-17 11:54:00 +02:00
uname.h Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00