Home
last modified time | relevance | path

Searched refs:S_IFREG (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/mknod/
Dmknod01.c55 S_IFREG | 0777, /* ordinary file with mode 0777 */
60 S_IFREG | 04700, /* ordinary file with mode 04700 (suid) */
61 S_IFREG | 02700, /* ordinary file with mode 02700 (sgid) */
62 S_IFREG | 06700, /* ordinary file with mode 06700 (sgid & suid) */
/third_party/ltp/testcases/kernel/syscalls/fchown/
Dfchown02.c42 #define FILE_MODE S_IFREG | S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH
43 #define NEW_PERMS1 S_IFREG | S_IRWXU | S_IRWXG | S_ISUID | S_ISGID
44 #define NEW_PERMS2 S_IFREG | S_IRWXU | S_ISGID
45 #define EXP_PERMS S_IFREG | S_IRWXU | S_IRWXG
Dfchown03.c45 #define FILE_MODE (mode_t)(S_IFREG | S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)
46 #define NEW_PERMS (mode_t)(S_IFREG | S_IRWXU | S_IRWXG | S_ISUID | S_ISGID)
Dfchown05.c38 #define FILE_MODE S_IFREG | S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH
/third_party/ltp/testcases/kernel/syscalls/chown/
Dchown02.c84 #define FILE_MODE (S_IFREG|S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)
85 #define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
86 #define NEW_PERMS2 (S_IFREG|S_IRWXU|S_ISGID)
87 #define EXP_PERMS (S_IFREG|S_IRWXU|S_IRWXG)
Dchown03.c87 #define FILE_MODE (S_IFREG|S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)
88 #define NEW_PERMS (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
Dchown05.c82 #define FILE_MODE (S_IFREG|S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dreadfilemap.c64 # ifndef S_IFREG
65 # define S_IFREG _S_IFREG macro
70 # define S_ISREG(m) (((m)&S_IFMT) == S_IFREG)
/third_party/expat/xmlwf/
Dreadfilemap.c64 # ifndef S_IFREG
65 # define S_IFREG _S_IFREG macro
70 # define S_ISREG(m) (((m)&S_IFMT) == S_IFREG)
/third_party/python/Lib/
Dstat.py39 S_IFREG = 0o100000 # regular file variable
64 return S_IFMT(mode) == S_IFREG
131 (S_IFREG, "-"),
/third_party/uboot/u-boot-2020.01/fs/yaffs2/
Dyportenv.h248 #ifndef S_IFREG
249 #define S_IFREG 0100000 macro
255 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/third_party/ltp/testcases/kernel/syscalls/fchmod/
Dfchmod01.c35 if ((file_mode & ~S_IFREG) != mode) { in verify_fchmod()
38 TESTFILE, file_mode & ~S_IFREG, mode); in verify_fchmod()
Dfchmod02.c39 if ((file_mode & ~S_IFREG) != PERMS) { in verify_fchmod()
/third_party/uboot/u-boot-2020.01/include/linux/
Dstat.h13 #define S_IFREG 0100000 /* regular */ macro
23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h34 #define S_IFREG 0100000 macro
47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h34 #define S_IFREG 0100000 macro
47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
/third_party/musl/include/sys/
Dstat.h34 #define S_IFREG 0100000 macro
47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c147 do_open_test(file, 0, S_IFREG); in test_open_file()
208 verify_event(S_IFREG); in test01()
/third_party/node/deps/uvwasi/src/
Duv_mapping.c11 #if !defined(S_ISREG) && defined(S_IFMT) && defined(S_IFREG)
12 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/third_party/ltp/testcases/kernel/syscalls/chmod/
Dchmod01.c123 stat_buf.st_mode &= ~S_IFREG; in main()
/third_party/openssl/fuzz/
Dtest-corpus.c34 # define S_ISREG(m) ((m) & S_IFREG)
/third_party/boost/tools/build/src/engine/
Dpathvms.cpp175 && ( statbuf.st_mode & S_IFREG ) ) in translate_path_posix2vms()
/third_party/ltp/testcases/kernel/syscalls/truncate/
Dtruncate01.c129 stat_buf.st_mode &= ~S_IFREG; in main()
/third_party/ltp/testcases/kernel/syscalls/lchown/
Dlchown01.c46 #define FILE_MODE (S_IFREG|S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)
/third_party/uboot/u-boot-2020.01/fs/reiserfs/
Dmode_string.c24 || ( S_IFREG != 0100000 ) || ( S_IFBLK != 0060000 ) \

1234