Searched defs:DOMNAME_TMPL (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/tests/cmocka/ |
H A D | test_utils.c | 36 #define DOMNAME_TMPL "name_%zu.dom" macro 166 dom->name = talloc_asprintf(dom, DOMNAME_TMPL, c); 225 name = talloc_asprintf(global_talloc_context, DOMNAME_TMPL, c); 284 name = talloc_asprintf(global_talloc_context, DOMNAME_TMPL, c); 355 name = talloc_asprintf(global_talloc_context, DOMNAME_TMPL, c); 430 name = talloc_asprintf(global_talloc_context, DOMNAME_TMPL, c); 474 name = talloc_asprintf(global_talloc_context, DOMNAME_TMPL, c); 522 name = talloc_asprintf(global_talloc_context, DOMNAME_TMPL, c);
|
Completed in 14 milliseconds