HomeSort by: relevance | last modified time | path
    Searched defs:st_mode (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_platform_stat.h 24 unsigned short st_mode; member in struct:la_seek_stat
archive_read_open_filename.c 77 mode_t st_mode; /* Mode bits for opened file. */ member in struct:read_file_data
135 mine->st_mode = mine->use_lseek = 0;
350 if (S_ISREG(st.st_mode)) {
358 else if (S_ISCHR(st.st_mode) &&
365 else if ((S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)) &&
372 else if (S_ISCHR(st.st_mode) &&
379 else if (S_ISBLK(st.st_mode) &&
406 mine->st_mode = st.st_mode;
    [all...]
archive_windows.c 93 mode_t st_mode; member in struct:ustat
571 st->st_mode = S_IFCHR;
576 st->st_mode = S_IFIFO;
616 st->st_mode = mode;
653 st->st_mode = us->st_mode;
681 if (u.st_mode & (S_IFCHR | S_IFIFO)) {
721 st->st_mode |= S_IXUSR | S_IXGRP | S_IXOTH;
733 st->st_mode = us->st_mode;
    [all...]
archive_write_disk_windows.c 1553 mode_t st_mode; local
1585 r = file_information(a, a->name, &a->st, &st_mode, 0);
1588 st_mode = lst_mode;
1592 st_mode = lst_mode;
1599 && !S_ISDIR(st_mode)) {
1615 if (!S_ISDIR(st_mode)) {
1680 if ((a->mode != st_mode)
2141 mode_t st_mode; local
2164 r = file_information(a, a->name, &st, &st_mode, 1);
2169 } else if (S_ISLNK(st_mode)) {
2488 mode_t mode_final, mode, st_mode; local
    [all...]
  /src/sys/compat/aoutm68k/
aoutm68k_stat.h 45 u_int16_t st_mode; /* inode protection mode */ member in struct:aoutm68k_stat43
65 u_int16_t st_mode; /* inode protection mode */ member in struct:aoutm68k_stat12
86 mode_t st_mode; /* inode protection mode */ member in struct:aoutm68k_stat
  /src/sys/compat/sys/
stat.h 48 uint16_t st_mode; /* inode protection mode */ member in struct:stat43
67 uint16_t st_mode; /* inode protection mode */ member in struct:stat12
101 mode_t st_mode; /* inode protection mode */ member in struct:stat13
142 mode_t st_mode; /* inode protection mode */ member in struct:stat30
  /src/tests/usr.bin/indent/
lsym_tag.c 47 mode_t st_mode; member in struct:stat
  /src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c 50 int st_mode; member in struct:cygwin_stat
75 PARCOPY(st_mode);
  /src/sys/rump/kern/lib/libsys_sunos/
rump_sunos_compat.c 66 unsigned int st_mode; member in struct:sunos_stat
85 unsigned int st_mode; member in struct:sunos_stat
112 PARCOPY(st_mode);
  /src/usr.sbin/mtree/
mtree.h 51 mode_t st_mode; /* mode */ member in struct:_node
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
filesystem_common.h 254 unsigned st_mode; member in struct:detail::__anon3630::StatT
  /src/sys/sys/
stat.h 61 mode_t st_mode; /* inode protection mode */ member in struct:stat
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_unix.c 1065 solaris_mode_t st_mode;
1094 target.st_mode = H2T_4(host->st_mode);
2015 linux_mode_t st_mode;
2044 target.st_mode = H2T_4(host->st_mode);
1062 solaris_mode_t st_mode; member in struct:solaris_stat
2011 linux_mode_t st_mode; member in struct:linux_stat
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_unix.c 1065 solaris_mode_t st_mode;
1094 target.st_mode = H2T_4(host->st_mode);
2015 linux_mode_t st_mode;
2044 target.st_mode = H2T_4(host->st_mode);
1062 solaris_mode_t st_mode; member in struct:solaris_stat
2011 linux_mode_t st_mode; member in struct:linux_stat
  /src/external/mit/libuv/dist/include/
uv.h 388 uint64_t st_mode; member in struct:__anon23778
  /src/sys/compat/netbsd32/
netbsd32.h 784 uint16_t st_mode; /* inode protection mode */ member in struct:netbsd32_stat12
805 uint16_t st_mode; /* inode protection mode */ member in struct:netbsd32_stat43
823 mode_t st_mode; /* inode protection mode */ member in struct:netbsd32_stat13
844 mode_t st_mode; /* inode protection mode */ member in struct:netbsd32_stat50
865 mode_t st_mode; /* inode protection mode */ member in struct:netbsd32_stat

Completed in 108 milliseconds