unistd man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



UNISTD(4)							     UNISTD(4)

NAME
     unistd - file header for symbolic constants

SYNOPSIS
     #include <unistd.h>

DESCRIPTION
     The header file <unistd.h> lists the symbolic constants and structures
     not already defined or declared in some other header file.

     /* Symbolic constants for the "access" routine: */

     #define R_OK 4	 /*Test for Read permission */
     #define W_OK 2	 /*Test for Write permission */
     #define X_OK 1	 /*Test for eXecute permission */
     #define F_OK 0	 /*Test for existence of File */

     #define F_ULOCK	 0/*Unlock a previously locked region */
     #define F_LOCK	 1/*Lock a region for exclusive use */
     #define F_TLOCK	 2/*Test and lock a region for exclusive use */
     #define F_TEST	 3/*Test a region for other processes locks */

     /*Symbolic constants for the "lseek" routine: */

     #define SEEK_SET	 0/* Set file pointer to "offset" */
     #define SEEK_CUR	 1/* Set file pointer to current plus "offset" */
     #define SEEK_END	 2/* Set file pointer to EOF plus "offset" */

     /*Pathnames:*/

     #define GF_PATH	 /etc/group/*Pathname of the group file */
     #define PF_PATH	 /etc/passwd/*Pathname of the passwd file */

									Page 1

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net