|
file | __assert.c |
| Evaluate Assertion.
|
|
file | __getpid.c |
| Get Process Id.
|
|
file | __gettod.c |
| Get the Date and Time.
|
|
file | __times.c |
| Get Process Times.
|
|
file | _calloc_r.c |
| Allocate Space for Array in Memory.
|
|
file | _free_r.c |
| Allocate and Free Dynamic Memory.
|
|
file | _realloc_r.c |
| _realloc_r Implementation
|
|
file | _rename_r.c |
| Rename a File.
|
|
file | access.c |
| access() - POSIX 1003.1b 5.6.3 - File Accessibility
|
|
file | calloc.c |
| Allocate Space for Array in Memory.
|
|
file | chmod.c |
| Change File Modes.
|
|
file | chown.c |
| Change Owner and Group of a File.
|
|
file | chroot.c |
| Change Root Directory.
|
|
file | close.c |
| POSIX 1003.1b 6.3.1 - Close a File.
|
|
file | ctermid.c |
| Generate Terminal Pathname.
|
|
file | dup.c |
| POSIX 1003.1b 6.2.1 Duplicate an Open File Descriptor.
|
|
file | dup2.c |
| Duplicate an Open File Descriptor.
|
|
file | fchdir.c |
| Change Directory.
|
|
file | fchmod.c |
| Change File Modes.
|
|
file | fchown.c |
| Change Owner and Group of a File.
|
|
file | fcntl.c |
| POSIX 1003.1b 6.5.2 - File Control.
|
|
file | fdatasync.c |
| POSIX 1003.1b 6.6.2 - Synchronize the Data of a File.
|
|
file | fpathconf.c |
| Configurable Pathname Varables.
|
|
file | free.c |
| calloc()
|
|
file | fsync.c |
| Synchronize the State of a File.
|
|
file | ftruncate.c |
| Truncate a File to the Specified Length.
|
|
file | funlockfile.c |
| Unlock File for Stdio.
|
|
file | getchark.c |
| Get Character from Stdin.
|
|
file | getdents.c |
| Get Directory Entries.
|
|
file | getegid.c |
| Get Real User, Effective User, Ral Group, and Effective Group IDs.
|
|
file | geteuid.c |
| Get Real User, Effective User, Ral Group, and Effective Group IDs.
|
|
file | getgid.c |
| Get Real User, Effective User, Ral Group, and Effective Group IDs.
|
|
file | getgrent.c |
| User Database Access Routines.
|
|
file | getgrnam.c |
| User Database Access Routines.
|
|
file | getgroups.c |
| Get Supplementary IDs.
|
|
file | getlogin.c |
| Get User Name.
|
|
file | getpagesize.c |
| Get System Page Size.
|
|
file | getpid.c |
| Process and Parent Process IDs.
|
|
file | getppid.c |
| Get Process and Parent Process IDs.
|
|
file | getpwent.c |
| User Database Access Routines.
|
|
file | getuid.c |
| Get Real User, Effective User, Ral Group, and Effective Group IDs.
|
|
file | ioctl.c |
| ioctl() system call
|
|
file | isatty_r.c |
| Test for a Terminal Device.
|
|
file | issetugid.c |
| Dummy Version of BSD Routine.
|
|
file | kill_noposix.c |
| Kill No POSIXMarginal implementations of some POSIX API routines to be used when POSIX is disabled.
|
|
file | link.c |
| Create a new link.
|
|
file | lstat.c |
| Get File Status.
|
|
file | malloc.c |
| RTEMS Malloc Family Implementation.
|
|
file | malloc_deferred.c |
| Malloc Deferred Support.
|
|
file | malloc_walk.c |
| Malloc Walk.
|
|
file | mallocfreespace.c |
| RTEMS Malloc Get Free Information.
|
|
file | mallocgetheapptr.c |
| RTEMS Malloc Get Heap Pointer.
|
|
file | mallocinfo.c |
| RTEMS Malloc Get Status Information.
|
|
file | mallocsetheapptr.c |
| RTEMS Malloc Set Heap Pointer.
|
|
file | mkdir.c |
| Make a Directory.
|
|
file | mkfifo.c |
| Make a FIFO Special File.
|
|
file | mknod.c |
| Create a Special or Ordinary File.
|
|
file | newlibc_reent.c |
| Newlib Support.
|
|
file | open.c |
| Open a File.
|
|
file | pathconf.c |
| Configurable Pathname Varables.
|
|
file | posix_memalign.c |
|
file | print_fprintf.c |
| RTEMS Print Support.
|
|
file | print_printf.c |
| RTEMS Print Support.
|
|
file | printf_plugin.c |
| RTEMS Plugin Printf.
|
|
file | printk.c |
| Kernel Printf Function.
|
|
file | printk_plugin.c |
| Plugin Printk.
|
|
file | putk.c |
| Write Character to Stream.
|
|
file | pwdgrp.c |
| User Database Access Routines.
|
|
file | read.c |
| Read From a File.
|
|
file | readlink.c |
| Read Value of a Symbolic Link.
|
|
file | readv.c |
| Read a Vector.
|
|
file | realloc.c |
| Reallocate Memory Block.
|
|
file | rmdir.c |
| Remove a Directory.
|
|
file | rtems_heap_extend.c |
| rtems_heap_extend() implementation.
|
|
file | rtems_putc.c |
| RTEMS Output a Character.
|
|
file | setegid.c |
| Get Real User, Effective User, Ral Group, and Effective Group IDs.
|
|
file | seteuid.c |
| Set Effective User Id.
|
|
file | setpgid.c |
| Set Process Group ID for Job Control.
|
|
file | setsid.c |
| Create Session and Set Process Group ID.
|
|
file | stat.c |
| Get File Status.
|
|
file | symlink.c |
| Make a Symbolic Link to a File.
|
|
file | sync.c |
| Synchronize Data on Disk with Memory.
|
|
file | tcgetpgrp.c |
| Get Foreground Process Group ID.
|
|
file | tcsetattr.c |
| Get and Set State.
|
|
file | tcsetpgrp.c |
| Set Foreground Process Group ID.
|
|
file | truncate.c |
| Truncate a File to the Specified Length.
|
|
file | umask.c |
| Set File Creation Mask.
|
|
file | unlink.c |
| Remove an Existing Link.
|
|
file | unmount.c |
| Unmount a File System.
|
|
file | utime.c |
| Set File Access and Modification Times.
|
|
file | utimes.c |
| Change File Last Access and Modification Times.
|
|
file | vprintk.c |
| Print Formatted Output.
|
|
file | write.c |
| Write to a File.
|
|
file | write_r.c |
| POSIX 1003.1b 6.4.2 - Write to a File.
|
|
RTEMS Specific Support for the Standard C Library.