Searched refs:n_names (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/libsystemd/sd-daemon/ |
D | sd-daemon.c | 95 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/ |
D | nss-resolve.c | 661 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/ |
D | systemctl-list-machines.h | 18 uint32_t n_names; member
|
D | systemctl-list-machines.c | 22 { "NNames", "u", NULL, offsetof(struct machine_info, n_names) },
|
D | systemctl-show.c | 2149 printf(" Units: %" PRIu32 " loaded (incl. loaded aliases)\n", mi.n_names); in show_system_status()
|