Searched defs:set (Results 1 - 2 of 2) sorted by relevance

/sssd-io/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-io/src/config/SSSDConfig/
H A Dipachangeconf.py263 if no['action'] == "set":
293 if no['action'] == 'set':
311 if no['action'] == 'set':
314 if no['action'] == "set":
323 if no['action'] == 'set':
405 # options is a set of dictionaries in the form:
406 # [{'name': 'foo', 'value': 'bar', 'action': 'set/comment'}]
440 # options is a set of dictionaries in the form:
441 # [{'name': 'foo', 'value': 'bar', 'action': 'set/comment'}]
527 def set(sel member in class:SSSDChangeConf
[all...]

Completed in 6 milliseconds