/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | check.c | 526 else if (rw) in handle_dot() 574 if (rw) 586 if (rw) 603 if (rw) 616 if (rw) 628 if (rw) 649 if (rw) 671 if (rw) 681 if (rw) 747 if (rw) [all …]
|
H A D | fat.c | 356 !FAT_IS_BAD(fs, curEntry.value) && rw) { 498 if (rw) { 558 if (rw) 564 if ((!interactive && rw) || (interactive && get_key("12", "?") == '1')) 570 if (rw) {
|
H A D | io.h | 35 void fs_open(char *path, int rw);
|
H A D | io.c | 163 void fs_open(char *path, int rw) in fs_open() argument 165 if ((fd = open(path, rw ? O_RDWR : O_RDONLY)) < 0) { in fs_open() 350 assert(interactive || rw); in fs_write()
|
H A D | rosglue.h | 38 #define rw (FsCheckFlags & FSCHECK_READ_WRITE) // Read-Write (if TRUE) or Read-onl… macro
|
H A D | lfn.c | 530 else if (rw) 536 if ((!interactive && rw) || (interactive && get_key("12", "?") == '1')) {
|
H A D | fsck.fat.h | 218 extern int interactive, rw, list, verbose, test, write_immed;
|
H A D | boot.c | 299 } else if (rw) { in print_fat_dirty_state()
|
/reactos/base/services/nfsd/ |
H A D | readwrite.c | 42 readwrite_upcall_args *args = &upcall->args.rw; in parse_rw() 64 readwrite_upcall_args *args = &upcall->args.rw; in read_from_mds() 112 readwrite_upcall_args *args = &upcall->args.rw; in read_from_pnfs() 140 readwrite_upcall_args *args = &upcall->args.rw; in handle_read() 178 readwrite_upcall_args *args = &upcall->args.rw; in write_to_mds() 254 readwrite_upcall_args *args = &upcall->args.rw; in write_to_pnfs() 276 readwrite_upcall_args *args = &upcall->args.rw; in handle_write() 306 readwrite_upcall_args *args = &upcall->args.rw; in marshall_rw()
|
H A D | upcall.h | 179 readwrite_upcall_args rw; member
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | linux.c | 551 int submit_bh_mdl(int rw, struct buffer_head *bh) in submit_bh_mdl() argument 562 if (rw == WRITE) { in submit_bh_mdl() 727 int submit_bh_pin(int rw, struct buffer_head *bh) argument 737 if (rw == WRITE) { 774 int submit_bh(int rw, struct buffer_head *bh) 776 return submit_bh_mdl(rw, bh); 792 int submit_bh(int rw, struct buffer_head *bh) argument 794 return submit_bh_pin(rw, bh); 870 if (rw == SWRITE) 875 if (rw == WRITE || rw == SWRITE) { [all …]
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | net_sockets.c | 515 int mbedtls_net_poll( mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout ) in mbedtls_net_poll() argument 540 if( rw & MBEDTLS_NET_POLL_READ ) in mbedtls_net_poll() 542 rw &= ~MBEDTLS_NET_POLL_READ; in mbedtls_net_poll() 547 if( rw & MBEDTLS_NET_POLL_WRITE ) in mbedtls_net_poll() 549 rw &= ~MBEDTLS_NET_POLL_WRITE; in mbedtls_net_poll() 553 if( rw != 0 ) in mbedtls_net_poll()
|
/reactos/modules/rosapps/applications/cmdutils/touch/ |
H A D | touch.c | 71 int rw __P((char *, struct stat *, int)); 191 if (rw(*argv, &sb, fflag)) in main() 291 rw(char *fname, struct stat *sbp, int force) in rw() function
|
/reactos/drivers/filesystems/msfs/ |
H A D | CMakeLists.txt | 8 rw.c
|
/reactos/drivers/serial/serial/ |
H A D | CMakeLists.txt | 13 rw.c
|
/reactos/drivers/filesystems/ntfs/ |
H A D | CMakeLists.txt | 19 rw.c
|
/reactos/sdk/include/reactos/libs/mbedtls/ |
H A D | net_sockets.h | 210 int mbedtls_net_poll( mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout );
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | CMakeLists.txt | 21 rw.c
|
/reactos/dll/win32/kernel32/ |
H A D | CMakeLists.txt | 72 client/file/rw.c
|
/reactos/dll/win32/kernel32/wine/ |
H A D | res.c | 1096 static struct mapping_info *create_mapping( LPCWSTR name, BOOL rw ) in create_mapping() argument 1104 mi->read_write = rw; in create_mapping() 1106 mi->file = CreateFileW( name, GENERIC_READ | (rw ? GENERIC_WRITE : 0), in create_mapping()
|
/reactos/dll/win32/comctl32/ |
H A D | header.c | 451 INT rw, rh; /* width and height of r */ in HEADER_DrawItem() local 463 rw = r.right - r.left; in HEADER_DrawItem() 508 cx = r.left + rw / 2 - cw / 2; in HEADER_DrawItem()
|
/reactos/base/applications/regedit/lang/ |
H A D | de-DE.rc | 433 ID_EDIT_NEW_BINARYVALUE "Fügt einen neuen Binärwärt hinzu"
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | CHANGES | 4058 functions [rw]util.c. A new shared keyword check routine was also added
|