Searched refs:arg_fdnames (Results 1 – 1 of 1) sorted by relevance
33 static char **arg_fdnames = NULL; variable169 if (arg_fdnames) { in exec_process()173 len = strv_length(arg_fdnames); in exec_process()176 r = strv_extend(&arg_fdnames, arg_fdnames[0]); in exec_process()183 names = strv_join(arg_fdnames, ":"); in exec_process()404 r = strv_extend_strv(&arg_fdnames, in parse_argv()