mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 09:56:51 +03:00
16 lines
164 B
Plaintext
16 lines
164 B
Plaintext
|
@@
|
||
|
expression s;
|
||
|
@@
|
||
|
- strv_length(s) == 0
|
||
|
+ strv_isempty(s)
|
||
|
@@
|
||
|
expression s;
|
||
|
@@
|
||
|
- strlen(s) == 0
|
||
|
+ isempty(s)
|
||
|
@@
|
||
|
expression s;
|
||
|
@@
|
||
|
- strlen_ptr(s) == 0
|
||
|
+ isempty(s)
|