Searched refs:writing (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/share/doc/psd/20.ipctut/
H A Dustreamwrite.c70 perror("writing on stream socket");
H A Dsocketpair.c66 perror("writing stream message");
71 perror("writing stream message");
H A Dpipe.c71 perror("writing message");
H A Dstreamwrite.c79 perror("writing on stream socket");
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dscm-valprint.c293 scm_listify (exp, port, (writing ? BOOL_T : BOOL_F),
308 scm_raprin1 (exp, port, writing);
330 scm_iprin1 (CCLO_SUBR (exp), port, writing);
341 if (i < scm_numptob && scm_ptobs[i].print && (scm_ptobs[i].print) (exp, port, writing))
347 && (scm_smobs[i].print) (exp, port, writing))
H A Dremote-vx.c455 sprintf (message, "writing %s registers", (procnum == PTRACE_SETREGS)
473 to debugger memory starting at MYADDR. WRITE is true if writing to the
/freebsd-9.3-release/contrib/bzip2/
H A Dbzlib.c76 " (www.memtest86.com). At the time of writing it is free (GPLd).\n"
905 Bool writing; member in struct:__anon857
953 bzf->writing = True;
984 if (!(bzf->writing))
1043 if (!(bzf->writing))
1127 bzf->writing = False;
1159 if (bzf->writing)
1183 if (bzf->writing)
1400 int writing = 0; local
1413 writing
[all...]
/freebsd-9.3-release/tools/regression/acltools/
H A Drun266 or die "Can't create pipe for writing: $!";
268 or die "Can't duplicate pipe for writing: $!";
294 or die "Can't close pipe for writing: $!";
/freebsd-9.3-release/sys/kern/
H A Dsys_process.c245 int error, fault_flags, page_offset, writing; local
261 * If we are writing, then we request vm_fault() to create a private
265 writing = uio->uio_rw == UIO_WRITE;
266 reqprot = writing ? VM_PROT_COPY | VM_PROT_READ : VM_PROT_READ;
267 fault_flags = writing ? VM_FAULT_DIRTY : VM_FAULT_NORMAL;
309 if (writing && error == 0) {
621 * from writing to 64 bit address space targets.
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex427 version from the blob header, and when writing it takes a command line
488 Between reading in the device tree and writing it out in the new
569 machine. After writing a bootloader, BootX, for it in 1998, he
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_sa.c533 int mode, error, writing, tmp; local
571 * Were we writing the tape?
573 writing = (softc->flags & SA_FLAG_TAPE_WRITTEN) != 0;
635 if (error == 0 && writing && (softc->quirks & SA_QUIRK_2FM)) {
1127 * tape correctly if we'd been writing, but the next
3261 * We try and flush any buffered writes here if we were writing
/freebsd-9.3-release/contrib/file/src/
H A Dapprentice.c2338 * Don't accept h and hh modifiers. They make writing
3009 file_error(ms, errno, "error writing `%s'", dbname);
3016 file_error(ms, errno, "error writing `%s'", dbname);
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY1150 add code to return EPERM if the device is opened for writing and we're
1188 safely open files in /tmp for writing device output when testing.
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex3367 % subentry case), texindex reduces to two when writing the .??s
3858 % expanded while writing the .toc file. \char\appendixno is not
4396 % We open the .toc file for writing here instead of at @setfilename (or
4422 % writing pdf. These are used in the table of contents. We can't
5743 % argument to @deffn, which ends up writing an index entry, and texindex
6096 % character, we would end up writing a line like this: 'xrdef {'hat
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3541 % subentry case), texindex reduces to two when writing the .??s
4032 % expanded while writing the .toc file. \char\appendixno is not
4570 % We open the .toc file for writing here instead of at @setfilename (or
4596 % writing pdf. These are used in the table of contents. We can't
5939 % argument to @deffn, which ends up writing an index entry, and texindex
6294 % character, we would end up writing a line like this: 'xrdef {'hat
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex3439 % subentry case), texindex reduces to two when writing the .??s
3930 % expanded while writing the .toc file. \char\appendixno is not
4468 % We open the .toc file for writing here instead of at @setfilename (or
4494 % writing pdf. These are used in the table of contents. We can't
5815 % argument to @deffn, which ends up writing an index entry, and texindex
6168 % character, we would end up writing a line like this: 'xrdef {'hat
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-ppc.c5403 bfd_boolean writing = FALSE;
5425 writing = TRUE;
5433 if (writing)
7724 then they should avoid writing weird assembly. */
8023 We also rely on the section contents being zero when writing
11323 dynamic linker, before writing them out. */
11473 /* We need to handle writing out multiple GOT sections ourselves,
5399 bfd_boolean writing = FALSE; local

Completed in 317 milliseconds