Home
last modified time | relevance | path

Searched refs:cantwrite (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/lib/libc/stdio/
Dputc.c45 if (cantwrite(fp)) in putc_unlocked()
Dwbuf.c56 if (cantwrite(fp)) in __swbuf()
Dlocal.h74 #define cantwrite(fp) \ macro
Dfvwrite.c61 if (cantwrite(fp)) in __sfvwrite()
Dvfprintf.c477 if (cantwrite(fp)) in __vfprintf()
Dvfwprintf.c454 if (cantwrite(fp)) in __vfwprintf()
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dperlfaq.pod63 open(FH, "> /etc/cantwrite")
64 or die "Couldn't write to /etc/cantwrite: $!\n";
Dperlfaqo.txt29 open(FH, "> /etc/cantwrite")
30 or die "Couldn't write to /etc/cantwrite: $!\n";