Previous section.

Networking Services (XNS) Issue 5
Copyright © 1997 The Open Group

NAME

sys/stat.h - data returned by the stat() function.
Note:
The XSH specification contains the basic definition of this interface. The following additional information pertains to Sockets.

DESCRIPTION

The following additional symbolic name for the value of st_mode is defined:

File type:

S_IFMT type of file
S_IFSOCK socket

The following macro will test whether a file is of the specified type. The value m supplied to the macro is the value of st_mode from a stat structure. The macro evaluates to a non-zero value if the test is true, 0 if the test is false.

S_ISSOCK(m)
test for a socket

CHANGE HISTORY

First released in Issue 4.

Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.

Contents Next section Index