logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface

Application Usage

       None.

Description

       The  isastream()  function  shall  test  whether  fildes,  an  open file descriptor, is associated with a
       STREAMS-based file.

Errors

       The isastream() function shall fail if:

       EBADF  The fildes argument is not a valid open file descriptor.

       Thefollowingsectionsareinformative.

Examples

       None.

Future Directions

       The isastream() function may be removed in a future version.

Name

       isastream — test a file descriptor (STREAMS)

Prolog

       This  manual  page  is part of the POSIX Programmer's Manual.  The Linux implementation of this interface
       may differ (consult the corresponding Linux manual page for details of Linux behavior), or the  interface
       may not be implemented on Linux.

Rationale

       None.

Return Value

       Upon successful completion, isastream() shall return 1 if fildes refers to a STREAMS-based file and 0  if
       not. Otherwise, isastream() shall return -1 and set errno to indicate the error.

See Also

       The Base Definitions volume of POSIX.1‐2017, <stropts.h>

Synopsis

       #include <stropts.h>

       int isastream(int fildes);

See Also