Searched refs:replace (Results 1 - 5 of 5) sorted by relevance

/sssd/src/tests/intg/
H A Dutil.py35 def replace(match): function in function:unindent
39 return UNINDENT_RE.sub(replace, text)
/sssd/src/confdb/
H A Dconfdb.h395 * @param[in] replace If replace is set to true, pre-existing values will be
413 bool replace,
H A Dconfdb.c110 bool replace,
182 if (replace) optype = LDB_FLAG_MOD_REPLACE;
109 confdb_add_param(struct confdb_ctx *cdb, bool replace, const char *section, const char *attribute, const char **values) argument
/sssd/src/config/SSSDConfig/
H A Dsssd_upgrade_config.py139 domain['name'] = domain['name'].strip().replace('domains', 'domain')
/sssd/src/sbus/
H A Dsbus_codegen200 type = type.replace("{", "DO")
201 type = type.replace("}", "DE")
230 self.name.replace(".", "_"))

Completed in 1352 milliseconds