/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/checkers/ |
H A D | callandmessage_example.c | 32 @property (readwrite,assign) id x; in property() argument 44 @property (readwrite,assign) id x; in property() argument 59 @property (readwrite,assign) id x; in property() argument
|
/netbsd-src/usr.bin/nc/ |
H A D | netcat.c | 135 void readwrite(int, struct tls *); 583 readwrite(s, NULL); in main() 608 readwrite(s, NULL); in main() 623 readwrite(connfd, tls_cctx); in main() 626 readwrite(connfd, NULL); in main() 655 readwrite(s, NULL); in main() 726 readwrite(s, tls_ctx); in main() 739 readwrite(s, NULL); in main() 1060 readwrite(int net_fd, struct tls *tls_ctx) in readwrite() function
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/corpus_examples/objc/ |
H A D | ClassCategory.m | 9 @property(atomic, assign, readwrite) int field;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 143 fs::mapped_file_region::readwrite, Size, 0, EC); in createOnDiskBuffer()
|
H A D | MemoryBuffer.cpp | 179 Mapmode<WriteThroughMemoryBuffer> = sys::fs::mapped_file_region::readwrite;
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | inquire.c | 583 cf_strcpy (iqp->readwrite, iqp->readwrite_len, p); in inquire_via_unit() 778 cf_strcpy (iqp->readwrite, iqp->readwrite_len, p); in inquire_via_filename()
|
H A D | io.h | 423 CHARACTER2 (readwrite);
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | inquire.c | 583 cf_strcpy (iqp->readwrite, iqp->readwrite_len, p); in inquire_via_unit() 796 cf_strcpy (iqp->readwrite, iqp->readwrite_len, p); in inquire_via_filename()
|
H A D | io.h | 427 CHARACTER2 (readwrite);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | ioparm.def | 83 IOPARM (inquire, readwrite, 1 << 29, char2)
|
H A D | io.c | 4497 gfc_free_expr (inquire->readwrite); in gfc_free_inquire() 4549 RETM m = match_vtag (&tag_readwrite, &inquire->readwrite); in match_inquire_element() 4759 INQUIRE_RESOLVE_TAG (&tag_readwrite, inquire->readwrite); in gfc_resolve_inquire()
|
H A D | trans-io.c | 1414 if (p->readwrite) in gfc_trans_inquire() 1416 p->readwrite); in gfc_trans_inquire()
|
H A D | dump-parse-tree.c | 2771 if (i->readwrite) in show_code_node() 2774 show_expr (i->readwrite); in show_code_node()
|
H A D | gfortran.h | 2518 *write, *readwrite, *delim, *pad, *iolength, *iomsg, *convert, *strm_pos, member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ioparm.def | 83 IOPARM (inquire, readwrite, 1 << 29, char2)
|
H A D | io.cc | 4497 gfc_free_expr (inquire->readwrite); in gfc_free_inquire() 4549 RETM m = match_vtag (&tag_readwrite, &inquire->readwrite); in match_inquire_element() 4759 INQUIRE_RESOLVE_TAG (&tag_readwrite, inquire->readwrite); in gfc_resolve_inquire()
|
H A D | trans-io.cc | 1440 if (p->readwrite) in gfc_trans_inquire() 1442 p->readwrite); in gfc_trans_inquire()
|
H A D | dump-parse-tree.cc | 3085 if (i->readwrite) in show_code_node() 3088 show_expr (i->readwrite); in show_code_node()
|
H A D | gfortran.h | 2807 *write, *readwrite, *delim, *pad, *iolength, *iomsg, *convert, *strm_pos, member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Path.inc | 843 case readwrite: flprotect = PAGE_READWRITE; break; 860 case readwrite: dwDesiredAccess = FILE_MAP_WRITE; break; 935 if (Mode == mapmode::readwrite && Exe && hasFlushBufferKernelBug()) {
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 1250 readwrite, ///< May access map via data and modify it. Written to path. enumerator
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-cc | 1104 readwrite
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2014 | 739 POSIX's access to query about write=, read= and readwrite=.
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1124 HANDLE_DW_APPLE_PROPERTY(0x08, readwrite)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
H A D | Path.inc | 817 int flags = (Mode == readwrite) ? MAP_SHARED : MAP_PRIVATE;
|