Searched refs:st_mode (Results 151 - 175 of 586) sorted by relevance

1234567891011>>

/freebsd-current/contrib/mtree/
H A Dmtree.h51 mode_t st_mode; /* mode */ member in struct:_node
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_umask.c140 if ((st.st_mode & mask[i]) != 0) {
H A Dt_dup.c95 if (st.st_mode != st1.st_mode)
/freebsd-current/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mount.sh80 [ ${st_mode} = 040755 ] || atf_fail "mode is incorrect"
/freebsd-current/crypto/heimdal/appl/rcp/
H A Dutil.c86 if (S_ISDIR(stb.st_mode))
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Devent-read-fifo.c110 if ((st.st_mode & S_IFMT) == S_IFREG) {
/freebsd-current/sbin/fsck/
H A Dfsutil.c183 if (!S_ISCHR(stchar.st_mode)) {
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32.h171 __uint32_t st_mode; /* inode protection mode */ member in struct:nstat32
216 mode_t st_mode; member in struct:stat32
248 mode_t st_mode; member in struct:freebsd11_stat32
270 mode_t st_mode; member in struct:ostat32
/freebsd-current/usr.bin/dc/
H A Ddc.c70 if (S_ISDIR(st.st_mode)) {
/freebsd-current/usr.sbin/snapinfo/
H A Dsnapinfo.c95 !S_ISDIR(st.st_mode)) { /* is it a directory */
/freebsd-current/crypto/openssh/
H A Dsftp-glob.c171 if (fudge_stat(s, &sb) == 0 && S_ISDIR(sb.st_mode)) {
/freebsd-current/contrib/libevent/sample/
H A Devent-read-fifo.c110 if ((st.st_mode & S_IFMT) == S_IFREG) {
/freebsd-current/tools/tools/bootparttest/
H A Dbootparttest.c102 if (stat(argv[1], &sb) == 0 && S_ISREG(sb.st_mode)) {
/freebsd-current/bin/mkdir/
H A Dmkdir.c173 } else if (!S_ISDIR(sb.st_mode)) {
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c78 st->st_mode = archive_entry_mode(entry);
H A Darchive_entry_copy_stat.c81 archive_entry_set_mode(entry, st->st_mode);
H A Darchive_read_data_into_fd.c96 can_lseek = (fstat(fd, &st) == 0) && S_ISREG(st.st_mode);
/freebsd-current/contrib/capsicum-test/
H A Dfexecve.cc122 EXPECT_EQ((mode_t)0, data.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH));
139 EXPECT_EQ((mode_t)S_ISUID, data.st_mode & S_ISUID);
/freebsd-current/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c232 if (!S_ISDIR(st.st_mode)) {
245 file_mode = st.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
/freebsd-current/contrib/tnftp/src/
H A Druserpass.c164 (stb.st_mode & 077) != 0) {
176 && (stb.st_mode & 077) != 0) {
/freebsd-current/contrib/netbsd-tests/lib/libc/string/
H A Dt_memset.c194 st.st_mode = 2;
207 ATF_CHECK(st.st_mode == 0);
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c177 (stb.st_mode & 077) != 0) {
188 && (stb.st_mode & 077) != 0) {
/freebsd-current/contrib/nvi/ex/
H A Dex_read.c254 if (!S_ISFIFO(sb.st_mode) && !S_ISREG(sb.st_mode)) {
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c155 st->st_mode |= S_IFDIR;
177 DPRINTF(("stat %s %d\n", buf, st->st_mode));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp31 return S_ISREG(St.st_mode);
38 return S_ISDIR(St.st_mode);

Completed in 345 milliseconds

1234567891011>>