Home
last modified time | relevance | path

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

/systemd-251/src/sysusers/
Dsysusers.c1503 *shell = NULL, *resolved_shell = NULL; in parse_line() local
1599 …ecifier_printf(shell, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, NULL, &resolved_shell); in parse_line()
1604 if (!valid_shell(resolved_shell)) in parse_line()
1607 fname, line, resolved_shell); in parse_line()
1710 i->shell = TAKE_PTR(resolved_shell); in parse_line()