/sssd-io/src/util/ |
H A D | check_and_open.c | 26 #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 D | session_recording.c | 30 #include <sys/stat.h> 39 struct stat s; 67 ret = stat(SESSION_RECORDING_SHELL, &s);
|
H A D | files.c | 59 #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 D | find_uid.c | 29 #include <sys/stat.h> 66 struct stat stat_buf;
|
H A D | util.h | 33 #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 D | sss_crypto.c | 23 #include <sys/stat.h>
|
/sssd-io/src/tests/intg/ |
H A D | test_pac_responder.py | 20 import stat namespace 46 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
|
H A D | test_local_domain.py | 20 import stat namespace 49 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
|
H A D | test_pysss_nss_idmap.py | 20 import stat namespace 101 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
|
H A D | test_sssctl.py | 25 import stat namespace 77 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
|
H A D | test_infopipe.py | 23 import stat namespace 240 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
|
H A D | test_kcm.py | 20 import stat namespace 73 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
|
H A D | test_netgroup.py | 21 import stat namespace 127 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
|
H A D | test_secrets.py | 21 import stat namespace 41 os.chmod(config.CONF_PATH, stat.S_IRUSR | stat.S_IWUSR)
|
/sssd-io/src/tests/cwrap/ |
H A D | test_server.c | 24 #include <sys/stat.h> 56 struct stat sb; 64 ret = stat(pidfile, &sb);
|
H A D | test_usertools.c | 24 #include <sys/stat.h>
|
H A D | test_responder_common.c | 24 #include <sys/stat.h> 131 struct stat sbuf; 134 ret = stat(ctx->sock_name, &sbuf);
|
/sssd-io/src/tests/ |
H A D | common_dbus.c | 58 struct stat sb; 71 if (stat(file, &sb) == 0) {
|
H A D | files-tests.c | 27 #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 D | nss_mc_common.c | 27 #include <sys/stat.h> 64 struct stat fdstat; 137 struct stat fdstat;
|
/sssd-io/src/tools/ |
H A D | tools_mc_util.c | 24 #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 D | tools_util.c | 26 #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 D | krb5_ccache.c | 44 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 D | test_config_check.c | 40 const struct stat *cstat;
|
/sssd-io/src/sbus/ |
H A D | sssd_dbus_server.c | 23 #include <sys/stat.h> 208 struct stat stat_buf;
|