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

12

/freebsd-current/share/doc/psd/20.ipctut/
H A Dustreamwrite.c64 perror("writing on stream socket");
H A Dsocketpair.c60 perror("writing stream message");
65 perror("writing stream message");
H A Dstreamwrite.c73 perror("writing on stream socket");
H A Dpipe.c65 perror("writing message");
/freebsd-current/crypto/openssl/test/recipes/
H A D40-test_rehash.t68 my $writing = 0;
73 die "New start in a PEM blob?\n" if $writing;
81 $writing = 1;
83 print OUT $line if $writing;
85 close OUT if $writing;
86 $writing = 0;
89 die "No end marker in $basename\n" if $writing;
H A D80-test_cmp_http.t121 open($faillog, ">", $file) or die "Cannot open $file for writing: $!";
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-elifndef.mk3 # Tests for the .elifndef directive, which is an obscure form of writing the
H A Ddirective-elifdef.mk3 # Tests for the .elifdef directive, which is seldom used. Instead of writing
H A Dopt-debug-file.mk4 # to a file instead of writing it to stderr.
H A Dcond-op.mk56 # That's another opportunity for writing confusing code.
H A Dvar-scope-local.mk101 # In the long form of writing a target-local variable, the text of the
/freebsd-current/contrib/bzip2/
H A Dbzlib.c73 " (www.memtest86.com). At the time of writing it is free (GPLd).\n"
902 Bool writing; member in struct:__anon2
950 bzf->writing = True;
981 if (!(bzf->writing))
1040 if (!(bzf->writing))
1124 bzf->writing = False;
1156 if (bzf->writing)
1180 if (bzf->writing)
1397 int writing = 0; local
1410 writing
[all...]
/freebsd-current/tests/sys/acl/
H A Drun265 or die "Can't create pipe for writing: $!";
267 or die "Can't duplicate pipe for writing: $!";
293 or die "Can't close pipe for writing: $!";
/freebsd-current/sbin/fsck_msdosfs/
H A Dfat.c385 bool writing)
401 if (writing) {
432 if (writing) {
441 fat_get_fat32_cached_ptr(struct fat_descriptor *fat, cl_t cl, bool writing) argument
447 entry = fat_get_fat32_cache_entry(fat, addr, writing);
384 fat_get_fat32_cache_entry(struct fat_descriptor *fat, off_t addr, bool writing) argument
/freebsd-current/tools/test/stress2/misc/
H A Dsuj23.sh72 * Unless required by applicable law or agreed to in writing, software
H A Dsendfile26.sh149 "Writer: writing chunks of %u bytes to a max of %u bytes\n",
246 /* The writer thread is responsible for writing the allocated buffer to
/freebsd-current/contrib/unbound/util/
H A Dnetevent.h318 * this is the counter for writing, the one for reading is in the
633 * @param writing: true if you want to listen to writes, false for reads.
639 int fd, int writing,
696 * Stop listening and start listening again for reading or writing.
699 * @param wr: if true, listens for writing.
/freebsd-current/sys/kern/
H A Dsys_process.c351 int error, fault_flags, page_offset, writing; local
366 * If we are writing, then we request vm_fault() to create a private
370 writing = uio->uio_rw == UIO_WRITE;
371 reqprot = writing ? VM_PROT_COPY | VM_PROT_READ : VM_PROT_READ;
372 fault_flags = writing ? VM_FAULT_DIRTY : VM_FAULT_NORMAL;
414 if (writing && error == 0) {
760 * from writing to 64 bit address space targets.
/freebsd-current/contrib/kyua/store/
H A Dschema_v3.sql48 -- Rows in this table are immutable: modifying the metadata implies writing
H A Dschema_v1.sql48 -- Rows in this table are immutable: modifying the metadata implies writing
H A Dschema_v2.sql48 -- Rows in this table are immutable: modifying the metadata implies writing
H A Dmigrate_v1_v2.sql138 -- We construct the contents by writing a row for every metadata property of
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc971 // The bug only occurs when writing an executable and executing it right
/freebsd-current/sys/cam/scsi/
H A Dscsi_sa.c791 int mode, error, writing, tmp, i; local
827 * Were we writing the tape?
829 writing = (softc->flags & SA_FLAG_TAPE_WRITTEN) != 0;
891 if (error == 0 && writing && (softc->quirks & SA_QUIRK_2FM)) {
1918 * tape correctly if we'd been writing, but the next
5221 * We try and flush any buffered writes here if we were writing
/freebsd-current/contrib/file/src/
H A Dapprentice.c2667 * Don't accept h and hh modifiers. They make writing
3439 file_error(ms, errno, "error writing `%s'", dbname);
3446 file_error(ms, errno, "error writing `%s'", dbname);

Completed in 160 milliseconds

12