| /src/external/gpl3/gdb/dist/gnulib/import/ |
| chown.c | 90 int open_flags = O_NONBLOCK | O_NOCTTY | O_CLOEXEC; local 91 int fd = open (file, O_RDONLY | open_flags); 94 && 0 <= (fd = open (file, O_WRONLY | open_flags))))
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| chown.c | 90 int open_flags = O_NONBLOCK | O_NOCTTY | O_CLOEXEC; local 91 int fd = open (file, O_RDONLY | open_flags); 94 && 0 <= (fd = open (file, O_WRONLY | open_flags))))
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| fileio.cc | 135 int open_flags = 0; local 141 open_flags |= O_CREAT; 143 open_flags |= O_EXCL; 145 open_flags |= O_TRUNC; 147 open_flags |= O_APPEND; 149 open_flags |= O_RDONLY; 151 open_flags |= O_WRONLY; 153 open_flags |= O_RDWR; 157 open_flags |= O_BINARY; 160 *open_flags_p = open_flags; [all...] |
| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_test.c | 44 int open_flags; local 72 open_flags = O_CREAT | O_RDWR | O_TRUNC; 74 open_flags = O_RDWR; 76 open_flags = O_RDONLY; 90 dict = dict_open(dict_name, open_flags, dict_flags);
|
| slmdb.h | 48 int open_flags; /* open() flags */ member in struct:__anon23262
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| fileio.cc | 135 int open_flags = 0; local 141 open_flags |= O_CREAT; 143 open_flags |= O_EXCL; 145 open_flags |= O_TRUNC; 147 open_flags |= O_APPEND; 149 open_flags |= O_RDONLY; 151 open_flags |= O_WRONLY; 153 open_flags |= O_RDWR; 157 open_flags |= O_BINARY; 160 *open_flags_p = open_flags; [all...] |
| /src/sbin/fsck_lfs/ |
| setup.c | 168 int open_flags; local 188 open_flags = O_RDONLY; 190 open_flags = O_RDWR; 192 if ((fsreadfd = open(dev, open_flags)) < 0) {
|
| /src/usr.sbin/pcictl/ |
| pcictl.c | 63 int open_flags; member in struct:command 142 pcifd = open(dvname, commands[i].open_flags);
|
| /src/external/gpl2/lvm2/dist/lib/log/ |
| log.c | 69 int open_flags = append ? 0 : O_TRUNC; local 72 if (!dev_open_flags(&_log_dev, O_RDWR | O_CREAT | open_flags, 1, 0))
|
| /src/external/ibm-public/postfix/dist/src/postalias/ |
| postalias.c | 295 int open_flags, int dict_flags) 317 if ((open_flags & O_TRUNC) == 0) { 369 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags); 474 if ((open_flags & O_TRUNC) == 0) 617 int open_flags; local 632 open_flags = O_RDWR | O_CREAT; /* XXX */ 634 open_flags = O_RDWR; 636 dict_open3(maps[n], map_name, open_flags, dict_flags) : 637 dict_open3(var_db_type, maps[n], open_flags, dict_flags)); 671 int open_flags; local 736 int open_flags = O_RDWR | O_CREAT | O_TRUNC; local [all...] |
| /src/external/ibm-public/postfix/dist/src/postmap/ |
| postmap.c | 394 int open_flags, int dict_flags) 410 if ((open_flags & O_TRUNC) == 0) { 463 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags); 569 * specified with open_flags. 826 int open_flags; local 841 open_flags = O_RDWR | O_CREAT; /* XXX */ 843 open_flags = O_RDWR; 845 dict_open3(maps[n], map_name, open_flags, dict_flags) : 846 dict_open3(var_db_type, maps[n], open_flags, dict_flags)); 880 int open_flags; local 959 int open_flags = O_RDWR | O_CREAT | O_TRUNC; local [all...] |
| /src/sbin/dkctl/ |
| dkctl.c | 79 int open_flags; member in struct:command 200 fd = opendisk(dvname, command->open_flags, dvname_store,
|
| /src/lib/libperfuse/ |
| fuse.h | 275 uint32_t open_flags; /* FUSE_FOPEN_ */ member in struct:fuse_open_out
|
| /src/external/mit/libuv/dist/src/unix/ |
| linux.c | 215 uint32_t open_flags; member in union:uv__io_uring_sqe::__anon23808 974 sqe->open_flags = req->flags | O_CLOEXEC;
|
| /src/sbin/fsck_udf/ |
| main.c | 4189 int open_flags; local 4212 open_flags = rdonly ? O_RDONLY : O_RDWR; 4213 if (udf_opendisc(given_dev, open_flags)) {
|