Home
last modified time | relevance | path

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

/glibc-2.36/nis/
Dnis_creategroup.c30 char leafbuf[grouplen + 2]; in nis_creategroup() local
37 cp = stpcpy (buf, nis_leaf_of_r (group, leafbuf, sizeof (leafbuf) - 1)); in nis_creategroup()
53 obj->zo_name = strdup (leafbuf); in nis_creategroup()
Dnis_destroygroup.c29 char leafbuf[grouplen + 3]; in nis_destroygroup() local
35 cp = stpcpy (buf, nis_leaf_of_r (group, leafbuf, sizeof (leafbuf) - 1)); in nis_destroygroup()
Dnis_verifygroup.c29 char leafbuf[grouplen + 2]; in nis_verifygroup() local
35 cp = stpcpy (buf, nis_leaf_of_r (group, leafbuf, sizeof (leafbuf) - 1)); in nis_verifygroup()
Dnis_ismember.c31 char leafbuf[grouplen + 2]; in internal_ismember() local
37 cp = stpcpy (buf, nis_leaf_of_r (group, leafbuf, sizeof (leafbuf) - 1)); in internal_ismember()
Dnis_print_group_entry.c31 char leafbuf[grouplen + 3]; in nis_print_group_entry() local
37 cp = stpcpy (buf, nis_leaf_of_r (group, leafbuf, sizeof (leafbuf) - 1)); in nis_print_group_entry()