Пример #1
0
int
spw_file_present(void)
{
	return commonio_present(&shadow_db);
}
Пример #2
0
bool spw_file_present (void)
{
	if (getdef_bool ("FORCE_SHADOW"))
		return true;
	return commonio_present (&shadow_db);
}
Пример #3
0
bool sub_gid_file_present (void)
{
	return commonio_present (&subordinate_gid_db);
}
Пример #4
0
int sgr_file_present (void)
{
	return commonio_present (&gshadow_db);
}