Query: isastream
OS: hpux
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
isastream(3C) isastream(3C)NAMEisastream() - determine if a file descriptor refers to a STREAMS device or STREAMS-based pipeSYNOPSISDESCRIPTIONThe function tests whether an open file descriptor (fd) corresponds to a STREAMS device or STREAMS-based pipe.RETURN VALUEUpon successful completion, the function returns a value of 1 when the file descriptor of the open file specified by fd is a STREAMS device or STREAMS-based pipe, and 0 (zero) if it is not a stream, but is a valid open file descriptor. Otherwise, a value of -1 is returned, and is set to indicate the error.ERRORSIf any of the following conditions occur, the function sets to the corresponding value: [EBADF] The specified file descriptor does not refer to a valid open file.SEE ALSOfattach(3C), fdetach(3C), streamio(7).STANDARDS COMPLIANCEisastream(3C)
Related Man Pages |
---|
isastream(3c) - sunos |
isastream(3c) - xfree86 |
isastream(3c) - x11r4 |
isastream(3c) - minix |
isastream(3c) - osx |
Similar Topics in the Unix Linux Community |
---|
using popen with background process |