示例#1
0
文件: getgrent.c 项目: CVi/sudo
void
mysetgrfile(const char *file)
{
    grfile = file;
    if (grf != NULL)
	myendgrent();
}
示例#2
0
文件: group_file.c 项目: aixoss/sudo
static void
sample_cleanup(void)
{
    myendgrent();
}