Open System Services System Calls Reference Manual (G06.28+, H06.05+)

System Functions (s and S) spt_vprintfx(2)
[EBADF] The le descriptor underlying the output stream is not a valid le
descriptor open for writing.
[EFBIG] An attempt was made to write to a le that exceeds the processs
le size limit or the maximum le size.
[EILSEQ] An invalid wide character was detected.
[EINTR] The operation was interrupted by a signal that was caught, and
no data was transferred.
[EINVAL] There are insufcient arguments.
[EIO] The implementation supports job control; the process is a
member of a background process group attempting to write to its
controlling terminal; TOSTOP is set; the process is neither
ignoring nor blocking SIGTTOU; and the process group of the
process is orphaned. This error might also be returned under
implementation-dened conditions.
[ENOMEM] Insufcient storage space was available.
[ENOSPC] No free space was remaining on the device containing the le.
[ENXIO] A request was made of a nonexistent device, or the request was
outside the capabilities of the device.
[EPIPE] An attempt was made to write to a pipe or FIFO that is not open
for reading by any process. A SIGPIPE signal will also be sent
to the process.
RELATED INFORMATION
Functions: fprintf(3), printf(3), sprintf(3), spt_fprintfx(2), spt_printfx(2), spt_vprintf(2),
vfprintf(3), vprintf(3), vsprintf(3).
STANDARDS CONFORMANCE
This function is an extension to the UNIX 98 specication. Interfaces documented on this refer-
ence page conform to the following industry standards:
IEEE Std 1003.1c-1995, POSIX System Application Program Interface
The use of the header le spthread.h is an HP exception to the POSIX standard.
527186-007 Hewlett-Packard Company 7343