Go to the source code of this file.
|
__CCPP_BEGIN_DECLARATIONS unsigned | alarm (unsigned __seconds) |
|
int | usleep (suseconds_t __useconds) |
|
off_t | lseek (int __fd, off_t __offset, int __whence) |
|
int | close (int __fd) |
|
ssize_t | read (int __fd, void *__buffer, size_t __count) |
|
ssize_t | write (int __fd, void const *__buffer, size_t __count) |
|
int | chdir (char const *__path) |
|
int | fchdir (int __fd) |
|
char * | getcwd (char *__buffer, size_t __size) |
|
int | execv (char const *path, char *const argv[]) |
|
int | execvp (char const *path, char *const argv[]) |
|
int | execve (char const *path, char *const argv[], char *const envp[]) |
|
pid_t | getpid () |
|
int | dup (int fd) |
|
int | isatty (int fd) |
|
◆ alarm()
◆ chdir()
int chdir |
( |
char const * | __path | ) |
|
◆ close()
◆ dup()
◆ execv()
int execv |
( |
char const * | path, |
|
|
char *const | argv[] ) |
◆ execve()
int execve |
( |
char const * | path, |
|
|
char *const | argv[], |
|
|
char *const | envp[] ) |
◆ execvp()
int execvp |
( |
char const * | path, |
|
|
char *const | argv[] ) |
◆ fchdir()
◆ getcwd()
char * getcwd |
( |
char * | __buffer, |
|
|
size_t | __size ) |
◆ getpid()
◆ isatty()
◆ lseek()
off_t lseek |
( |
int | __fd, |
|
|
off_t | __offset, |
|
|
int | __whence ) |
◆ read()
◆ usleep()
◆ write()
ssize_t write |
( |
int | __fd, |
|
|
void const * | __buffer, |
|
|
size_t | __count ) |