GRASS GIS 8 Programmer's Manual  8.5.0dev(2025)-20906a4402
unistd.h File Reference
#include <io.h>
#include <direct.h>
#include <process.h>
Include dependency graph for unistd.h:

Go to the source code of this file.

Macros

#define access   _access
 
#define close   _close
 
#define dup   _dup
 
#define dup2   _dup2
 
#define unlink   _unlink
 
#define isatty   _isatty
 
#define rmdir   _rmdir
 
#define getcwd   _getcwd
 
#define chdir   _chdir
 
#define getpid   _getpid
 
#define F_OK   0 /* Test for existence. */
 
#define X_OK   1 /* Test for execute permission. */
 
#define W_OK   2 /* Test for write permission. */
 
#define R_OK   4 /* Test for read permission. */
 
#define STDIN_FILENO   0 /* Standard input. */
 
#define STDOUT_FILENO   1 /* Standard output. */
 
#define STDERR_FILENO   2 /* Standard error output. */
 

Macro Definition Documentation

◆ access

#define access   _access

Definition at line 5 of file unistd.h.

◆ chdir

#define chdir   _chdir

Definition at line 15 of file unistd.h.

◆ close

#define close   _close

Definition at line 6 of file unistd.h.

◆ dup

#define dup   _dup

Definition at line 7 of file unistd.h.

◆ dup2

#define dup2   _dup2

Definition at line 8 of file unistd.h.

◆ F_OK

#define F_OK   0 /* Test for existence. */

Definition at line 20 of file unistd.h.

◆ getcwd

#define getcwd   _getcwd

Definition at line 14 of file unistd.h.

◆ getpid

#define getpid   _getpid

Definition at line 18 of file unistd.h.

◆ isatty

#define isatty   _isatty

Definition at line 10 of file unistd.h.

◆ R_OK

#define R_OK   4 /* Test for read permission. */

Definition at line 23 of file unistd.h.

◆ rmdir

#define rmdir   _rmdir

Definition at line 13 of file unistd.h.

◆ STDERR_FILENO

#define STDERR_FILENO   2 /* Standard error output. */

Definition at line 27 of file unistd.h.

◆ STDIN_FILENO

#define STDIN_FILENO   0 /* Standard input. */

Definition at line 25 of file unistd.h.

◆ STDOUT_FILENO

#define STDOUT_FILENO   1 /* Standard output. */

Definition at line 26 of file unistd.h.

◆ unlink

#define unlink   _unlink

Definition at line 9 of file unistd.h.

◆ W_OK

#define W_OK   2 /* Test for write permission. */

Definition at line 22 of file unistd.h.

◆ X_OK

#define X_OK   1 /* Test for execute permission. */

Definition at line 21 of file unistd.h.