Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-daemon/
Dsd-daemon.c95 int n_names = 0, n_fds; in sd_listen_fds_with_names() local
104 n_names = strv_split_full(&l, e, ":", EXTRACT_DONT_COALESCE_SEPARATORS); in sd_listen_fds_with_names()
105 if (n_names < 0) { in sd_listen_fds_with_names()
107 return n_names; in sd_listen_fds_with_names()
119 if (n_names != n_fds) in sd_listen_fds_with_names()
/systemd-251/src/nss-resolve/
Dnss-resolve.c661 size_t n_names = json_variant_elements(p.names); in _nss_resolve_gethostbyaddr2_r() local
664 n_names * sizeof(char*); /* pointers to aliases, plus trailing NULL */ in _nss_resolve_gethostbyaddr2_r()
686 idx += sizeof(char*) * n_names; in _nss_resolve_gethostbyaddr2_r()
709 ((char**) r_aliases)[n_names - 1] = NULL; in _nss_resolve_gethostbyaddr2_r()
/systemd-251/src/systemctl/
Dsystemctl-list-machines.h18 uint32_t n_names; member
Dsystemctl-list-machines.c22 { "NNames", "u", NULL, offsetof(struct machine_info, n_names) },
Dsystemctl-show.c2149 printf(" Units: %" PRIu32 " loaded (incl. loaded aliases)\n", mi.n_names); in show_system_status()