write             418 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            2292 lib/unistd.in.h _GL_FUNCDECL_RPL (write, ssize_t, (int fd, const void *buf, size_t count)
write            2294 lib/unistd.in.h _GL_CXXALIAS_RPL (write, ssize_t, (int fd, const void *buf, size_t count));
write            2300 lib/unistd.in.h _GL_CXXALIAS_MDA (write, ssize_t, (int fd, const void *buf, size_t count));
write            2302 lib/unistd.in.h _GL_CXXALIAS_SYS (write, ssize_t, (int fd, const void *buf, size_t count));
write            2304 lib/unistd.in.h _GL_CXXALIASWARN (write);
write            2315 lib/unistd.in.h _GL_CXXALIAS_MDA (write, int, (int fd, const void *buf, unsigned int count));
write            2317 lib/unistd.in.h _GL_CXXALIAS_MDA (write, ssize_t, (int fd, const void *buf, unsigned int count));
write            2320 lib/unistd.in.h _GL_CXXALIAS_SYS (write, ssize_t, (int fd, const void *buf, size_t count));
write            2322 lib/unistd.in.h _GL_CXXALIASWARN (write);
write            3409 src/emacs.c          err |= write (daemon_pipe[1], "\n", 1) < 0;
write            11389 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             737 src/sysdep.c   	write (1, "Can't execute subshell", 22);
write            2577 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            11174 src/w32fns.c   		  write (stderr_fd, buf, strlen (buf));
write            11175 src/w32fns.c   		write (stderr_fd, "\r\nBacktrace:\r\n", 14);
write            11185 src/w32fns.c   		  write (errfile_fd, buf, strlen (buf));
write            11186 src/w32fns.c   		write (errfile_fd, "\r\nBacktrace:\r\n", 14);
write            11196 src/w32fns.c   		  write (stderr_fd, buf, strlen (buf));
write            11198 src/w32fns.c   		  write (errfile_fd, buf, strlen (buf));
write            11203 src/w32fns.c   		  write (stderr_fd, "...\r\n", 5);
write            11205 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();