| /netbsd-src/usr.bin/vndcompress/ |
| H A D | offtab.c | 117 offtab_read_window(struct offtab *offtab, uint32_t blkno, int read_flags) in offtab_read_window() argument 124 assert(ISSET(read_flags, OFFTAB_READ_SEEK) || in offtab_read_window() 130 const ssize_t n_read = (ISSET(read_flags, OFFTAB_READ_SEEK) in offtab_read_window() 153 offtab_maybe_read_window(struct offtab *offtab, uint32_t blkno, int read_flags) in offtab_maybe_read_window() argument 161 if (!offtab_read_window(offtab, blkno, read_flags)) in offtab_maybe_read_window()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | pipe.c | 386 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { in uv_pipe() argument 392 if ((read_flags & UV_NONBLOCK_PIPE) && (write_flags & UV_NONBLOCK_PIPE)) in uv_pipe() 414 if (read_flags & UV_NONBLOCK_PIPE) in uv_pipe()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
| H A D | import-export.h | 63 int read_flags(uint32_t *status, int type, struct config_value *cv);
|
| H A D | flags.c | 140 int read_flags(uint32_t *status, int type, struct config_value *cv) in read_flags() function
|
| H A D | import_vsn1.c | 140 if (!(read_flags(status, type | STATUS_FLAG, cn->v))) { in _read_flag_config() 146 if (!(read_flags(status, type, cn->v))) { in _read_flag_config()
|
| /netbsd-src/lib/libperfuse/ |
| H A D | fuse.h | 297 uint32_t read_flags; member
|
| H A D | ops.c | 2547 fri->read_flags = 0; in perfuse_node_readdir() 3116 fri->read_flags = 0; /* XXX Unused by libfuse? */ in perfuse_node_read()
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | pipe.rst | 122 .. c:function:: int uv_pipe(uv_file fds[2], int read_flags, int write_flags)
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | pipe.c | 341 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { in uv_pipe() argument 350 read_flags |= UV_READABLE_PIPE; in uv_pipe() 352 err = uv__create_pipe_pair(&readh, &writeh, read_flags, write_flags, 0, (char*) &fds[0]); in uv_pipe()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | read-rtl.c | 1477 read_flags (rtx return_rtx) in read_flags() function 1635 read_flags (return_rtx); in read_rtx_code()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | read-rtl.cc | 1505 read_flags (rtx return_rtx) in read_flags() function 1682 read_flags (return_rtx); in read_rtx_code()
|
| H A D | ChangeLog-2017 | 41424 (read_flags): New function. 41430 print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
|
| /netbsd-src/external/mit/libuv/dist/include/ |
| H A D | uv.h | 482 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
|