Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Duser-record-nss.c18 static inline int strv_extend_strv_utf8_only(char ***dst, char **src, bool filter_duplicates) { in strv_extend_strv_utf8_only() function
345 r = strv_extend_strv_utf8_only(&g->members, grp->gr_mem, false); in nss_group_to_group_record()
358 r = strv_extend_strv_utf8_only(&g->members, sgrp->sg_mem, true); in nss_group_to_group_record()
362 r = strv_extend_strv_utf8_only(&g->administrators, sgrp->sg_adm, false); in nss_group_to_group_record()