|
| ssize_t | vfs_console_write (struct _reent *r, int fd, const char *src, size_t len) |
| |
| int | __libc_lock_init (int *lock, int recursive) |
| |
| int | __libc_lock_close (int *lock) |
| |
| int | __libc_lock_release (int *lock) |
| |
| int | __libc_lock_acquire (int *lock) |
| |
| void | __malloc_lock (struct _reent *ptr) |
| |
| void | __malloc_unlock (struct _reent *ptr) |
| |
| void | _exit (int status) |
| |
| void * | sbrk (ptrdiff_t incr) |
| |
| void | abort (void) |
| |
| void * | dlopen (const char *c, int i) |
| |
| void * | dlsym (void *p, const char *s) |
| |
| int | dlclose (void *p) |
| |
| char * | dlerror (void) |
| |
| FILE * | popen (const char *s1, const char *s2) |
| |
| int | pclose (FILE *f) |
| |
| int | execve (const char *path, char *const argv[], char *const envp[]) |
| |
| int | execv (const char *path, char *const argv[]) |
| |
| int | execvp (const char *file, char *const argv[]) |
| |
| int | fork () |
| |
| int | getpid () |
| |
| pid_t | waitpid (pid_t pid, int *stat_loc, int options) |
| |
| int | mkfifo (const char *pathname, mode_t mode) |
| |
| int | lstat (const char *path, struct stat *buf) |
| |
| int | access (const char *path, int mode) |
| |
| int | getrusage (int who, struct rusage *usage) |
| |
| int | gettimeofday (struct timeval *ptimeval, void *ptimezone) |
| |
| int | isatty (int file) |
| |
| int | kill (int pid, int sig) |
| |
| int | gethostname (char *name, size_t len) |
| |
| uid_t | getuid (void) |
| |
| uid_t | geteuid (void) |
| |
| gid_t | getgid (void) |
| |
| gid_t | getegid (void) |
| |
| int | setuid (uid_t uid) |
| |
| int | setgid (gid_t gid) |
| |
| pid_t | getppid (void) |
| |
| void * | getpwuid (uid_t uid) |
| |
| void * | getpwnam (const char *name) |
| |
| void * | getgrnam (const char *name) |
| |
| void * | getgrgid (gid_t gid) |
| |
| | __attribute__ ((unused)) |
| |
| int | __alloc_handle (int size) |
| |
| __handle * | __get_handle (int fd) |
| |
| void | setDefaultDevice (int device) |
| |
| int | FindDevice (const char *name) |
| |
| int | RemoveDevice (const char *name) |
| |
| int | AddDevice (const devoptab_t *device) |
| |
| const devoptab_t * | GetDeviceOpTab (const char *name) |
| |
| int | open (const char *file, int flags, int mode) |
| |
| int | read (int fileDesc, void *ptr, size_t len) |
| |
| int | write (int fileDesc, const void *ptr, size_t len) |
| |
| int | fstat (int fileDesc, struct stat *st) |
| |
| int | stat (const char *file, struct stat *st) |
| |
| int | statvfs (const char *path, struct statvfs *buf) |
| |
| int | fsync (int fileDesc) |
| |
| int | ftruncate (int fileDesc, off_t len) |
| |
| int | link (const char *existing, const char *new) |
| |
| _off_t | lseek (int fileDesc, _off_t pos, int dir) |
| |
| int | rename (const char *existing, const char *newName) |
| |
| int | unlink (const char *name) |
| |
| int | close (int fileDesc) |
| |
| int | _concatenate_path (struct _reent *r, char *path, const char *extra, int maxLength) |
| |
| int | chdir (const char *path) |
| |
| char * | getcwd (char *buf, size_t size) |
| |
| int | chmod (const char *path, mode_t mode) |
| |
| int | fchmod (int fd, mode_t mode) |
| |
| DIR * | opendir (const char *dirname) |
| |
| int | closedir (DIR *dirp) |
| |
| struct dirent * | readdir (DIR *dirp) |
| |
| void | rewinddir (DIR *dirp) |
| |
| void | seekdir (DIR *dirp, long int loc) |
| |
| long int | telldir (DIR *dirp) |
| |
| int | fcntl (int filedes, int cmd,...) |
| |
| int | mkdir (const char *path, mode_t mode) |
| |
| int | bdev_enum (int handle, const char **name) |
| |