| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | stat.h | 23 mode_t st_mode; 58 mode_t st_mode; 99 mode_t st_mode;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | fcntl.h | 50 typedef __mode_t mode_t; typedef 242 extern int creat (const char *__file, mode_t __mode) __nonnull ((1)); 245 extern int __REDIRECT (creat, (const char *__file, mode_t __mode), 252 extern int creat64 (const char *__file, mode_t __mode) __nonnull ((1));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | fcntl.h | 50 typedef __mode_t mode_t; typedef 242 extern int creat (const char *__file, mode_t __mode) __nonnull ((1)); 245 extern int __REDIRECT (creat, (const char *__file, mode_t __mode), 252 extern int creat64 (const char *__file, mode_t __mode) __nonnull ((1));
|
| /OK3568_Linux_fs/u-boot/fs/reiserfs/ |
| H A D | mode_string.c | 31 #undef mode_t 32 #define mode_t unsigned short macro 35 static const mode_t mode_flags[] = {
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.h | 148 int yaffs_chmod(const YCHAR *path, mode_t mode); 149 int yaffs_fchmod(int fd, mode_t mode); 151 int yaffs_mkdir(const YCHAR *path, mode_t mode) ; 174 int yaffs_mknod(const YCHAR *pathname, mode_t mode, dev_t dev);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | stat.h | 35 mode_t st_mode; 37 mode_t st_mode;
|
| /OK3568_Linux_fs/kernel/tools/include/nolibc/ |
| H A D | nolibc.h | 138 typedef unsigned int mode_t; typedef 258 mode_t st_mode; /* protection */ 1479 int sys_chmod(const char *path, mode_t mode) in sys_chmod() 1593 int sys_mkdir(const char *path, mode_t mode) in sys_mkdir() 1603 long sys_mknod(const char *path, mode_t mode, dev_t dev) in sys_mknod() 1620 int sys_open(const char *path, int flags, mode_t mode) in sys_open() 1737 mode_t sys_umask(mode_t mode) in sys_umask() 1819 int chmod(const char *path, mode_t mode) in chmod() 2011 int mkdir(const char *path, mode_t mode) in mkdir() 2023 int mknod(const char *path, mode_t mode, dev_t dev) in mknod() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | stat.h | 12 mode_t st_mode; 55 mode_t st_mode;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | mman.h | 37 typedef __mode_t mode_t; typedef 144 extern int shm_open (const char *__name, int __oflag, mode_t __mode);
|
| H A D | ipc.h | 38 typedef __mode_t mode_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | mman.h | 37 typedef __mode_t mode_t; typedef 144 extern int shm_open (const char *__name, int __oflag, mode_t __mode);
|
| H A D | ipc.h | 38 typedef __mode_t mode_t; typedef
|
| /OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/ |
| H A D | semaphore.h | 126 typedef unsigned int mode_t; typedef 152 mode_t mode,
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | stat.h | 50 mode_t st_mode; /* ownership/protection */ 104 mode_t st_mode;
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | copyfile.c | 73 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, in copyfile_mode_ns() 138 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode()
|
| H A D | copyfile.h | 12 int copyfile_mode(const char *from, const char *to, mode_t mode);
|
| H A D | util.h | 22 int mkdir_p(char *path, mode_t mode);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | 05_gcc.diff | 27 WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t create_mode)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | 0001-mkfifo-Implement-mkfifo.patch | 20 +int mkfifo (const char *__p, mode_t __m)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_dvfs_debugfs.c | 71 const mode_t mode = 0444; in kbase_dvfs_status_debugfs_init()
|
| /OK3568_Linux_fs/buildroot/package/ntfs-3g/ |
| H A D | 0001-ntfscp-Support-directory-copy.patch | 28 + const char *filename, mode_t typemode) 34 + mode_t type = typemode & ~07777;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | utils.h | 40 size_t size, mode_t mode, char *attr);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0002-Add-sys-stat.h-for-S_IFDIR.patch | 25 int mkdirat_label(int dirfd, const char *path, mode_t mode) {
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0001-Fix-segfault-with-mangled-rename-patch.patch | 21 @@ -974,7 +974,8 @@ intuit_diff_type (bool need_header, mode_t *p_file_type)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0002-Add-sys-stat.h-for-S_IFDIR.patch | 26 int mkdirat_label(int dirfd, const char *path, mode_t mode) {
|