Searched refs:set (Results 1 - 4 of 4) sorted by relevance

/sssd/src/util/
H A Dsignal.c38 sigset_t set; local
39 sigemptyset(&set);
40 sigaddset(&set,signum);
41 sigprocmask(block?SIG_BLOCK:SIG_UNBLOCK,&set,NULL);
/sssd/src/tests/intg/
H A Dldap_local_override_test.py375 # Override does not have to happen completly, trying to set uid or gid
623 assert set(out.splitlines()) == set(exp_usr_ovrd)
627 assert set(out.splitlines()) == set(exp_usr_ovrd)
/sssd/src/tests/
H A Dpyhbac-test.py78 self.assertCountEqual(el.category, set([pyhbac.HBAC_CATEGORY_NULL]))
117 el.category = set([pyhbac.HBAC_CATEGORY_ALL])
/sssd/src/config/SSSDConfig/
H A Dipachangeconf.py256 if no['action'] == "set":
286 if no['action'] == 'set':
304 if no['action'] == 'set':
307 if no['action'] == "set":
316 if no['action'] == 'set':
398 # options is a set of dictionaries in the form:
399 # [{'name': 'foo', 'value': 'bar', 'action': 'set/comment'}]
433 # options is a set of dictionaries in the form:
434 # [{'name': 'foo', 'value': 'bar', 'action': 'set/comment'}]
520 def set(sel member in class:SSSDChangeConf
[all...]

Completed in 1973 milliseconds