Home
last modified time | relevance | path

Searched refs:strv_new_ap (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dstrv.c109 char** strv_new_ap(const char *x, va_list ap) { in strv_new_ap() function
153 r = strv_new_ap(x, ap); in strv_new_internal()
Dstrv.h63 char** strv_new_ap(const char *x, va_list ap);
/systemd-251/src/libsystemd/sd-path/
Dsd-path.c473 l = strv_new_ap(first, ap); in search_from_environment()
/systemd-251/src/core/
Dexecute.c6480 l = strv_new_ap(path, ap); in exec_command_set()
6506 l = strv_new_ap(path, ap); in exec_command_append()