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

/systemd/src/core/
H A Dservice.c1041 _cleanup_strv_free_ char **rfd_names = NULL; local
1058 rfd_names = strv_new("connection", NULL);
1059 if (!rfd_names)
1104 r = strv_extend_n(&rfd_names, socket_fdname(sock), cn_fds);
1121 nl = realloc(rfd_names, (rn_fds + s->n_fd_store + 1) * sizeof(char*));
1125 rfd_names = nl;
1129 rfd_names[rn_fds] = strdup(strempty(fs->fdname));
1130 if (!rfd_names[rn_fds])
1136 rfd_names[rn_fds] = NULL;
1140 *fd_names = rfd_names;
[all...]

Completed in 21 milliseconds