write             543 java/org/gnu/emacs/EmacsDocumentsProvider.java 	  outputStream.write (buffer, 0, length);
write             265 java/org/gnu/emacs/EmacsOpenActivity.java 	  outStream.write (buffer, 0, read);
write            1578 java/org/gnu/emacs/EmacsSafThread.java 		 boolean write, boolean truncate,
write            1597 java/org/gnu/emacs/EmacsSafThread.java     if (write)
write            1634 java/org/gnu/emacs/EmacsSafThread.java     if (read && write && truncate && fileDescriptor != null
write            1655 java/org/gnu/emacs/EmacsSafThread.java     else if (!read && write && truncate && fileDescriptor != null)
write            1693 java/org/gnu/emacs/EmacsSafThread.java 		final boolean read, final boolean write,
write            1705 java/org/gnu/emacs/EmacsSafThread.java 				write, truncate, signal);
write            1550 java/org/gnu/emacs/EmacsService.java 		boolean read, boolean write, boolean truncate)
write            1561 java/org/gnu/emacs/EmacsService.java     return storageThread.openDocument (uri, documentId, read, write,
write             201 lib-src/asset-directory-tool.c   if (write (fd, tree->name, size) < size)
write             210 lib-src/asset-directory-tool.c   if (write (fd, &output, 4) < 1)
write             269 lib-src/asset-directory-tool.c   if (write (fd, "EMACS", 5) < 5)
write             419 lib-src/movemail.c 	    if (nread != write (outdesc, buf, nread))
write              54 lib-src/pop.c  #define SEND(s,buf,len,flags) write (s,buf,len)
write             232 lib-src/seccomp-filter.c   RULE (SCMP_ACT_ALLOW, SCMP_SYS (write));
write            2377 lib/unistd.in.h _GL_FUNCDECL_RPL (write, ssize_t, (int fd, const void *buf, size_t count)
write            2379 lib/unistd.in.h _GL_CXXALIAS_RPL (write, ssize_t, (int fd, const void *buf, size_t count));
write            2385 lib/unistd.in.h _GL_CXXALIAS_MDA (write, ssize_t, (int fd, const void *buf, size_t count));
write            2387 lib/unistd.in.h _GL_CXXALIAS_SYS (write, ssize_t, (int fd, const void *buf, size_t count));
write            2389 lib/unistd.in.h _GL_CXXALIASWARN (write);
write            2400 lib/unistd.in.h _GL_CXXALIAS_MDA (write, int, (int fd, const void *buf, unsigned int count));
write            2402 lib/unistd.in.h _GL_CXXALIAS_MDA (write, ssize_t, (int fd, const void *buf, unsigned int count));
write            2405 lib/unistd.in.h _GL_CXXALIAS_SYS (write, ssize_t, (int fd, const void *buf, size_t count));
write            2407 lib/unistd.in.h _GL_CXXALIASWARN (write);
write             721 src/android.c    if (write (select_pipe[1], &byte, 1) != 1)
write            2866 src/androidvfs.c   jboolean rc, read, write;
write            2875 src/androidvfs.c   write = (bool) (mode & W_OK);
write            2880 src/androidvfs.c 					       string, read, write);
write            5696 src/androidvfs.c   jboolean read, trunc, write;
write            5747 src/androidvfs.c   read = trunc = write = false;
write            5750 src/androidvfs.c     write = true;
write            5755 src/androidvfs.c   if ((flags & O_RDWR) == O_RDWR || !write)
write            5764 src/androidvfs.c 						       read, write, trunc);
write            5829 src/androidvfs.c 			 &statb, write))
write            3534 src/emacs.c          err |= write (daemon_pipe[1], "\n", 1) < 0;
write            11928 src/keyboard.c   ignore_value (write (STDOUT_FILENO, msg, strlen (msg)));
write             223 src/sound.c      void (* write) (struct sound_device *sd, const char *buffer,
write             563 src/sound.c        sd->write (sd, SSDATA (s->data) + sizeof *header,
write             579 src/sound.c              sd->write (sd, buffer, nbytes);
write             654 src/sound.c        sd->write (sd, SSDATA (s->data) + header->data_offset,
write             668 src/sound.c    	sd->write (sd, buffer, nbytes);
write             859 src/sound.c      sd->write = vox_write;
write            1203 src/sound.c      sd->write = alsa_write;
write             745 src/sysdep.c   	write (1, "Can't execute subshell", 22);
write            2812 src/sysdep.c         ssize_t n = write (fd, buf, min (nbyte, MAX_RW_COUNT));
write             344 src/unexaix.c    if (write (new, &f_hdr, sizeof (f_hdr)) != sizeof (f_hdr))
write             351 src/unexaix.c        if (write (new, &f_ohdr, sizeof (f_ohdr)) != sizeof (f_ohdr))
write             359 src/unexaix.c      if (write (new, s, sizeof (*s)) != sizeof (*s))
write             405 src/unexaix.c        ret = write (new, ptr, nwrite);
write             413 src/unexaix.c  	  write (new, zeros, nwrite);
write             455 src/unexaix.c        if (write (new, page, n) != n)
write             493 src/unexaix.c  	  write (new, &symentry, SYMESZ);
write             505 src/unexaix.c                write (new, &auxentry, AUXESZ);
write             564 src/unexaix.c  	  if (write (new, &ldrel, LDRELSZ) != LDRELSZ)
write             602 src/unexaix.c                if (write (new, (void *) &orig_int, sizeof (orig_int))
write             286 src/unexcoff.c   if (write (new, &f_hdr, sizeof (f_hdr)) != sizeof (f_hdr))
write             291 src/unexcoff.c   if (write (new, &f_ohdr, sizeof (f_ohdr)) != sizeof (f_ohdr))
write             296 src/unexcoff.c   if (write (new, &f_thdr, sizeof (f_thdr)) != sizeof (f_thdr))
write             301 src/unexcoff.c   if (write (new, &f_dhdr, sizeof (f_dhdr)) != sizeof (f_dhdr))
write             306 src/unexcoff.c   if (write (new, &f_bhdr, sizeof (f_bhdr)) != sizeof (f_bhdr))
write             333 src/unexcoff.c       ret = write (new, ptr, nwrite);
write             345 src/unexcoff.c 	  write (new, zeros, nwrite);
write             428 src/unexcoff.c       if (write (new, page, n) != n)
write             496 src/unexcoff.c 	      write (new, &auxentry, AUXESZ);
write             144 src/unexcw.c   	    write (fd, (char *) start_address,
write             202 src/unexcw.c   	      ret = write (fd, "", 1);
write             211 src/unexcw.c   		write (fd, &exe_header->section_header[i],
write             226 src/unexcw.c   	    write (fd, (char *) start_address,
write             292 src/unexcw.c         ret2 = write (fd_out, buffer, ret);
write             640 src/unexelf.c    if (write (new_file, new_base, new_file_size) != new_file_size)
write              99 src/unexhp9k800.c   if (write (file, auxhdr->exec_dmem, size) != size)
write             146 src/unexhp9k800.c 	  if (write (file, &subspace, subspace_size) != subspace_size)
write             189 src/unexhp9k800.c   if (write (file, hdr, sizeof (*hdr)) != sizeof (*hdr))
write             192 src/unexhp9k800.c   if (write (file, auxhdr, sizeof (*auxhdr)) != sizeof (*auxhdr))
write             224 src/unexhp9k800.c       if (write (new, buffer, len) != len)
write             239 src/unexhp9k800.c     if (write (new, buffer, len) != len) break;
write             238 src/unexmacosx.c         write (outfd, (const void *) (uintptr_t) data, data_count) == count;
write             259 src/unexmacosx.c       if (write (outfd, buf, bytes) != bytes)
write             290 src/unexmacosx.c       if (write (outfd, buf, bytes_read) != bytes_read)
write            11210 src/w32fns.c   		  write (stderr_fd, buf, strlen (buf));
write            11211 src/w32fns.c   		write (stderr_fd, "\r\nBacktrace:\r\n", 14);
write            11221 src/w32fns.c   		  write (errfile_fd, buf, strlen (buf));
write            11222 src/w32fns.c   		write (errfile_fd, "\r\nBacktrace:\r\n", 14);
write            11232 src/w32fns.c   		  write (stderr_fd, buf, strlen (buf));
write            11234 src/w32fns.c   		  write (errfile_fd, buf, strlen (buf));
write            11239 src/w32fns.c   		  write (stderr_fd, "...\r\n", 5);
write            11241 src/w32fns.c   		  write (errfile_fd, "...\r\n", 5);
write             153 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp       int write();
write             266 test/manual/etags/php-src/lce_functions.php 	   $content .= $poe->write();