Searched refs:arg_suffix (Results 1 - 2 of 2) sorted by relevance

/systemd/src/escape/
H A Descape.c35 static const char *arg_suffix = NULL; variable
94 arg_suffix = optarg;
131 if (arg_template && arg_suffix) {
136 if ((arg_template || arg_suffix) && arg_action != ACTION_ESCAPE) {
191 } else if (arg_suffix) {
194 x = strjoin(e, ".", arg_suffix, NULL);
/systemd/src/path/
H A Dpath.c33 static const char *arg_suffix = NULL; variable
85 q = sd_path_home(i, arg_suffix, &p);
108 r = sd_path_home(i, arg_suffix, &p);
161 arg_suffix = optarg;

Completed in 1646 milliseconds