ladybird/Userland/Tests/LibC
Linus Groh e265054c12 Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
This is basically just for consistency, it's quite strange to see
multiple AK container types next to each other, some with and some
without the namespace prefix - we're 'using AK::Foo;' a lot and should
leverage that. :^)
2021-02-26 16:59:56 +01:00
..
accuracy-strtod.cpp Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
CMakeLists.txt Toolchain+LibC: Fix usage of crt files 2020-12-24 21:46:35 +01:00
exec-should-not-search-current-directory.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
memmem-tests.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
overlong_realpath.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
qsort-sorts-and-copies.cpp Test: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
scanf.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
snprintf-correctness.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
stack-smash.cpp Build + LibC: Enable -fstack-protector-strong in user space 2021-01-02 11:34:55 +01:00
stdlib-generate-unique-filename.cpp Tests: Add LibC stdlib mktmp function tests for unique filenames 2021-01-14 13:15:51 +01:00
strlcpy-correctness.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00