예제 #1
0
int gr_remove (const char *name)
{
	return commonio_remove (&group_db, name);
}
예제 #2
0
int
spw_remove(const char *name)
{
	return commonio_remove(&shadow_db, name);
}
예제 #3
0
파일: pwio.c 프로젝트: DavidChenLiang/study
int pw_remove (const char *name)
{
	return commonio_remove (&passwd_db, name);
}