/third_party/musl/porting/linux/user/src/stdio/ |
H A D | fopen.c | 10 int file_flags = 0; in fopen() local 14 mode_flags = __fmodeflags(mode, &file_flags); in fopen() 24 f = __fdopenx(fd, file_flags); in fopen()
|
H A D | __fdopen.c | 70 int file_flags = 0; in __fdopen() local 79 mode_flags = __fmodeflags(mode, &file_flags); in __fdopen() 94 f = __fdopenx(fd, file_flags); in __fdopen()
|
H A D | freopen.c | 15 int file_flags = 0; in freopen() local 16 int fl = __fmodeflags(mode, &file_flags); in freopen()
|
/third_party/musl/src/stdio/ |
H A D | fopen.c | 10 int file_flags = 0; in fopen() local 14 mode_flags = __fmodeflags(mode, &file_flags); in fopen() 24 f = __fdopenx(fd, file_flags); in fopen()
|
H A D | __fdopen.c | 70 int file_flags = 0; in __fdopen() local 79 mode_flags = __fmodeflags(mode, &file_flags); in __fdopen() 94 f = __fdopenx(fd, file_flags); in __fdopen()
|
H A D | freopen.c | 15 int file_flags = 0; in freopen() local 16 int fl = __fmodeflags(mode, &file_flags); in freopen()
|
/third_party/skia/third_party/externals/spirv-tools/tools/opt/ |
H A D | opt.cpp | 545 // Flags found in |FILENAME| are pushed at the end of the vector |file_flags|. 549 std::vector<std::string>* file_flags) { in ReadFlagsFromFile() 580 file_flags->push_back(flag); in ReadFlagsFromFile() 608 std::vector<std::string> file_flags; in ParseOconfigFlag() local 609 if (!ReadFlagsFromFile(opt_flag, &file_flags)) { in ParseOconfigFlag() 614 flags.insert(flags.end(), file_flags.begin(), file_flags.end()); in ParseOconfigFlag() 548 ReadFlagsFromFile(const char* oconfig_flag, std::vector<std::string>* file_flags) ReadFlagsFromFile() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/opt/ |
H A D | opt.cpp | 545 // Flags found in |FILENAME| are pushed at the end of the vector |file_flags|. 549 std::vector<std::string>* file_flags) { in ReadFlagsFromFile() 580 file_flags->push_back(flag); in ReadFlagsFromFile() 608 std::vector<std::string> file_flags; in ParseOconfigFlag() local 609 if (!ReadFlagsFromFile(opt_flag, &file_flags)) { in ParseOconfigFlag() 614 flags.insert(flags.end(), file_flags.begin(), file_flags.end()); in ParseOconfigFlag() 548 ReadFlagsFromFile(const char* oconfig_flag, std::vector<std::string>* file_flags) ReadFlagsFromFile() argument
|
/third_party/spirv-tools/tools/opt/ |
H A D | opt.cpp | 561 // Flags found in |FILENAME| are pushed at the end of the vector |file_flags|. 565 std::vector<std::string>* file_flags) { in ReadFlagsFromFile() 596 file_flags->push_back(flag); in ReadFlagsFromFile() 624 std::vector<std::string> file_flags; in ParseOconfigFlag() local 625 if (!ReadFlagsFromFile(opt_flag, &file_flags)) { in ParseOconfigFlag() 630 flags.insert(flags.end(), file_flags.begin(), file_flags.end()); in ParseOconfigFlag() 564 ReadFlagsFromFile(const char* oconfig_flag, std::vector<std::string>* file_flags) ReadFlagsFromFile() argument
|
/third_party/python/Lib/test/ |
H A D | test_stat.py | 17 file_flags = {'SF_APPEND', 'SF_ARCHIVED', 'SF_IMMUTABLE', 'SF_NOUNLINK', variable in TestFilemode 221 for key in self.file_flags:
|
/third_party/libbpf/src/ |
H A D | bpf.h | 290 __u32 file_flags; member 304 __u32 file_flags; member
|
H A D | bpf.c | 587 attr.file_flags = OPTS_GET(opts, file_flags, 0); in bpf_obj_pin_opts() 616 attr.file_flags = OPTS_GET(opts, file_flags, 0); in bpf_obj_get_opts()
|
/third_party/libuv/src/win/ |
H A D | fs.c | 385 int flags = req->fs.info.file_flags; in fs__open() 2051 flags = req->fs.info.file_flags; in fs__copyfile() 2539 if (req->fs.info.file_flags & UV_FS_SYMLINK_JUNCTION) { in fs__symlink() 2544 if (req->fs.info.file_flags & UV_FS_SYMLINK_DIR) in fs__symlink() 2887 req->fs.info.file_flags = flags; in uv_fs_open() 3056 req->fs.info.file_flags = flags; in uv_fs_scandir() 3131 req->fs.info.file_flags = flags; in uv_fs_symlink() 3305 req->fs.info.file_flags = flags; in uv_fs_copyfile()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 451 int flags = req->fs.info.file_flags; in fs__open() 2070 flags = req->fs.info.file_flags; in fs__copyfile() 2558 if (req->fs.info.file_flags & UV_FS_SYMLINK_JUNCTION) { in fs__symlink() 2563 if (req->fs.info.file_flags & UV_FS_SYMLINK_DIR) in fs__symlink() 2900 req->fs.info.file_flags = flags; in uv_fs_open() 3069 req->fs.info.file_flags = flags; in uv_fs_scandir() 3144 req->fs.info.file_flags = flags; in uv_fs_symlink() 3318 req->fs.info.file_flags = flags; in uv_fs_copyfile()
|
/third_party/libuv/include/uv/ |
H A D | win.h | 631 int file_flags; \
|
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 241 uint32_t file_flags; member
|
/third_party/node/deps/uv/include/uv/ |
H A D | win.h | 627 int file_flags; \
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1478 __u32 file_flags; member 1482 * file_flags field, otherwise it should be set to zero;
|