HP-UX Reference (11i v1 00/12) - 3 Library Functions N-Z (vol 7)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/nan.3m
________________________________________________________________
___ ___
p
putws(3C) putws(3C)
[EINTR] A signal was caught during the write() system call.
[EIO] The process is in a background process group and is attempting to write to its control-
ling terminal, TOSTOP is set, the process is neither ignoring nor blocking the
SIGTTOU signal, and the process group of the process is orphaned.
[ENOSPC] There was no free space remaining on the device containing the file.
[EPIPE] An attempt is made to write to a pipe or FIFO that is not open for reading by any pro-
cess. A SIGPIPE signal is also sent to the process.
[EILSEQ] A wide character in ws does not correspond to a valid character.
Additional errno values may be set by the underlying write() function (see write(2)).
WARNINGS
putws_unlocked() and fputws_unlocked() are obsolescent interfaces supported only for com-
patibility with existing DCE applications. New multithreaded applications should use putws() and
fputws().
AUTHOR
putws() and fputws() were developed by OSF and HP.
SEE ALSO
ferror(3S), flockfile(3S), fopen(3S), fread(3S), printf(3S), putwc(3C), orientation(5).
STANDARDS CONFORMANCE
fputws(): XPG4
Section 3740 2 HP-UX Release 11i: December 2000
___
___