Home
last modified time | relevance | path

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

/src/usr.sbin/mountd/
H A Dmountd.c312 static gid_t *tmp_groups = NULL; variable
455 tmp_groups = malloc(tngroups_max); in main()
456 if (tmp_groups == NULL) in main()
1616 anon.cr_groups = tmp_groups; in get_exportlist_one()
3665 assert(cr->cr_groups == tmp_groups); in parsecred()
4103 free(tmp_groups); in terminate()