Lines Matching defs:homedir
1054 char *homedir;
1056 homedir = expand_homedir_template(tmp_ctx, template, false, homedir_ctx);
1058 assert_string_equal(homedir, exp_val);
1060 assert_null(homedir);
1063 talloc_free(homedir);
1112 char *homedir;
1126 homedir = expand_homedir_template(tmp_ctx, NULL, false, NULL);
1127 assert_null(homedir);
1129 homedir = expand_homedir_template(tmp_ctx, "template", false, NULL);
1130 assert_null(homedir);