Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/netbsd-src/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c233 int writable = 1; in main() local
238 if (merging && ioctl(fd, DIOCWLABEL, &writable) < 0) in main()
245 int writable = 0; in main() local
246 ioctl(fd, DIOCWLABEL, &writable); in main()
252 int writable = 0; in main() local
253 ioctl(fd, DIOCWLABEL, &writable); in main()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dbfdwin.c112 bool writable) in bfd_get_file_window() argument
122 windowp->i, writable); in bfd_get_file_window()
178 writable ? PROT_WRITE | PROT_READ : PROT_READ, in bfd_get_file_window()
179 (writable in bfd_get_file_window()
217 if (!writable) in bfd_get_file_window()
246 if (!writable) in bfd_get_file_window()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dbfdwin.c165 bool writable) in bfd_get_file_window() argument
176 windowp->i, writable); in bfd_get_file_window()
232 writable ? PROT_WRITE | PROT_READ : PROT_READ, in bfd_get_file_window()
233 (writable in bfd_get_file_window()
271 if (!writable) in bfd_get_file_window()
300 if (!writable) in bfd_get_file_window()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h266 bool writable() const { return Data && Data->NumRefs == 1; } in writable() function
317 assert(writable() && "Vector is not writable!"); in clear()
323 assert(writable() && "Vector is not writable!"); in push_back()
330 assert(writable() && "Vector is not writable!"); in elem()
336 assert(writable() && "Vector is not writable!"); in downsize()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dpoll.rst18 readable or writable even when it isn't. The user should therefore always
117 readable or writable accordingly. Particularly in each of the following
121 readable/writable and the callback did not conduct a read/write on
126 writable afterwards (when `UV_WRITABLE` is set).
127 * The socket has already became readable/writable before calling
132 writable and hence the callback will be called again (depending on the
/netbsd-src/external/bsd/pdisk/dist/
H A Dpdisk.c682 if (!rflag && map->writable == 0) { in do_create_partition()
802 if (!rflag && map->writable == 0) { in do_rename_partition()
839 if (!rflag && map->writable == 0) { in do_change_type()
882 if (!rflag && map->writable == 0) { in do_delete_partition()
910 if (!rflag && map->writable == 0) { in do_reorder()
937 if (map->writable == 0) { in do_write_partition_map()
1054 if (!rflag && map->writable == 0) { in do_change_map_size()
/netbsd-src/usr.bin/make/
H A Dmain.c716 Main_SetObjdir(bool writable, const char *fmt, ...) in Main_SetObjdir() argument
739 if ((writable && access(path, W_OK) != 0) || chdir(path) != 0) { in Main_SetObjdir()
760 SetVarObjdir(bool writable, const char *var, const char *suffix) in SetVarObjdir() argument
771 (void)Main_SetObjdir(writable, "%s%s", path.str, suffix); in SetVarObjdir()
1061 bool writable; in InitObjdir() local
1064 writable = GetBooleanExpr("${MAKE_OBJDIR_CHECK_WRITABLE}", true); in InitObjdir()
1067 if (!SetVarObjdir(writable, "MAKEOBJDIRPREFIX", curdir) && in InitObjdir()
1068 !SetVarObjdir(writable, "MAKEOBJDIR", "") && in InitObjdir()
1069 !Main_SetObjdir(writable, "%s.%s-%s", _PATH_OBJDIR, machine, machine_arch) && in InitObjdir()
1070 !Main_SetObjdir(writable, " in InitObjdir()
[all...]
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-object.cc69 lto_obj_file_open (const char *filename, bool writable) in lto_obj_file_open() argument
101 (writable in lto_obj_file_open()
108 if (!writable) in lto_obj_file_open()
H A Dlto.h43 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-object.c69 lto_obj_file_open (const char *filename, bool writable) in lto_obj_file_open() argument
101 (writable in lto_obj_file_open()
111 if (!writable) in lto_obj_file_open()
H A Dlto.h43 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A DChangeLog32 * testsuite/libctf-writable/pptrtab-writable-page-deep-lookup.*:
42 * testsuite/libctf-writable/pptrtab.c: Likewise.
43 * testsuite/libctf-writable/reserialize-strtab-corruption.c:
50 * testsuite/libctf-writable/symtypetab-nonlinker-writeout.c: Fix
125 * testsuite/libctf-writable/symtypetab-nonlinker-writeout.c: Don't
267 * testsuite/libctf-writable/reserialize-strtab-corruption.*: New test.
501 using ctf_lookup_symbol_idx in non-writable dicts. Special-case
530 * testsuite/libctf-writable/symtypetab-nonlinker-writeout.c
624 * testsuite/libctf-writable/symtypetab-nonlinker-writeout.*: New
717 * testsuite/libctf-writable/writable.exp: New testsuite for tests of
[all …]
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dev_streams.c45 static void writable(evContext opaqueCtx, void *uap, int fd, int evmask);
71 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0) in evWrite()
262 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { in writable() function
/netbsd-src/lib/libc/isc/
H A Dev_streams.c51 static void writable(evContext opaqueCtx, void *uap, int fd, int evmask);
79 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0) in evWrite()
270 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { in writable() function
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A DChangeLog53 * testsuite/libctf-writable/pptrtab-writable-page-deep-lookup.*:
63 * testsuite/libctf-writable/pptrtab.c: Likewise.
64 * testsuite/libctf-writable/reserialize-strtab-corruption.c:
71 * testsuite/libctf-writable/symtypetab-nonlinker-writeout.c: Fix
146 * testsuite/libctf-writable/symtypetab-nonlinker-writeout.c: Don't
288 * testsuite/libctf-writable/reserialize-strtab-corruption.*: New test.
522 using ctf_lookup_symbol_idx in non-writable dicts. Special-case
551 * testsuite/libctf-writable/symtypetab-nonlinker-writeout.c
645 * testsuite/libctf-writable/symtypetab-nonlinker-writeout.*: New
738 * testsuite/libctf-writable/writable.exp: New testsuite for tests of
[all …]
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Dpostfix-script304 -exec $WARN group or other writable: {} \;
320 -exec $WARN group or other writable: {} \;
328 -exec $WARN group or other writable: {} \;
/netbsd-src/usr.bin/finger/
H A Dfinger.h62 short writable; /* tty is writable */ member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h705 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
721 bool writable; member
724 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange()
730 writable(writable) { in AddressRange()
H A Dsanitizer_common.cc160 bool writable, const char *name) { in addAddressRange() argument
163 new(mem) AddressRange(beg, end, executable, writable, name); in addAddressRange()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common.h709 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
725 bool writable; member
728 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange()
734 writable(writable) { in AddressRange()
H A Dsanitizer_common.cc162 bool writable, const char *name) { in addAddressRange() argument
165 new(mem) AddressRange(beg, end, executable, writable, name); in addAddressRange()
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dbfdwin.texi15 …ction} bool bfd_get_file_window (bfd *, file_ptr, bfd_size_type, bfd_window *, bool {*writable*});
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-ycp/
H A DINSTALL3 Before "make install", you need to make the locale directory writable:
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Diostuff.h39 #define writable(fd) poll_fd((fd), POLL_FD_WRITE, 0, 1, 0) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.cpp160 bool writable, const char *name) { in addAddressRange() argument
163 new(mem) AddressRange(beg, end, executable, writable, name); in addAddressRange()

12345678910>>...17