Searched refs:variable (Results 1 - 5 of 5) sorted by relevance

/systemd/src/basic/
H A Dreplace-var.h22 char *replace_var(const char *text, char *(*lookup)(const char *variable, void*userdata), void *userdata);
H A Dreplace-var.c57 char *replace_var(const char *text, char *(*lookup)(const char *variable, void*userdata), void *userdata) { argument
/systemd/src/test/
H A Dtest-replace-var.c27 static char *lookup(const char *variable, void *userdata) { argument
28 return strjoin("<<<", variable, ">>>", NULL);
/systemd/src/libsystemd/sd-login/
H A Dsd-login.c352 const char *word, *variable, *state; local
360 variable = require_active ? "ACTIVE_UID" : "UIDS";
362 r = parse_env_file(p, NEWLINE, variable, &s, NULL);
380 static int uid_get_array(uid_t uid, const char *variable, char ***array) { argument
385 assert(variable);
391 r = parse_env_file(p, NEWLINE, variable, &s, NULL);
751 static int seat_get_can(const char *seat, const char *variable) { argument
755 assert(variable);
762 variable, &s,
/systemd/test/
H A Dtest-functions11 if ! ROOTLIBDIR=$(pkg-config --variable=systemdutildir systemd); then
280 systemdsystemunitdir=$(pkg-config --variable=systemdsystemunitdir systemd)
281 systemduserunitdir=$(pkg-config --variable=systemduserunitdir systemd)

Completed in 30 milliseconds