Home
last modified time | relevance | path

Searched refs:STRV_IFNOTNULL (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dpath-lookup.c613 STRV_IFNOTNULL(persistent_control), in lookup_paths_init()
614 STRV_IFNOTNULL(runtime_control), in lookup_paths_init()
615 STRV_IFNOTNULL(transient), in lookup_paths_init()
616 STRV_IFNOTNULL(generator_early), in lookup_paths_init()
620 STRV_IFNOTNULL(persistent_attached), in lookup_paths_init()
623 STRV_IFNOTNULL(runtime_attached), in lookup_paths_init()
624 STRV_IFNOTNULL(generator), in lookup_paths_init()
628STRV_IFNOTNULL(flags & LOOKUP_PATHS_SPLIT_USR ? "/lib/systemd/system" : NULL), in lookup_paths_init()
629 STRV_IFNOTNULL(generator_late)); in lookup_paths_init()
637 STRV_IFNOTNULL(persistent_control), in lookup_paths_init()
[all …]
Dstrv.h68 static inline const char* STRV_IFNOTNULL(const char *x) { in STRV_IFNOTNULL() function