Searched refs:stat (Results 1 - 25 of 71) sorted by relevance

123

/sssd-io/src/util/
H A Dcheck_and_open.c26 #include <sys/stat.h>
32 static errno_t perform_checks(struct stat *stat_buf,
38 struct stat *caller_stat_buf, bool follow_symlink)
41 struct stat local_stat_buf;
42 struct stat *stat_buf;
51 ret = stat(filename, stat_buf);
66 struct stat *caller_stat_buf)
69 struct stat local_stat_buf;
70 struct stat *stat_buf;
89 static errno_t perform_checks(struct stat *stat_bu
[all...]
H A Dsession_recording.c30 #include <sys/stat.h>
39 struct stat s;
67 ret = stat(SESSION_RECORDING_SHELL, &s);
H A Dfiles.c59 #include <sys/stat.h>
78 const struct stat *statp,
107 static int sss_futime_set(int fd, const struct stat *statp)
184 struct stat statres;
218 "stat failed: [%d][%s]\n", ret, strerror(ret));
323 const struct stat *statp,
448 const struct stat *statp,
545 const struct stat *src_dir_stat);
559 struct stat st;
606 "couldn't stat '
[all...]
H A Dfind_uid.c29 #include <sys/stat.h>
66 struct stat stat_buf;
H A Dutil.h33 #include <sys/stat.h>
324 struct stat *caller_stat_buf, bool follow_symlink);
335 struct stat *caller_stat_buf);
/sssd-io/src/util/crypto/
H A Dsss_crypto.c23 #include <sys/stat.h>
/sssd-io/src/tests/intg/
H A Dtest_pac_responder.py20 import stat namespace
46 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
H A Dtest_local_domain.py20 import stat namespace
49 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
H A Dtest_pysss_nss_idmap.py20 import stat namespace
101 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
H A Dtest_sssctl.py25 import stat namespace
77 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
H A Dtest_infopipe.py23 import stat namespace
240 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
H A Dtest_kcm.py20 import stat namespace
73 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
H A Dtest_netgroup.py21 import stat namespace
127 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
H A Dtest_secrets.py21 import stat namespace
41 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
/sssd-io/src/tests/cwrap/
H A Dtest_server.c24 #include <sys/stat.h>
56 struct stat sb;
64 ret = stat(pidfile, &sb);
H A Dtest_usertools.c24 #include <sys/stat.h>
H A Dtest_responder_common.c24 #include <sys/stat.h>
131 struct stat sbuf;
134 ret = stat(ctx->sock_name, &sbuf);
/sssd-io/src/tests/
H A Dcommon_dbus.c58 struct stat sb;
71 if (stat(file, &sb) == 0) {
H A Dfiles-tests.c27 #include <sys/stat.h>
305 struct stat statbuf;
337 fail_unless(ret == 0, "cannot stat the symlink %s\n", tmp);
358 fail_unless(ret == 0, "cannot stat /dev/null: %s", strerror(errno));
386 struct stat info;
398 ret = stat(new_dir, &info);
399 fail_unless(ret == EOK, "failed to stat '%s'\n", new_dir);
/sssd-io/src/sss_client/
H A Dnss_mc_common.c27 #include <sys/stat.h>
64 struct stat fdstat;
137 struct stat fdstat;
/sssd-io/src/tools/
H A Dtools_mc_util.c24 #include <sys/stat.h>
171 struct stat stat_buf = { 0 };
178 ret = stat(SSS_NSS_MCACHE_DIR "/" CLEAR_MC_FLAG, &stat_buf);
187 "stat failed: %s (%d)\n", sss_strerror(ret), ret);
H A Dtools_util.c26 #include <sys/stat.h>
331 struct stat statres;
334 ret = stat(path, &statres);
338 "Cannot stat %s: [%d][%s]\n", path, ret, strerror(ret));
/sssd-io/src/providers/krb5/
H A Dkrb5_ccache.c44 struct stat *parent_stat,
52 ret = stat(ccdirname, parent_stat);
64 "stat for [%s] failed: [%d][%s].\n", ccdirname, ret,
115 static errno_t check_parent_stat(struct stat *parent_stat, uid_t uid)
146 struct stat parent_stat;
452 struct stat buf;
468 ret = stat(filename, &buf);
/sssd-io/src/tests/cmocka/
H A Dtest_config_check.c40 const struct stat *cstat;
/sssd-io/src/sbus/
H A Dsssd_dbus_server.c23 #include <sys/stat.h>
208 struct stat stat_buf;

Completed in 61 milliseconds

123