Home
last modified time | relevance | path

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

/systemd-251/src/escape/
Descape.c21 static const char *arg_suffix = NULL; variable
91 arg_suffix = optarg; in parse_argv()
130 if (arg_template && arg_suffix) in parse_argv()
134 if ((arg_template || arg_suffix) && arg_action == ACTION_MANGLE) in parse_argv()
138 if (arg_suffix && arg_action == ACTION_UNESCAPE) in parse_argv()
218 } else if (arg_suffix) { in run()
219 if (!strextend(&e, ".", arg_suffix)) in run()
/systemd-251/src/path/
Dpath.c18 static const char *arg_suffix = NULL; variable
96 q = sd_path_lookup(i, arg_suffix, &p); in list_homes()
119 r = sd_path_lookup(i, arg_suffix, &p); in print_home()
181 arg_suffix = optarg; in parse_argv()