Searched defs:OPT_STRING_NODEFAULT (Results 1 - 1 of 1) sorted by relevance
/sssd/src/tests/cmocka/ |
H A D | test_dp_opts.c | 39 OPT_STRING_NODEFAULT, enumerator in enum:test_opts 73 s = dp_opt_get_string(opts, OPT_STRING_NODEFAULT); 119 ret = dp_opt_set_string(opts, OPT_STRING_NODEFAULT, "str1"); 167 ret = dp_opt_set_string(opts, OPT_STRING_NODEFAULT, "str1"); 185 s = dp_opt_get_string(opts, OPT_STRING_NODEFAULT); 236 s = dp_opt_get_string(opts, OPT_STRING_NODEFAULT); 292 s = dp_opt_get_string(opts, OPT_STRING_NODEFAULT); 300 ret = dp_opt_set_string(opts, OPT_STRING_NODEFAULT, "str1"); 308 s = dp_opt_get_string(opts, OPT_STRING_NODEFAULT); 424 dp_option_inherit(NULL, OPT_STRING_NODEFAULT, 433 OPT_STRING_NODEFAULT, local [all...] |
Completed in 746 milliseconds