| LOW | src/fastfetch.c | 1 | #include "fastfetch.h" |
| LOW | src/fastfetch.h | 1 | #pragma once |
| LOW | src/common/time.h | 1 | #pragma once |
| LOW | src/common/library.h | 1 | #pragma once |
| LOW | src/common/arrayUtils.h | 1 | #pragma once |
| LOW | src/common/color.h | 1 | #pragma once |
| LOW | src/common/color.h | 21 | #define FF_COLOR_FG_DEFAULT "39" |
| LOW | src/common/color.h | 41 | |
| LOW | src/common/textModifier.h | 1 | #pragma once |
| LOW | src/common/attributes.h | 1 | #pragma once |
| LOW | src/common/FFstrbuf.h | 1 | #pragma once |
| LOW | src/common/mallocHelper.h | 1 | #pragma once |
| LOW | src/common/io.h | 1 | #pragma once |
| LOW | src/common/io.h | 21 | #define FF_INVALID_FD (-1) |
| LOW | src/common/impl/format.c | 181 | "liblua5." #version FF_LIBRARY_EXTENSION, 0, \ |
| LOW | src/common/impl/init.c | 1 | #include "fastfetch.h" |
| LOW | src/common/impl/init.c | 181 | #if FF_HAVE_QUICKJS |
| LOW | src/common/impl/init.c | 201 | #endif |
| LOW | src/common/impl/init.c | 221 | "dbus\n" |
| LOW | src/common/impl/init.c | 241 | #if FF_HAVE_EGL |
| LOW | src/common/impl/init.c | 261 | #endif |
| LOW | src/common/impl/smbios.c | 141 | } |
| LOW | src/common/impl/binary_apple.c | 1 | #include "common/binary.h" |
| LOW | src/common/impl/netif_bsd.c | 1 | #include "common/netif.h" |
| LOW | src/common/impl/processing_linux.c | 1 | #include "fastfetch.h" |
| LOW | src/common/impl/processing_linux.c | 21 | #include <sys/user.h> |
| LOW | src/common/impl/jsonconfig.c | 1 | #include "fastfetch.h" |
| LOW | src/common/impl/io_unix.c | 1 | #include "common/io.h" |
| LOW | src/common/impl/library.c | 1 | #include "fastfetch.h" |
| LOW | src/common/impl/FFPlatform_unix.c | 1 | #include "FFPlatform_private.h" |
| LOW | src/common/impl/netif_apple.c | 1 | #include "common/netif.h" |
| LOW | src/common/impl/FFPlatform_windows.c | 1 | #include "FFPlatform_private.h" |
| LOW | src/common/impl/processing_windows.c | 1 | #include "fastfetch.h" |
| LOW | src/common/impl/networking_linux.c | 1 | #include "fastfetch.h" |
| LOW | src/common/windows/nt.h | 261 | |
| LOW | src/common/windows/nt.h | 301 | // Minimum size of a large page on the system, in bytes. |
| LOW | src/common/windows/nt.h | 341 | |
| LOW | src/common/windows/nt.h | 361 | // |
| LOW | src/common/windows/nt.h | 381 | // N.B. This field must be accessed via the RtlGetNtProductType API for |
| LOW | src/common/windows/nt.h | 401 | // |
| LOW | src/common/windows/nt.h | 441 | |
| LOW | src/common/windows/nt.h | 481 | // |
| LOW | src/common/windows/nt.h | 501 | // can use to see if they need to probe handles. |
| LOW | src/common/windows/nt.h | 521 | |
| LOW | src/common/windows/nt.h | 561 | // |
| LOW | src/common/windows/nt.h | 801 | HANDLE Mutant; |
| LOW | src/common/windows/nt.h | 821 | PVOID SubSystemData; |
| LOW | src/common/windows/nt.h | 881 | // Pointer to the API Set Schema. |
| LOW | src/common/windows/nt.h | 901 | // Reserved for CSRSS. |
| LOW | src/common/windows/nt.h | 921 | // Pointer to the OEM code page data. |
| LOW | src/common/windows/nt.h | 981 | |
| LOW | src/common/windows/nt.h | 1001 | |
| LOW | src/common/windows/nt.h | 1021 | // Pointer to the system GDI shared handle table. |
| LOW | src/common/windows/nt.h | 1041 | // Major version of the operating system. |
| LOW | src/common/windows/nt.h | 1061 | // Platform ID of the operating system. |
| LOW | src/common/windows/nt.h | 1081 | } PEB_FULL, *PPEB_FULL; |
| LOW | src/common/windows/nt.h | 1101 | // |
| LOW | src/common/windows/nt.h | 1121 | // |
| LOW | src/common/windows/perflib_.h | 1 | #pragma once |
| LOW | src/common/windows/registry.h | 1 | #pragma once |
| 378 more matches not shown… |