|
DCL 3.7.4
|
#include <dcl/Config.h>#include <errno.h>#include <stdlib.h>#include <limits.h>#include <dcl/_unistd.h>#include <dcl/Object.h>#include <dcl/String.h>#include "__strumbs.h"Go to the source code of this file.
Functions | |
| __DCL_BEGIN_NAMESPACE int | __access (const String &_path, int _type) |
| int | __chown (const String &_path, uid_t _owner, gid_t _group) |
| int | __lchown (const String &_path, uid_t _owner, gid_t _group) |
| int | __chdir (const String &_path) |
| int | __getcwd (String &_r) |
| int | __ttyname (int fd, String &_r) |
| int | __link (const String &_from, const String &_to) |
| int | __symlink (const String &_from, const String &_to) |
| ssize_t | __readlink (const String &_path, String &_r) |
| int | __unlink (const String &_path) |
| int | __rmdir (const String &_path) |
| int | __getlogin (String &_r) |
| int | __gethostname (String &_r) |
| int | __getdomainname (String _r) |
| int | __truncate (const String &_path, off_t _len) |
| __DCL_BEGIN_NAMESPACE int __access | ( | const String & | _path, |
| int | _type ) |
Definition at line 25 of file _unistd.cpp.
| int __chdir | ( | const String & | _path | ) |
Definition at line 43 of file _unistd.cpp.
| int __chown | ( | const String & | _path, |
| uid_t | _owner, | ||
| gid_t | _group ) |
Definition at line 31 of file _unistd.cpp.
| int __getcwd | ( | String & | _r | ) |
Definition at line 49 of file _unistd.cpp.
| int __getdomainname | ( | String | _r | ) |
Definition at line 125 of file _unistd.cpp.
| int __gethostname | ( | String & | _r | ) |
Definition at line 116 of file _unistd.cpp.
| int __getlogin | ( | String & | _r | ) |
Definition at line 107 of file _unistd.cpp.
| int __lchown | ( | const String & | _path, |
| uid_t | _owner, | ||
| gid_t | _group ) |
Definition at line 37 of file _unistd.cpp.
| int __link | ( | const String & | _from, |
| const String & | _to ) |
Definition at line 69 of file _unistd.cpp.
| ssize_t __readlink | ( | const String & | _path, |
| String & | _r ) |
Definition at line 83 of file _unistd.cpp.
| int __rmdir | ( | const String & | _path | ) |
Definition at line 101 of file _unistd.cpp.
| int __symlink | ( | const String & | _from, |
| const String & | _to ) |
Definition at line 76 of file _unistd.cpp.
| int __truncate | ( | const String & | _path, |
| off_t | _len ) |
Definition at line 134 of file _unistd.cpp.
| int __ttyname | ( | int | fd, |
| String & | _r ) |
Definition at line 60 of file _unistd.cpp.
| int __unlink | ( | const String & | _path | ) |
Definition at line 95 of file _unistd.cpp.