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

/sssd/src/tests/
H A Dkrb5_utils-tests.c77 static void check_dir(const char *dirname, uid_t uid, gid_t gid, mode_t mode) argument
82 ret = stat(dirname, &stat_buf);
85 fail_unless(S_ISDIR(stat_buf.st_mode), "[%s] is not a directory.", dirname); local
94 "expected [%o], got [%o].", dirname,
160 char *dirname; local
169 dirname = talloc_asprintf(tmp_ctx, "%s/%s/priv_ccdir", cwd, TESTS_PATH);
171 fail_unless(dirname != NULL, "talloc_asprintf failed.");
172 ret = mkdir(dirname, 0700);
174 ret = chown(dirname, 12346, 12346);
176 subdirname = talloc_asprintf(tmp_ctx, "%s/subdir", dirname);
192 char *dirname; local
243 char *dirname; local
[all...]

Completed in 1711 milliseconds