Tobias Stoeckmann
5369ad7566
lib/, src/: Fix formatting
...
Fix places where spaces were used instead of tabs.
No functional change.
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
2025-12-16 23:20:32 +01:00
Alejandro Colomar
0b75eb75e5
*/: s/STRNEQ/strneq_a/
...
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-11-27 20:50:48 -06:00
Alejandro Colomar
7f9f3fa0b1
lib/string/strcmp/: strneq(), STRNEQ(): Add APIs
...
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-10-18 14:08:47 -05:00
Evgeny Grin (Karlson2k)
eb71706b1c
*/: Fix including <config.h> as system header
...
"config.h" is a locally generated header. It must be included as
'#include "config.h"'.
It is already included correctly in some sources files. This commit
unifies the way how "config.h" is included.
Signed-off-by: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
2025-07-16 14:12:40 +02:00
Alejandro Colomar
93493077a1
lib/string/strcmp/: strcaseprefix(): Add API
...
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-06-02 20:08:57 -05:00
Alejandro Colomar
34e9e5a8f5
lib/string/strcmp/: strprefix(): Add API
...
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-05-26 11:29:26 -05:00
Alejandro Colomar
3cba5e2e1c
lib/string/: Add comments expanding the letter-soup API names
...
Suggested-by: Serge Hallyn <serge@hallyn.com>
Cc: Chris Bazley <Chris.Bazley@arm.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-02-16 13:22:51 -06:00
Alejandro Colomar
224466f603
lib/string/strcmp/: strcaseeq(): Add function
...
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-02-15 10:26:50 -06:00
Alejandro Colomar
67c42427a0
lib/string/strcmp/: streq(): Add function
...
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2024-11-10 23:07:19 -06:00