SYMBOL INDEX (936 symbols across 295 files) FILE: src/kernel/arch/x86/alloc.cc type kmalloc_header (line 8) | struct kmalloc_header type kmalloc_header (line 18) | struct kmalloc_header type kmalloc_header (line 49) | struct kmalloc_header type kmalloc_header (line 52) | struct kmalloc_header type kmalloc_header (line 59) | struct kmalloc_header type kmalloc_header (line 71) | struct kmalloc_header type kmalloc_header (line 74) | struct kmalloc_header type kmalloc_header (line 81) | struct kmalloc_header type kmalloc_header (line 98) | struct kmalloc_header type kmalloc_header (line 109) | struct kmalloc_header function kfree (line 113) | void kfree(void *v_addr) FILE: src/kernel/arch/x86/architecture.cc function u32 (line 327) | u32 Architecture::getArg(u32 n){ FILE: src/kernel/arch/x86/architecture.h function class (line 10) | class Architecture FILE: src/kernel/arch/x86/archprocess.h type process_st (line 12) | struct process_st { FILE: src/kernel/arch/x86/io.cc function u32 (line 278) | u32 Io::read(char* buf,u32 count){ FILE: src/kernel/arch/x86/io.h function class (line 14) | class Io FILE: src/kernel/arch/x86/vmm.cc function page (line 42) | page* get_page_from_heap(void) function release_page_from_heap (line 83) | int release_page_from_heap(char *v_addr) function Memory_init (line 141) | void Memory_init(u32 high_mem) type page_directory (line 204) | struct page_directory type page_directory (line 206) | struct page_directory type page_directory (line 211) | struct page_directory type page_directory (line 211) | struct page_directory function page_copy_in_pd (line 236) | void page_copy_in_pd(process_st* current,u32 virtadr){ type page_directory (line 250) | struct page_directory type page_directory (line 250) | struct page_directory type page_directory (line 252) | struct page_directory type page_directory (line 257) | struct page_directory type page_directory (line 257) | struct page_directory function pd_destroy (line 282) | int pd_destroy(struct page_directory *pd) function pd0_add_page (line 306) | int pd0_add_page(char *v_addr, char *p_addr, int flags) function pd_add_page (line 336) | int pd_add_page(char *v_addr, char *p_addr, int flags, struct page_direc... function pd_remove_page (line 385) | int pd_remove_page(char *v_addr) FILE: src/kernel/arch/x86/vmm.h type page (line 12) | struct page { type page_directory (line 18) | struct page_directory { type vm_area (line 23) | struct vm_area { type page_directory (line 29) | typedef page_directory proc_memory; type page (line 54) | struct page type page_directory (line 61) | struct page_directory type page_directory (line 62) | struct page_directory type page_directory (line 63) | struct page_directory type page_directory (line 63) | struct page_directory type page_directory (line 70) | struct page_directory type kmalloc_header (line 79) | struct kmalloc_header { function class (line 86) | class Vmm FILE: src/kernel/arch/x86/x86.cc function regs_t (line 8) | regs_t cpu_cpuid(int code) function u32 (line 17) | u32 cpu_vendor_name(char *name) function init_gdt_desc (line 63) | void init_gdt_desc(u32 base, u32 limite, u8 acces, u8 other,struct gdtde... function init_gdt (line 79) | void init_gdt(void) function init_idt_desc (line 121) | void init_idt_desc(u16 select, u32 offset, u16 type, struct idtdesc *desc) function do_syscalls (line 137) | void do_syscalls(int num){ function isr_kbd_int (line 161) | void isr_kbd_int(void) function isr_default_int (line 245) | void isr_default_int(int id) function isr_schedule_int (line 265) | void isr_schedule_int() function isr_GP_exc (line 279) | void isr_GP_exc(void) function isr_PF_exc (line 293) | void isr_PF_exc(void) function init_idt (line 346) | void init_idt(void) function init_pic (line 375) | void init_pic(void) function schedule (line 400) | void schedule(){ function switch_to_task (line 490) | void switch_to_task(process_st* current, int mode) function dequeue_signal (line 559) | int dequeue_signal(int mask) function handle_signal (line 576) | int handle_signal(int sig) FILE: src/kernel/arch/x86/x86.h type gdtdesc (line 47) | struct gdtdesc { type gdtr (line 58) | struct gdtr { type tss (line 63) | struct tss { type idtdesc (line 84) | struct idtdesc { type idtr (line 92) | struct idtr { type regs_t (line 97) | typedef struct type gdtdesc (line 108) | struct gdtdesc type idtdesc (line 110) | struct idtdesc FILE: src/kernel/core/api/dev/clock.h type clock_d (line 4) | typedef unsigned int clock_d; type clock_info (line 6) | struct clock_info{ FILE: src/kernel/core/api/dev/fb.h type fb_info (line 4) | struct fb_info{ FILE: src/kernel/core/api/dev/proc.h type proc_info (line 4) | struct proc_info{ FILE: src/kernel/core/api/dev/tty.h type tty_info_static (line 9) | struct tty_info_static{ type tty_info_moving (line 16) | struct tty_info_moving{ type TTY_Colour (line 42) | enum TTY_Colour FILE: src/kernel/core/api_posix.cc function call_open (line 7) | void call_open(){ function call_close (line 27) | void call_close(){ function call_read (line 47) | void call_read(){ function call_write (line 72) | void call_write(){ function call_ioctl (line 97) | void call_ioctl(){ function call_sbrk (line 121) | void call_sbrk(){ function call_exit (line 139) | void call_exit(){ function call_execv (line 151) | void call_execv(){ function call_symlink (line 173) | void call_symlink(){ type dirent (line 183) | struct dirent { function call_getdents (line 191) | void call_getdents(){ function call_wait (line 231) | void call_wait(){ function call_dup2 (line 242) | void call_dup2(){ function call_fork (line 255) | void call_fork(){ function call_chdir (line 264) | void call_chdir(){ function call_mmap (line 283) | void call_mmap(){ FILE: src/kernel/core/boot.h type multiboot_info (line 6) | struct multiboot_info { type vbe_controller (line 38) | struct vbe_controller type vbe_mode (line 55) | struct vbe_mode FILE: src/kernel/core/device.cc function u32 (line 14) | u32 Device::open(u32 flag){ function u32 (line 18) | u32 Device::close(){ function u32 (line 22) | u32 Device::read(u8* buffer,u32 size){ function u32 (line 26) | u32 Device::write(u8* buffer,u32 size){ function u32 (line 30) | u32 Device::ioctl(u32 id,u8* buffer){ function u32 (line 34) | u32 Device::remove(){ FILE: src/kernel/core/device.h function class (line 8) | class Device : public File FILE: src/kernel/core/elf_loader.cc function is_elf (line 16) | int is_elf(char *file) function u32 (line 31) | u32 load_elf(char *file,process_st *proc) function execv (line 94) | int execv(char* file,int argc,char** argv){ function execv_module (line 123) | void execv_module(u32 entry,int argc,char** argv){ FILE: src/kernel/core/elf_loader.h type Elf32_Ehdr (line 10) | typedef struct { type Elf32_Phdr (line 65) | typedef struct { type eElfSectionTypes (line 100) | enum eElfSectionTypes { type Elf32_Scdr (line 121) | typedef struct { type Elf32_dyn (line 153) | typedef struct { FILE: src/kernel/core/env.cc function u32 (line 35) | u32 Variable::open(u32 flag){ function u32 (line 39) | u32 Variable::close(){ function u32 (line 44) | u32 Variable::read(u32 pos,u8* buffer,u32 size){ function u32 (line 54) | u32 Variable::write(u32 pos,u8* buffer,u32 size){ function u32 (line 66) | u32 Variable::ioctl(u32 id,u8* buffer){ function u32 (line 71) | u32 Variable::remove(){ FILE: src/kernel/core/env.h function class (line 8) | class Variable : public File FILE: src/kernel/core/file.cc function strreplace (line 10) | static void strreplace(char* s,char a,char to){ function u32 (line 95) | u32 File::addChild(File* n){ function File (line 108) | File* File::createChild(char* n,u8 t){ function File (line 114) | File* File::getParent(){ function File (line 118) | File* File::getChild(){ function File (line 122) | File* File::getNext(){ function File (line 126) | File* File::getPrec(){ function File (line 130) | File* File::getLink(){ function u32 (line 134) | u32 File::getSize(){ function u32 (line 138) | u32 File::getInode(){ function u8 (line 181) | u8 File::getType(){ function File (line 189) | File* File::find(char* n){ function u32 (line 202) | u32 File::open(u32 flag){ function u32 (line 206) | u32 File::close(){ function u32 (line 210) | u32 File::read(u32 pos,u8* buffer,u32 size){ function u32 (line 214) | u32 File::write(u32 pos,u8* buffer,u32 size){ function u32 (line 218) | u32 File::ioctl(u32 id,u8* buffer){ function u32 (line 222) | u32 File::remove(){ function stat_fs (line 227) | stat_fs File::stat(){ function u32 (line 233) | u32 File::mmap(u32 sizee,u32 flags,u32 offset,u32 prot){ FILE: src/kernel/core/file.h function class (line 16) | class File FILE: src/kernel/core/filesystem.cc function File (line 33) | File* Filesystem::getRoot(){ function File (line 37) | File* Filesystem::path(char* p){ function File (line 92) | File* Filesystem::pivot_root(File* targetdir){ function File (line 131) | File* Filesystem::path_parent(char* p,char *fname){ function u32 (line 187) | u32 Filesystem::link(char* fname,char *newf){ function u32 (line 202) | u32 Filesystem::addFile(char* dir,File* fp){ FILE: src/kernel/core/filesystem.h function class (line 9) | class Filesystem FILE: src/kernel/core/kernel.cc function load_modules (line 9) | static void load_modules(multiboot_info* mbi){ function kmain (line 29) | void kmain(multiboot_info* mbi){ FILE: src/kernel/core/modulelink.cc function u32 (line 15) | u32 ModLink::open(u32 flag){ function u32 (line 19) | u32 ModLink::close(){ function u32 (line 23) | u32 ModLink::read(u8* buffer,u32 size){ function u32 (line 27) | u32 ModLink::write(u8* buffer,u32 size){ function u32 (line 31) | u32 ModLink::ioctl(u32 id,u8* buffer){ function u32 (line 35) | u32 ModLink::remove(){ FILE: src/kernel/core/modulelink.h function class (line 9) | class ModLink : public File FILE: src/kernel/core/os.h type File (line 8) | typedef File* (*device_driver) (char* name,u32 flag,File* dev); type module_class (line 10) | struct module_class{ FILE: src/kernel/core/process.cc function u32 (line 36) | u32 Process::open(u32 flag){ function u32 (line 40) | u32 Process::close(){ function Process (line 44) | Process* Process::getPParent(){ function u32 (line 52) | u32 Process::read(u32 pos,u8* buffer,u32 sizee){ function u32 (line 62) | u32 Process::write(u32 pos,u8* buffer,u32 sizee){ function u32 (line 67) | u32 Process::ioctl(u32 id,u8* buffer){ function u32 (line 96) | u32 Process::wait(){ function u32 (line 105) | u32 Process::remove(){ function process_st (line 124) | process_st* Process::getPInfo(){ function Process (line 128) | Process* Process::getPNext(){ function u32 (line 132) | u32 Process::create(char* file, int argc, char **argv){ function u32 (line 164) | u32 Process::addFile(File* f,u32 m){ function File (line 177) | File* Process::getFile(u32 fd){ function openfile (line 183) | openfile* Process::getFileInfo(u32 fd){ function Process (line 197) | Process* Process::schedule(){ function File (line 224) | File* Process::getCurrentDir(){ function u8 (line 238) | u8 Process::getState(){ function u32 (line 247) | u32 Process::getPid(){ FILE: src/kernel/core/process.h type openfile (line 18) | struct openfile function class (line 25) | class Process : public File FILE: src/kernel/core/socket.cc function u32 (line 15) | u32 Socket::open(u32 flag){ function u32 (line 19) | u32 Socket::close(){ function u32 (line 23) | u32 Socket::read(u8* buffer,u32 size){ function u32 (line 27) | u32 Socket::write(u8* buffer,u32 size){ function u32 (line 31) | u32 Socket::ioctl(u32 id,u8* buffer){ function u32 (line 35) | u32 Socket::remove(){ FILE: src/kernel/core/socket.h function class (line 9) | class Socket : public File FILE: src/kernel/core/syscalls.h function class (line 14) | class Syscalls FILE: src/kernel/core/system.cc function User (line 81) | User* System::getUser(char* nae){ function u32 (line 99) | u32 System::isRoot(){ FILE: src/kernel/core/system.h function class (line 10) | class System FILE: src/kernel/core/user.cc function u32 (line 19) | u32 User::open(u32 flag){ function u32 (line 23) | u32 User::close(){ function u32 (line 27) | u32 User::read(u8* buffer,u32 size){ function u32 (line 31) | u32 User::write(u8* buffer,u32 size){ function u32 (line 35) | u32 User::ioctl(u32 id,u8* buffer){ function u32 (line 39) | u32 User::remove(){ function User (line 61) | User* User::getUNext(){ function u32 (line 73) | u32 User::getUType(){ FILE: src/kernel/core/user.h function class (line 14) | class User : public File FILE: src/kernel/modules/bochsvbe.cc function BgaWriteRegister (line 8) | static void BgaWriteRegister(unsigned short IndexValue, unsigned short D... function BgaReadRegister (line 14) | static unsigned short BgaReadRegister(unsigned short IndexValue) function BgaIsAvailable (line 20) | static int BgaIsAvailable(void) function BgaSetVideoMode (line 25) | static void BgaSetVideoMode(unsigned int Width, unsigned int Height, uns... function BgaSetBank (line 36) | static void BgaSetBank(unsigned short BankNumber) function File (line 41) | File* bochs_mknod(char* name,u32 flag,File* dev){ function u32 (line 68) | u32 Bochs::open(u32 flag){ function u32 (line 72) | u32 Bochs::read(u32 pos,u8* buffer,u32 size){ function u32 (line 76) | u32 Bochs::write(u32 pos,u8* buffer,u32 size){ function u32 (line 80) | u32 Bochs::close(){ function u32 (line 89) | u32 Bochs::ioctl(u32 id,u8* buffer){ function u32 (line 129) | u32 Bochs::remove(){ FILE: src/kernel/modules/bochsvbe.h function class (line 35) | class Bochs : public Device FILE: src/kernel/modules/clock_x86.cc function GetWeekday (line 8) | static void GetWeekday(unsigned int *Weekday) function GetDate (line 20) | static void GetDate(unsigned int *Year, unsigned int *Month, unsigned in... function GetTime (line 39) | static void GetTime(unsigned int *Hour, unsigned int *Minute, unsigned i... function File (line 61) | File* clockx86_mknod(char* name,u32 flag,File* dev){ function u32 (line 81) | u32 Clock_x86::close(){ function u32 (line 85) | u32 Clock_x86::open(u32 flag){ function u32 (line 89) | u32 Clock_x86::read(u32 pos,u8* buffer,u32 size){ function u32 (line 93) | u32 Clock_x86::write(u32 pos,u8* buffer,u32 size){ function u32 (line 102) | u32 Clock_x86::ioctl(u32 id,u8* buffer){ function u32 (line 128) | u32 Clock_x86::remove(){ FILE: src/kernel/modules/clock_x86.h function class (line 11) | class Clock_x86 : public Device FILE: src/kernel/modules/dospartition.cc function File (line 7) | File* dospartition_mount(char* name,u32 flag,File* dev){ function u32 (line 35) | u32 DosPartition::close(){ function u32 (line 42) | u32 DosPartition::open(u32 flag){ function u32 (line 49) | u32 DosPartition::read(u32 pos,u8* buffer,u32 sizee){ function u32 (line 56) | u32 DosPartition::write(u32 pos,u8* buffer,u32 sizee){ function u32 (line 63) | u32 DosPartition::ioctl(u32 id,u8* buffer){ function u32 (line 70) | u32 DosPartition::remove(){ FILE: src/kernel/modules/dospartition.h type dos_partition (line 14) | struct dos_partition { function class (line 30) | class DosPartition : public Device FILE: src/kernel/modules/ext2.cc function File (line 7) | File* ext2_mount(char* name,u32 flag,File* dev){ function u32 (line 38) | u32 Ext2::close(){ function u32 (line 42) | u32 Ext2::open(u32 flag){ function u32 (line 49) | u32 Ext2::read(u32 pos,u8* buffer,u32 sizee){ function u32 (line 57) | u32 Ext2::write(u32 pos,u8* buffer,u32 sizee){ function u32 (line 61) | u32 Ext2::ioctl(u32 id,u8* buffer){ function u32 (line 65) | u32 Ext2::remove(){ function ext2_read_sb (line 75) | int ext2_read_sb(File* dev,ext2_super_block *sb) function ext2_read_gd (line 85) | int ext2_read_gd(File* fdev,ext2_group_desc *gd,ext2_disk* info) function ext2_get_disk_info (line 98) | void ext2_get_disk_info(File*dev,Ext2 *fp) function ext2_check_disk (line 115) | int ext2_check_disk(File *dev) function ext2_inode (line 129) | ext2_inode *ext2_read_inode(ext2_disk* hd, int i_num) function ext2_is_directory (line 144) | int ext2_is_directory(Ext2 *fp) function ext2_scan (line 229) | int ext2_scan(Ext2 *dir) FILE: src/kernel/modules/ext2.h type ext2_super_block (line 12) | struct ext2_super_block { type ext2_group_desc (line 52) | struct ext2_group_desc { type ext2_inode (line 63) | struct ext2_inode { type ext2_directory_entry (line 92) | struct ext2_directory_entry { type ext2_disk (line 101) | struct ext2_disk { function class (line 147) | class Ext2 : public File FILE: src/kernel/modules/ide.cc function bl_wait (line 11) | int bl_wait(unsigned short base) function bl_common (line 20) | int bl_common(int drive, int numblock, int count) function bl_read (line 39) | int bl_read(int drive, int numblock, int count, char *buf) function bl_write (line 61) | int bl_write(int drive, int numblock, int count, char *buf) function File (line 83) | File* ide_mknod(char* name,u32 flag,File* dev){ function u32 (line 100) | u32 Ide::close(){ function u32 (line 108) | u32 Ide::open(u32 flag){ function u32 (line 112) | u32 Ide::read(u32 pos,u8* buffer,u32 sizee){ function u32 (line 132) | u32 Ide::write(u32 pos,u8* buffer,u32 sizee){ function u32 (line 136) | u32 Ide::ioctl(u32 idd,u8* buffer){ function u32 (line 160) | u32 Ide::remove(){ FILE: src/kernel/modules/ide.h function class (line 9) | class Ide : public Device FILE: src/kernel/modules/keys.cc function File (line 9) | File* keys_mknod(char* name,u32 flag,File* dev){ function u32 (line 29) | u32 Keyboard::close(){ function u32 (line 33) | u32 Keyboard::open(u32 flag){ function u32 (line 37) | u32 Keyboard::read(u32 pos,u8* buffer,u32 sizee){ function u32 (line 41) | u32 Keyboard::write(u32 pos,u8* buffer,u32 sizee){ function u32 (line 45) | u32 Keyboard::ioctl(u32 id,u8* buffer){ function u32 (line 72) | u32 Keyboard::remove(){ FILE: src/kernel/modules/keys.h function class (line 11) | class Keyboard : public Device FILE: src/kernel/modules/module.cc function File (line 29) | File* Module::createDevice(char* name,char* module,u32 flag){ function File (line 46) | File* Module::mount(char* dev,char* dir,char* module,u32 flag){ function File (line 69) | File* Module::install(char* dir,char* module,u32 flag,char* dev){ FILE: src/kernel/modules/module.h function class (line 12) | class Module FILE: src/kernel/modules/null.cc function File (line 7) | File* null_mknod(char* name,u32 flag,File* dev){ function u32 (line 27) | u32 Null::close(){ function u32 (line 31) | u32 Null::open(u32 flag){ function u32 (line 35) | u32 Null::read(u32 pos,u8* buffer,u32 size){ function u32 (line 40) | u32 Null::write(u32 pos,u8* buffer,u32 size){ function u32 (line 44) | u32 Null::ioctl(u32 id,u8* buffer){ function u32 (line 65) | u32 Null::remove(){ FILE: src/kernel/modules/null.h function class (line 9) | class Null : public Device FILE: src/kernel/modules/stdtty.cc function File (line 8) | File* console_mknod(char* name,u32 flag,File* dev){ function u32 (line 46) | u32 Console::open(u32 flag){ function u32 (line 50) | u32 Console::close(){ function u32 (line 54) | u32 Console::read(u32 pos,u8* buffer,u32 sizee){ function u32 (line 58) | u32 Console::write(u32 pos,u8* buffer,u32 size){ function u32 (line 67) | u32 Console::ioctl(u32 id,u8* buffer){ function u32 (line 109) | u32 Console::remove(){ FILE: src/kernel/modules/stdtty.h function class (line 12) | class Console : public Device FILE: src/kernel/modules/x86serial.cc function File (line 11) | File* x86serial_mknod(char* name,u32 flag,File* dev){ function u32 (line 38) | u32 X86Serial::open(u32 flag){ function u32 (line 52) | u32 X86Serial::close(){ function u32 (line 60) | u32 X86Serial::read(u32 pos,u8* buffer,u32 sizee){ function u32 (line 69) | u32 X86Serial::write(u32 pos,u8* buffer,u32 sizee){ function u32 (line 78) | u32 X86Serial::ioctl(u32 id,u8* buffer){ function u32 (line 99) | u32 X86Serial::remove(){ FILE: src/kernel/modules/x86serial.h function class (line 19) | class X86Serial : public Device FILE: src/kernel/runtime/buffer.cc function u32 (line 32) | u32 Buffer::get(u8* c,u32 s){ function u32 (line 44) | u32 Buffer::isEmpty(){ function Buffer (line 57) | Buffer &Buffer::operator>>(char *c) FILE: src/kernel/runtime/buffer.h function class (line 6) | class Buffer FILE: src/kernel/runtime/cxx.cc type __cxxabiv1 (line 18) | namespace __cxxabiv1 function __cxa_guard_acquire (line 24) | int __cxa_guard_acquire(__guard *Guard) { return ! *(char *) (Guard); } function __cxa_guard_release (line 25) | void __cxa_guard_release(__guard *Guard) { *(char *) Guard = 1; } function __cxa_guard_abort (line 26) | void __cxa_guard_abort(__guard *) { } function __cxa_atexit (line 31) | int __cxa_atexit(void (*) (void *), void *, void *) function _Unwind_Resume (line 36) | void _Unwind_Resume(){ function __cxa_finalize (line 40) | void __cxa_finalize(void *) function __cxa_pure_virtual (line 45) | void __cxa_pure_virtual() function __stack_chk_guard_setup (line 50) | void __stack_chk_guard_setup() type IntRegs (line 60) | struct IntRegs function __stack_chk_fail (line 62) | void __attribute__((noreturn)) __stack_chk_fail() FILE: src/kernel/runtime/itoa.cc function itoa (line 10) | void itoa(char *buf, unsigned long int n, int base) FILE: src/kernel/runtime/list.h type list_head (line 7) | struct list_head { function INIT_LIST_HEAD (line 16) | static inline void INIT_LIST_HEAD(struct list_head *list) function list_add (line 22) | static inline void list_add(struct list_head *neww, struct list_head *head) function list_del (line 30) | static inline void list_del(struct list_head *p) function list_empty (line 38) | static inline int list_empty(const struct list_head *head) FILE: src/kernel/runtime/string.cc function strlen (line 8) | int strlen(char *s) function strcmp (line 44) | int strcmp(const char *dst, char *src) function strcpy (line 57) | int strcpy(char *dst,const char *src) function strcat (line 66) | void strcat(void *dest,const void *src) function strncmp (line 72) | int strncmp( const char* s1, const char* s2, int c ) { FILE: src/kernel/runtime/types.h type u8 (line 8) | typedef unsigned char u8; type u16 (line 9) | typedef unsigned short u16; type u32 (line 10) | typedef unsigned int u32; type u64 (line 11) | typedef unsigned long long u64; type s8 (line 14) | typedef signed char s8; type s16 (line 15) | typedef signed short s16; type s32 (line 16) | typedef signed int s32; type s64 (line 17) | typedef signed long long s64; type u_char (line 20) | typedef unsigned char u_char; type pid_t (line 23) | typedef int pid_t; type s64 (line 24) | typedef s64 ino_t; type s64 (line 25) | typedef s64 off_t; type dev_t (line 26) | typedef int dev_t; type mode_t (line 27) | typedef int mode_t; type nlink_t (line 28) | typedef int nlink_t; type uid_t (line 29) | typedef int uid_t; type gid_t (line 30) | typedef int gid_t; type blksize_t (line 31) | typedef int blksize_t; type s64 (line 32) | typedef s64 blkcnt_t; type stat_fs (line 35) | struct stat_fs { FILE: src/sdk/include/arpa/inet.h type in_addr (line 8) | struct in_addr type in_addr (line 14) | struct in_addr type in_addr (line 16) | struct in_addr type in_addr (line 18) | struct in_addr type in_addr (line 20) | struct in_addr FILE: src/sdk/include/assert.h function __assert_fail (line 19) | static inline void __assert_fail( const char* expr, const char* file, in... FILE: src/sdk/include/ctype.h type ldiv_t (line 23) | typedef struct { type div_t (line 28) | typedef struct { FILE: src/sdk/include/dirent.h type DIR (line 10) | typedef struct DIR { type dirent (line 18) | struct dirent type dirent (line 19) | struct dirent type dirent (line 19) | struct dirent FILE: src/sdk/include/getopt.h type option_t (line 6) | typedef struct option { type option (line 24) | struct option type option (line 27) | struct option FILE: src/sdk/include/locale.h type lconv (line 23) | struct lconv { type lconv (line 50) | struct lconv FILE: src/sdk/include/netinet/in.h type in_port_t (line 81) | typedef uint16_t in_port_t; type in_addr_t (line 82) | typedef uint32_t in_addr_t; type in_addr (line 84) | struct in_addr { type sockaddr_in (line 88) | struct sockaddr_in { FILE: src/sdk/include/pwd.h type passwd (line 9) | struct passwd { type passwd (line 19) | struct passwd type passwd (line 20) | struct passwd type passwd (line 21) | struct passwd FILE: src/sdk/include/signal.h type sig_atomic_t (line 66) | typedef int sig_atomic_t; type sigset_t (line 67) | typedef uint64_t sigset_t; type sigval_t (line 68) | typedef int sigval_t; type __sighandler_t (line 70) | typedef __sighandler_t sighandler_t; type siginfo_t (line 72) | typedef struct siginfo { type sigaction (line 94) | struct sigaction { type sigaction (line 109) | struct sigaction type sigaction (line 109) | struct sigaction FILE: src/sdk/include/stdarg.h type __builtin_va_list (line 6) | typedef __builtin_va_list va_list; FILE: src/sdk/include/stddef.h type wchar_t (line 24) | typedef int wchar_t; FILE: src/sdk/include/stdint.h type intmax_t (line 20) | typedef signed long int intmax_t; type uintmax_t (line 21) | typedef unsigned long int uintmax_t; type intmax_t (line 23) | typedef signed long long int intmax_t; type uintmax_t (line 24) | typedef unsigned long long int uintmax_t; FILE: src/sdk/include/stdio.h type FILE (line 41) | typedef struct FILE { FILE: src/sdk/include/sys/resource.h type rusage (line 8) | struct rusage { FILE: src/sdk/include/sys/select.h type fd_set (line 21) | typedef struct fd_set { type timeval (line 25) | struct timeval FILE: src/sdk/include/sys/socket.h type socket_type (line 80) | enum socket_type { type sa_family_t (line 91) | typedef unsigned short int sa_family_t; type socklen_t (line 92) | typedef unsigned int socklen_t; type sockaddr (line 94) | struct sockaddr { type sockaddr (line 100) | struct sockaddr FILE: src/sdk/include/sys/stat.h type stat (line 44) | struct stat { type stat (line 60) | struct stat type stat (line 61) | struct stat type stat (line 62) | struct stat FILE: src/sdk/include/sys/time.h type timeval (line 8) | struct timeval type timezone (line 8) | struct timezone FILE: src/sdk/include/sys/types.h type u_char (line 21) | typedef unsigned char u_char; type pid_t (line 24) | typedef int pid_t; type ino_t (line 25) | typedef int64_t ino_t; type off_t (line 26) | typedef int64_t off_t; type dev_t (line 27) | typedef int dev_t; type mode_t (line 28) | typedef int mode_t; type nlink_t (line 29) | typedef int nlink_t; type uid_t (line 30) | typedef int uid_t; type gid_t (line 31) | typedef int gid_t; type blksize_t (line 32) | typedef int blksize_t; type blkcnt_t (line 33) | typedef int64_t blkcnt_t; FILE: src/sdk/include/sys/wait.h type rusage (line 14) | struct rusage type rusage (line 15) | struct rusage FILE: src/sdk/include/termios.h type cc_t (line 182) | typedef unsigned char cc_t; type speed_t (line 183) | typedef unsigned int speed_t; type tcflag_t (line 184) | typedef unsigned int tcflag_t; type termios (line 186) | struct termios { type winsize (line 197) | struct winsize { type termios (line 204) | struct termios type termios (line 205) | struct termios FILE: src/sdk/include/time.h type clock_t (line 11) | typedef unsigned int clock_t; type timeval_t (line 13) | typedef struct timeval { type timezone_t (line 18) | typedef struct timezone { type timespec (line 23) | struct timespec { type tm_t (line 28) | typedef struct tm { type tm (line 46) | struct tm type timespec (line 63) | struct timespec type timespec (line 63) | struct timespec FILE: src/sdk/include/unistd.h type dirent (line 69) | struct dirent { type dirent (line 100) | struct dirent FILE: src/sdk/include/utime.h type utimbuf (line 9) | struct utimbuf { type utimbuf (line 14) | struct utimbuf FILE: src/sdk/src/libc/arch/i386/getpagesize.c function getpagesize (line 21) | int getpagesize( void ) { FILE: src/sdk/src/libc/src/closedir.c function closedir (line 9) | int closedir( DIR* dir ) { FILE: src/sdk/src/libc/src/ctype/isalnum.c function isalnum (line 6) | int isalnum( int c ) { FILE: src/sdk/src/libc/src/ctype/isalpha.c function isalpha (line 6) | int isalpha( int c ) { FILE: src/sdk/src/libc/src/ctype/isascii.c function isascii (line 6) | int isascii( int c ) { FILE: src/sdk/src/libc/src/ctype/isblank.c function isblank (line 6) | int isblank( int c ) { FILE: src/sdk/src/libc/src/ctype/iscntrl.c function iscntrl (line 6) | int iscntrl( int c ) { FILE: src/sdk/src/libc/src/ctype/isdigit.c function isdigit (line 6) | int isdigit( int c ) { FILE: src/sdk/src/libc/src/ctype/isgraph.c function isgraph (line 6) | int isgraph( int c ) { FILE: src/sdk/src/libc/src/ctype/islower.c function islower (line 6) | int islower( int c ) { FILE: src/sdk/src/libc/src/ctype/isprint.c function isprint (line 6) | int isprint( int c ) { FILE: src/sdk/src/libc/src/ctype/ispunct.c function ispunct (line 6) | int ispunct( int c ) { FILE: src/sdk/src/libc/src/ctype/isspace.c function isspace (line 6) | int isspace( int c ) { FILE: src/sdk/src/libc/src/ctype/isupper.c function isupper (line 6) | int isupper( int c ) { FILE: src/sdk/src/libc/src/ctype/isxdigit.c function isxdigit (line 6) | int isxdigit( int c ) { FILE: src/sdk/src/libc/src/ctype/toascii.c function toascii (line 6) | int toascii( int c ) { FILE: src/sdk/src/libc/src/ctype/tolower.c function tolower (line 6) | int tolower( int c ) { FILE: src/sdk/src/libc/src/ctype/toupper.c function toupper (line 5) | int toupper( int c ) { function ldiv_t (line 13) | ldiv_t ldiv(long numerator, long denominator) { function div_t (line 20) | div_t div(int numerator, int denominator) { FILE: src/sdk/src/libc/src/fcntl/creat.c function creat (line 6) | int creat( const char *pathname, mode_t mode ) { FILE: src/sdk/src/libc/src/fcntl/fcntl.c function fcntl (line 9) | int fcntl( int fd, int cmd, ... ) { FILE: src/sdk/src/libc/src/fcntl/open.c function open (line 9) | int open( const char* filename, int flags, ... ) { FILE: src/sdk/src/libc/src/getopt/getopt.c type _getopt_data (line 29) | struct _getopt_data function exchange (line 31) | static void type _getopt_data (line 114) | struct _getopt_data function _getopt_internal_r (line 232) | int function _getopt_internal (line 954) | int _getopt_internal ( int argc, char *const *argv, const char *optstring, function getopt (line 971) | int getopt( int argc, char* const * argv, const char* optstring ) { FILE: src/sdk/src/libc/src/getopt/getopt_int.h type _getopt_data (line 6) | struct _getopt_data type option (line 34) | struct option type option (line 39) | struct option type _getopt_data (line 40) | struct _getopt_data type option (line 44) | struct option type _getopt_data (line 45) | struct _getopt_data type option (line 49) | struct option type _getopt_data (line 51) | struct _getopt_data FILE: src/sdk/src/libc/src/getopt/getopt_long.c function getopt_long (line 11) | int getopt_long( int argc, char* const * argv, const char* shortopts, FILE: src/sdk/src/libc/src/getopt/getopt_long_only.c function getopt_long_only (line 11) | int getopt_long_only( int argc, char* const * argv, FILE: src/sdk/src/libc/src/locale/localeconv.c type lconv (line 7) | struct lconv type lconv (line 34) | struct lconv type lconv (line 35) | struct lconv FILE: src/sdk/src/libc/src/math/s_ldexp.c function ldexp (line 7) | double ldexp( double value, int exp ) { FILE: src/sdk/src/libc/src/math/s_modf.c type ieee_double_shape_type (line 33) | typedef union function modf (line 45) | double modf(double x, double *iptr) { FILE: src/sdk/src/libc/src/network/inet_aton.c function inet_aton (line 8) | int inet_aton( const char* cp, struct in_addr* inp ) { FILE: src/sdk/src/libc/src/network/inet_ntoa.c type in_addr (line 9) | struct in_addr FILE: src/sdk/src/libc/src/opendir.c function DIR (line 8) | DIR* opendir( const char* name ) { FILE: src/sdk/src/libc/src/os/syscall.c function syscall0 (line 7) | int syscall0( int number ){ function syscall1 (line 20) | int syscall1( int number, uint32_t p1 ){ function syscall2 (line 34) | int syscall2( int number, uint32_t p1, uint32_t p2 ){ function syscall3 (line 50) | int syscall3( int number, uint32_t p1, uint32_t p2, uint32_t p3 ){ function syscall4 (line 66) | int syscall4( int number, uint32_t p1, uint32_t p2, uint32_t p3, uint32_... function syscall5 (line 83) | int syscall5( int number, uint32_t p1, uint32_t p2, uint32_t p3, uint32_... FILE: src/sdk/src/libc/src/pwd/endpwent.c function endpwent (line 8) | void endpwent( void ) { FILE: src/sdk/src/libc/src/pwd/getpwent.c type passwd_myos (line 7) | typedef struct passwd_myos passwd_myos; type passwd_myos (line 8) | struct passwd_myos { function passwd_myos (line 20) | passwd_myos* myos_user_getN(const char* name){ function passwd_myos (line 28) | passwd_myos* myos_user_getID(int id){ type passwd (line 38) | struct passwd function build_tmp_passwd (line 40) | void build_tmp_passwd(){ type passwd (line 51) | struct passwd FILE: src/sdk/src/libc/src/pwd/getpwnam.c type passwd_myos (line 7) | typedef struct passwd_myos passwd_myos; type passwd_myos (line 8) | struct passwd_myos { type passwd (line 18) | struct passwd type passwd (line 22) | struct passwd FILE: src/sdk/src/libc/src/pwd/getpwuid.c type passwd_myos (line 7) | typedef struct passwd_myos passwd_myos; type passwd_myos (line 8) | struct passwd_myos { type passwd (line 18) | struct passwd type passwd (line 23) | struct passwd FILE: src/sdk/src/libc/src/pwd/setpwent.c function setpwent (line 8) | void setpwent( void ) { FILE: src/sdk/src/libc/src/readdir.c type dirent (line 8) | struct dirent type dirent (line 15) | struct dirent function readdir_r (line 24) | int readdir_r( DIR* dir, struct dirent* entry, struct dirent** result ) { FILE: src/sdk/src/libc/src/rewinddir.c function rewinddir (line 9) | void rewinddir( DIR* dirp ) { FILE: src/sdk/src/libc/src/signal/kill.c function kill (line 9) | int kill( pid_t pid, int signal ) { FILE: src/sdk/src/libc/src/signal/killpg.c function killpg (line 6) | int killpg( int pgrp, int signal ) { FILE: src/sdk/src/libc/src/signal/raise.c function raise (line 8) | int raise( int signal ) { FILE: src/sdk/src/libc/src/signal/sigaction.c function sigaction (line 9) | int sigaction( int signum, const struct sigaction* act, struct sigaction... FILE: src/sdk/src/libc/src/signal/sigaddset.c function sigaddset (line 7) | int sigaddset( sigset_t* set, int signum ) { FILE: src/sdk/src/libc/src/signal/sigdelset.c function sigdelset (line 7) | int sigdelset( sigset_t* set, int signum ) { FILE: src/sdk/src/libc/src/signal/sigemptyset.c function sigemptyset (line 7) | int sigemptyset( sigset_t* set ) { FILE: src/sdk/src/libc/src/signal/sigfillset.c function sigfillset (line 8) | int sigfillset( sigset_t* set ) { FILE: src/sdk/src/libc/src/signal/sigismember.c function sigismember (line 7) | int sigismember( const sigset_t* set, int signum ) { FILE: src/sdk/src/libc/src/signal/signal.c function sighandler_t (line 7) | sighandler_t signal( int signum, sighandler_t handler ) { FILE: src/sdk/src/libc/src/signal/sigprocmask.c function sigprocmask (line 9) | int sigprocmask( int how, const sigset_t* set, sigset_t* oldset ) { FILE: src/sdk/src/libc/src/sscanf.c function simple_strtoul (line 30) | unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base) function simple_strtol (line 61) | long simple_strtol(const char *cp,char **endp,unsigned int base) function simple_strtoull (line 74) | unsigned long long simple_strtoull(const char *cp,char **endp,unsigned i... function simple_strtoll (line 105) | long long simple_strtoll(const char *cp,char **endp,unsigned int base) function skip_atoi (line 112) | static int skip_atoi(const char **s) function vsscanf (line 127) | int vsscanf(const char * buf, const char * fmt, va_list args) function sscanf (line 326) | int sscanf(const char * buf, const char * fmt, ...) function fscanf (line 337) | int fscanf(FILE*stream,const char * fmt, ...){ function scanf (line 350) | int scanf(const char * fmt, ...){ FILE: src/sdk/src/libc/src/start.c function _start (line 21) | void _start(int argc, char** argv) { FILE: src/sdk/src/libc/src/stdio/clearerr.c function clearerr (line 6) | void clearerr( FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fclose.c function fclose (line 8) | int fclose( FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fdopen.c function FILE (line 10) | FILE* fdopen( int fd, const char* mode ) { FILE: src/sdk/src/libc/src/stdio/feof.c function feof (line 6) | int feof( FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/ferror.c function ferror (line 6) | int ferror( FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fflush.c function fflush (line 7) | int fflush( FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fgetc.c function fgetc (line 9) | int fgetc( FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fileno.c function fileno (line 6) | int fileno( FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fopen.c function __parse_mode (line 9) | int __parse_mode( const char* mode ) { function FILE (line 27) | FILE* __init_file( int fd, int close_on_error, int mode ) { function FILE (line 70) | FILE* fopen( const char* path, const char* mode ) { FILE: src/sdk/src/libc/src/stdio/fpurge.c function fpurge (line 8) | int fpurge( FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fputc.c function fputc (line 9) | int fputc( int c, FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fputs.c function fputs (line 7) | int fputs( const char* s, FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fread.c function fread (line 8) | size_t fread( void* ptr, size_t size, size_t nmemb, FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/freopen.c function FILE (line 11) | FILE* freopen( const char* path, const char* mode, FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fseek.c function fseeko (line 7) | int fseeko( FILE* stream, off_t offset, int whence ) { function fseek (line 18) | int fseek( FILE* stream, long offset, int whence ) { FILE: src/sdk/src/libc/src/stdio/ftell.c function off_t (line 9) | off_t ftello( FILE* stream ) { function ftell (line 29) | long ftell( FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/fwrite.c function fwrite (line 9) | size_t fwrite( const void* ptr, size_t size, size_t nmemb, FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/getc.c function getc (line 5) | int getc( FILE* stream ) { function gets (line 9) | int gets(char* buf){ FILE: src/sdk/src/libc/src/stdio/perror.c function perror (line 8) | void perror( const char* s ) { FILE: src/sdk/src/libc/src/stdio/putc.c function putc (line 8) | int putc( int c, FILE* stream ) { function vfprintf (line 16) | int vfprintf(FILE* stream, const char* format, va_list arg) function printf (line 21) | int printf(const char* format, ...) function fprintf (line 32) | int fprintf(FILE*stream,const char* format, ...) FILE: src/sdk/src/libc/src/stdio/putchar.c function putchar (line 6) | int putchar( int c ) { FILE: src/sdk/src/libc/src/stdio/puts.c function puts (line 6) | int puts( const char* s ) { FILE: src/sdk/src/libc/src/stdio/remove.c function remove (line 9) | int remove( const char* path ) { FILE: src/sdk/src/libc/src/stdio/rename.c function rename (line 8) | int rename( const char* oldpath, const char* newpath ) { FILE: src/sdk/src/libc/src/stdio/rewind.c function rewind (line 6) | void rewind( FILE* stream ) { FILE: src/sdk/src/libc/src/stdio/setvbuf.c function set_flags (line 9) | static int set_flags( FILE* stream, int flags ) { function setvbuf (line 28) | int setvbuf( FILE* stream, char* buf, int flags, size_t size ) { FILE: src/sdk/src/libc/src/stdio/stdio_internal.c function __set_stream_flags (line 8) | int __set_stream_flags( FILE* stream, int new_flags ) { FILE: src/sdk/src/libc/src/stdio/support_bufio.c function bufcon_leni (line 17) | int bufcon_leni(int num) function bufcon_lenui (line 47) | int bufcon_lenui(unsigned int p) function bufcon_lenp (line 63) | int bufcon_lenp(unsigned int p) function bufcon_lenx (line 76) | int bufcon_lenx( unsigned int p ) function bufcon_lens (line 81) | int bufcon_lens( char *s ) FILE: src/sdk/src/libc/src/stdio/support_pf.c function printf_buffer (line 33) | int printf_buffer(int i) function support_vfprintf (line 45) | int support_vfprintf(FILE* stream, const char* format, va_list ap) function sprintf_buffer (line 220) | int sprintf_buffer(char *s, int i) function vsnprintf (line 228) | int vsnprintf(char* str, size_t size, const char *format, va_list arg_pt... function snprintf (line 232) | int snprintf(char *str,size_t size,const char *format,...) function support_vsprintf (line 242) | int support_vsprintf(char* buffer, const char* format, va_list ap) FILE: src/sdk/src/libc/src/stdio/support_supcon.c function supcon_leni (line 7) | int supcon_leni(int num) function supcon_lenui (line 37) | int supcon_lenui(unsigned int p) function supcon_lenp (line 53) | int supcon_lenp(unsigned int p) function supcon_lenx (line 66) | int supcon_lenx( unsigned int p ) function supcon_puts (line 75) | void supcon_puts( unsigned char *c ) function supcon_putc (line 80) | void supcon_putc( unsigned char c ) function supcon_puti (line 90) | void supcon_puti( int num ) function supcon_putui (line 133) | void supcon_putui( unsigned int num ) function supcon_putp (line 160) | void supcon_putp( unsigned int num, char offset ) function supcon_putx (line 190) | void supcon_putx( unsigned int num ) function supcon_putX (line 195) | void supcon_putX( unsigned int num ) FILE: src/sdk/src/libc/src/stdio/ungetc.c function ungetc (line 5) | int ungetc( int c, FILE* stream ) { FILE: src/sdk/src/libc/src/stdlib/abort.c function abort (line 8) | void abort( void ) { FILE: src/sdk/src/libc/src/stdlib/abs.c function abs (line 6) | int abs( int j ) { FILE: src/sdk/src/libc/src/stdlib/atof.c function atof (line 6) | double atof( const char* s ) { FILE: src/sdk/src/libc/src/stdlib/atoi.c function atoi (line 7) | int atoi( const char* s ) { FILE: src/sdk/src/libc/src/stdlib/atol.c function atol (line 7) | long atol( const char* s ) { FILE: src/sdk/src/libc/src/stdlib/atoll.c function atoll (line 7) | long long int atoll( const char* s ) { FILE: src/sdk/src/libc/src/stdlib/labs.c function labs (line 6) | long labs( long j ) { FILE: src/sdk/src/libc/src/stdlib/llabs.c function llabs (line 6) | long long llabs( long long j ) { FILE: src/sdk/src/libc/src/stdlib/malloc.c type malloc_header (line 9) | struct malloc_header { type malloc_header (line 29) | struct malloc_header type malloc_header (line 31) | struct malloc_header type malloc_header (line 46) | struct malloc_header type malloc_header (line 51) | struct malloc_header type malloc_header (line 54) | struct malloc_header type malloc_header (line 56) | struct malloc_header type malloc_header (line 61) | struct malloc_header type malloc_header (line 66) | struct malloc_header type malloc_header (line 79) | struct malloc_header type malloc_header (line 88) | struct malloc_header function free (line 92) | void free(void *v_addr) type malloc_header (line 121) | struct malloc_header type malloc_header (line 121) | struct malloc_header FILE: src/sdk/src/libc/src/stdlib/mkstemp.c function mkstemp (line 11) | int mkstemp( char* template ) { FILE: src/sdk/src/libc/src/stdlib/qsort.c function exch (line 7) | static void exch(char* base,size_t size,size_t a,size_t b) { function quicksort (line 21) | static void quicksort(char* base,size_t size,ssize_t l,ssize_t r, function qsort (line 41) | void qsort(void* base,size_t nmemb,size_t size,int (*compar)(const void*... FILE: src/sdk/src/libc/src/stdlib/rand.c function rand (line 8) | int rand( void ) { FILE: src/sdk/src/libc/src/stdlib/random.c function random (line 6) | long int random( void ) { FILE: src/sdk/src/libc/src/stdlib/srand.c function srand (line 8) | void srand(unsigned int seed){ FILE: src/sdk/src/libc/src/stdlib/srandom.c function srandom (line 8) | void srandom(unsigned int seed){ FILE: src/sdk/src/libc/src/stdlib/strtod.c function strtod (line 8) | double strtod( const char* s, char** endptr ) { FILE: src/sdk/src/libc/src/stdlib/strtol.c function strtol (line 15) | long int strtol( const char* nptr, char** endptr, int base ) { FILE: src/sdk/src/libc/src/stdlib/strtoll.c function strtoll (line 10) | long long int strtoll( const char* nptr, char** endptr, int base ) { FILE: src/sdk/src/libc/src/stdlib/strtoul.c function strtoul (line 9) | unsigned long int strtoul( const char* ptr, char** endptr, int base ) { FILE: src/sdk/src/libc/src/stdlib/strtoull.c function strtoull (line 10) | unsigned long long int strtoull( const char* ptr, char** endptr, int bas... FILE: src/sdk/src/libc/src/string/memcmp.c function memcmp (line 6) | int memcmp( const void* p1, const void* p2, size_t c ) { FILE: src/sdk/src/libc/src/string/strcasecmp.c function strcasecmp (line 7) | int strcasecmp( const char* s1, const char* s2 ) { FILE: src/sdk/src/libc/src/string/strcmp.c function strcmp (line 6) | int strcmp( const char* s1, const char* s2 ) { FILE: src/sdk/src/libc/src/string/strcpy.c function vsprintf (line 18) | int vsprintf(char* s, const char* format, va_list arg) function sprintf (line 24) | int sprintf(char *buffer, const char* format, ...) FILE: src/sdk/src/libc/src/string/strcspn.c function strcspn (line 7) | size_t strcspn( const char* s, const char* reject ) { FILE: src/sdk/src/libc/src/string/strlen.c function strlen (line 6) | size_t strlen( const char* s ) { FILE: src/sdk/src/libc/src/string/strncasecmp.c function strncasecmp (line 7) | int strncasecmp( const char* s1, const char* s2, size_t c ) { FILE: src/sdk/src/libc/src/string/strncmp.c function strncmp (line 6) | int strncmp( const char* s1, const char* s2, size_t c ) { FILE: src/sdk/src/libc/src/string/strnlen.c function strnlen (line 6) | size_t strnlen( const char* s, size_t count ) { FILE: src/sdk/src/libc/src/string/strspn.c function strspn (line 6) | size_t strspn( const char* s, const char* accept ) { FILE: src/sdk/src/libc/src/sys/chmod.c function chmod (line 6) | int chmod( const char* path, mode_t mode ) { FILE: src/sdk/src/libc/src/sys/connect.c function connect (line 9) | int connect( int fd, const struct sockaddr* address, socklen_t addrlen ) { FILE: src/sdk/src/libc/src/sys/fstat.c function fstat (line 9) | int fstat( int fd, struct stat* stat ) { FILE: src/sdk/src/libc/src/sys/ioctl.c function ioctl (line 8) | int ioctl( int fd, int request, ... ) { FILE: src/sdk/src/libc/src/sys/lstat.c function lstat (line 9) | int lstat( const char* path, struct stat* stat ) { FILE: src/sdk/src/libc/src/sys/mkdir.c function mkdir (line 9) | int mkdir( const char* pathname, mode_t mode ) { FILE: src/sdk/src/libc/src/sys/mount.c function mount (line 9) | int mount( FILE: src/sdk/src/libc/src/sys/select.c function select (line 9) | int select( int fds, fd_set* readfds, fd_set* writefds, fd_set* exceptfd... FILE: src/sdk/src/libc/src/sys/socket.c function socket (line 9) | int socket( int domain, int type, int protocol ) { FILE: src/sdk/src/libc/src/sys/stat.c function stat (line 8) | int stat( const char* path, struct stat* stat ) { FILE: src/sdk/src/libc/src/sys/stime.c function stime (line 9) | int stime( time_t *t ) { FILE: src/sdk/src/libc/src/sys/umask.c function mode_t (line 6) | mode_t umask( mode_t mask ) { FILE: src/sdk/src/libc/src/sys/umount.c function umount (line 9) | int umount( FILE: src/sdk/src/libc/src/sys/utime.c function utime (line 9) | int utime( const char* filename, const struct utimbuf* times ) { FILE: src/sdk/src/libc/src/sys/utimes.c function utimes (line 9) | int utimes( const char* filename, const timeval_t times[2] ) { FILE: src/sdk/src/libc/src/sys/wait.c function pid_t (line 6) | pid_t wait( int* status ) { FILE: src/sdk/src/libc/src/sys/wait3.c function pid_t (line 6) | pid_t wait3( int* status, int options, struct rusage* rusage ) { FILE: src/sdk/src/libc/src/sys/wait4.c function pid_t (line 9) | pid_t wait4( pid_t pid, int* status, int options, struct rusage* rusage ) { FILE: src/sdk/src/libc/src/sys/waitpid.c function pid_t (line 9) | pid_t waitpid( pid_t pid, int* status, int options ) { FILE: src/sdk/src/libc/src/termios/tcflow.c function tcflow (line 6) | int tcflow( int fd, int action ) { FILE: src/sdk/src/libc/src/termios/tcflush.c function tcflush (line 6) | int tcflush( int fd, int queue_selector ) { FILE: src/sdk/src/libc/src/termios/tcgetattr.c function tcgetattr (line 9) | int tcgetattr( int fd, struct termios* tio ) { FILE: src/sdk/src/libc/src/termios/tcgetpgrp.c function pid_t (line 3) | pid_t tcgetpgrp( int fd ) { FILE: src/sdk/src/libc/src/termios/tcsetattr.c function tcsetattr (line 9) | int tcsetattr( int fd, int optional_actions, const struct termios* tio ) { FILE: src/sdk/src/libc/src/termios/tcsetpgrp.c function tcsetpgrp (line 3) | int tcsetpgrp( int fd, pid_t pgrp ) { FILE: src/sdk/src/libc/src/time/gettimeofday.c function gettimeofday (line 8) | int gettimeofday( struct timeval* tv, struct timezone* tz ) { FILE: src/sdk/src/libc/src/time/gmtime.c function tm_t (line 8) | tm_t* gmtime( const time_t* timep ) { FILE: src/sdk/src/libc/src/time/gmtime_r.c function tm_t (line 8) | tm_t* gmtime_r( const time_t* timep, tm_t* result ) { FILE: src/sdk/src/libc/src/time/localtime.c function tm_t (line 7) | tm_t* localtime( const time_t* timep ) { FILE: src/sdk/src/libc/src/time/localtime_r.c function tm_t (line 6) | tm_t* localtime_r( const time_t* timep, tm_t* result ) { FILE: src/sdk/src/libc/src/time/mktime.c function time_t (line 8) | time_t mktime( tm_t* tm ) { FILE: src/sdk/src/libc/src/time/nanosleep.c function nanosleep (line 10) | int nanosleep( const struct timespec* req, struct timespec* rem ) { FILE: src/sdk/src/libc/src/time/strftime.c function strftime (line 36) | size_t strftime(char* s, size_t max, const char* format, FILE: src/sdk/src/libc/src/time/time.c function time_t (line 8) | time_t time( time_t* t ) { FILE: src/sdk/src/libc/src/time/time_int.c function _gmtime (line 24) | int _gmtime( time_t timeval, tm_t* ret ) { function daysdiff (line 77) | int daysdiff( int year, int month, int day ) { function dayofweek (line 99) | int dayofweek( int year, int month, int day ) { FILE: src/sdk/src/libc/src/time/tzset.c function tzset (line 4) | void tzset( void ) { FILE: src/sdk/src/libc/src/trio/trio.c type trio_flags_t (line 203) | typedef unsigned long trio_flags_t; type wchar_t (line 235) | typedef wchar_t trio_wchar_t; type wint_t (line 236) | typedef wint_t trio_wint_t; type trio_wchar_t (line 238) | typedef char trio_wchar_t; type trio_wint_t (line 239) | typedef int trio_wint_t; type trio_longlong_t (line 284) | typedef signed long long int trio_longlong_t; type trio_ulonglong_t (line 285) | typedef unsigned long long int trio_ulonglong_t; type trio_longlong_t (line 288) | typedef signed __int64 trio_longlong_t; type trio_ulonglong_t (line 289) | typedef unsigned __int64 trio_ulonglong_t; type trio_longlong_t (line 291) | typedef TRIO_SIGNED long int trio_longlong_t; type trio_ulonglong_t (line 292) | typedef unsigned long int trio_ulonglong_t; type intmax_t (line 299) | typedef intmax_t trio_intmax_t; type uintmax_t (line 300) | typedef uintmax_t trio_uintmax_t; type trio_int8_t (line 301) | typedef int8_t trio_int8_t; type trio_int16_t (line 302) | typedef int16_t trio_int16_t; type trio_int32_t (line 303) | typedef int32_t trio_int32_t; type trio_int64_t (line 304) | typedef int64_t trio_int64_t; type intmax_t (line 308) | typedef intmax_t trio_intmax_t; type uintmax_t (line 309) | typedef uintmax_t trio_uintmax_t; type trio_int8_t (line 310) | typedef int8_t trio_int8_t; type trio_int16_t (line 311) | typedef int16_t trio_int16_t; type trio_int32_t (line 312) | typedef int32_t trio_int32_t; type trio_int64_t (line 313) | typedef int64_t trio_int64_t; type trio_longlong_t (line 316) | typedef trio_longlong_t trio_intmax_t; type trio_ulonglong_t (line 317) | typedef trio_ulonglong_t trio_uintmax_t; type __int8 (line 318) | typedef __int8 trio_int8_t; type __int16 (line 319) | typedef __int16 trio_int16_t; type __int32 (line 320) | typedef __int32 trio_int32_t; type __int64 (line 321) | typedef __int64 trio_int64_t; type trio_longlong_t (line 323) | typedef trio_longlong_t trio_intmax_t; type trio_ulonglong_t (line 324) | typedef trio_ulonglong_t trio_uintmax_t; type TRIO_INT8_T (line 326) | typedef TRIO_INT8_T trio_int8_t; type TRIO_SIGNED (line 328) | typedef TRIO_SIGNED char trio_int8_t; type TRIO_INT16_T (line 331) | typedef TRIO_INT16_T trio_int16_t; type trio_int16_t (line 333) | typedef TRIO_SIGNED short trio_int16_t; type TRIO_INT32_T (line 336) | typedef TRIO_INT32_T trio_int32_t; type TRIO_SIGNED (line 338) | typedef TRIO_SIGNED int trio_int32_t; type TRIO_INT64_T (line 341) | typedef TRIO_INT64_T trio_int64_t; type trio_longlong_t (line 343) | typedef trio_longlong_t trio_int64_t; type trio_parameter_t (line 748) | typedef struct { type trio_custom_t (line 799) | typedef struct { type trio_class_t (line 808) | typedef struct _trio_class_t { type trio_reference_t (line 847) | typedef struct _trio_reference_t { type trio_userdef_t (line 854) | typedef struct _trio_userdef_t { type lconv (line 883) | struct lconv function TrioIsQualifier (line 941) | TrioIsQualifier function TRIO_PRIVATE (line 986) | TRIO_PRIVATE void function TrioCalcThousandSeparatorLength (line 1033) | TrioCalcThousandSeparatorLength function TrioFollowedBySeparator (line 1071) | TrioFollowedBySeparator function TrioGetPosition (line 1106) | TrioGetPosition function TrioPower (line 1174) | TrioPower function TrioLogarithm (line 1236) | TrioLogarithm function TrioLogarithmBase (line 1268) | TrioLogarithmBase function TrioParseQualifiers (line 1290) | TrioParseQualifiers function TrioParseSpecifier (line 1591) | TrioParseSpecifier function TrioParse (line 1839) | TrioParse function TrioWriteNumber (line 2360) | TrioWriteNumber function TrioWriteStringCharacter (line 2565) | TrioWriteStringCharacter function TrioWriteString (line 2621) | TrioWriteString function TrioWriteWideStringCharacter (line 2700) | TrioWriteWideStringCharacter function TrioWriteWideString (line 2740) | TrioWriteWideString function TrioWriteDouble (line 2823) | TrioWriteDouble function TrioFormatProcess (line 3472) | TrioFormatProcess function TrioFormatRef (line 3785) | TrioFormatRef function TrioFormat (line 3812) | TrioFormat function TrioOutStreamFile (line 3858) | TrioOutStreamFile function TrioOutStreamFileDescriptor (line 3886) | TrioOutStreamFileDescriptor function TrioOutStreamCustom (line 3915) | TrioOutStreamCustom function TrioOutStreamString (line 3950) | TrioOutStreamString function TrioOutStreamStringMax (line 3971) | TrioOutStreamStringMax function TrioOutStreamStringDynamic (line 3997) | TrioOutStreamStringDynamic function printf (line 4042) | printf function vprintf (line 4071) | vprintf function trio_printfv (line 4097) | trio_printfv function fprintf (line 4124) | fprintf function vfprintf (line 4153) | vfprintf function trio_fprintfv (line 4176) | trio_fprintfv function trio_dprintf (line 4205) | trio_dprintf function trio_vdprintf (line 4233) | trio_vdprintf function trio_dprintfv (line 4255) | trio_dprintfv function trio_cprintf (line 4274) | trio_cprintf function trio_vcprintf (line 4299) | trio_vcprintf function trio_cprintfv (line 4319) | trio_cprintfv function sprintf (line 4351) | sprintf function vsprintf (line 4379) | vsprintf function trio_sprintfv (line 4404) | trio_sprintfv function snprintf (line 4435) | snprintf function vsnprintf (line 4467) | vsnprintf function trio_snprintfv (line 4496) | trio_snprintfv function trio_snprintfcat (line 4523) | trio_snprintfcat function trio_vsnprintfcat (line 4552) | trio_vsnprintfcat function asprintf (line 4644) | asprintf function trio_vasprintf (line 4692) | trio_vasprintf function trio_asprintfv (line 4737) | trio_asprintfv function trio_register (line 4801) | trio_register function trio_locale_set_decimal_point (line 5569) | trio_locale_set_decimal_point function trio_locale_set_thousand_separator (line 5601) | trio_locale_set_thousand_separator function trio_locale_set_grouping (line 5632) | trio_locale_set_grouping function TrioSkipWhitespaces (line 5661) | TrioSkipWhitespaces function TRIO_PRIVATE (line 5679) | TRIO_PRIVATE void function TrioGetCharacterClass (line 5713) | TrioGetCharacterClass function TrioReadNumber (line 5972) | TrioReadNumber function TrioReadChar (line 6104) | TrioReadChar function TrioReadString (line 6170) | TrioReadString function TrioReadWideChar (line 6206) | TrioReadWideChar function TrioReadWideString (line 6267) | TrioReadWideString function TrioReadGroup (line 6314) | TrioReadGroup function TrioReadDouble (line 6354) | TrioReadDouble function TrioReadPointer (line 6547) | TrioReadPointer function TrioScanProcess (line 6599) | TrioScanProcess function TrioScan (line 6927) | TrioScan function TrioInStreamFile (line 6973) | TrioInStreamFile function TrioInStreamFileDescriptor (line 7008) | TrioInStreamFileDescriptor function TrioInStreamCustom (line 7047) | TrioInStreamCustom function TrioInStreamString (line 7084) | TrioInStreamString function scanf (line 7139) | scanf function vscanf (line 7167) | vscanf function trio_scanfv (line 7189) | trio_scanfv function fscanf (line 7218) | fscanf function vfscanf (line 7249) | vfscanf function trio_fscanfv (line 7274) | trio_fscanfv function trio_dscanf (line 7305) | trio_dscanf function trio_vdscanf (line 7335) | trio_vdscanf function trio_dscanfv (line 7359) | trio_dscanfv function trio_cscanf (line 7380) | trio_cscanf function trio_vcscanf (line 7405) | trio_vcscanf function trio_cscanfv (line 7425) | trio_cscanfv function sscanf (line 7457) | sscanf function vsscanf (line 7486) | vsscanf function trio_sscanfv (line 7509) | trio_sscanfv FILE: src/sdk/src/libc/src/trio/triodef.h type trio_long_double_t (line 208) | typedef double trio_long_double_t; type trio_long_double_t (line 230) | typedef long double trio_long_double_t; FILE: src/sdk/src/libc/src/trio/trionan.c function internal_make_double (line 271) | internal_make_double function internal_is_special_quantity (line 292) | internal_is_special_quantity function internal_is_negative (line 320) | internal_is_negative function ms_fpclassify_and_signbit (line 409) | ms_fpclassify_and_signbit function trio_fpclassify_and_signbit (line 710) | trio_fpclassify_and_signbit function trio_isnan (line 801) | trio_isnan function trio_isinf (line 821) | trio_isinf function trio_isfinite (line 848) | trio_isfinite function trio_signbit (line 876) | trio_signbit function trio_fpclassify (line 897) | trio_fpclassify function TRIO_PUBLIC_NAN (line 915) | TRIO_PUBLIC_NAN double function TRIO_PUBLIC_NAN (line 942) | TRIO_PUBLIC_NAN double function TRIO_PUBLIC_NAN (line 996) | TRIO_PUBLIC_NAN double function TRIO_PUBLIC_NAN (line 1021) | TRIO_PUBLIC_NAN double function main (line 1121) | int main(TRIO_NOARGS) FILE: src/sdk/src/libc/src/trio/triostr.c type _trio_string_t (line 132) | struct _trio_string_t function TRIO_PRIVATE_STRING (line 195) | TRIO_PRIVATE_STRING trio_string_t * function internal_string_grow (line 224) | internal_string_grow function internal_string_grow_to (line 260) | internal_string_grow_to function trio_destroy (line 323) | trio_destroy function trio_length (line 344) | trio_length function trio_length_max (line 363) | trio_length_max function trio_append (line 396) | trio_append function trio_append_max (line 427) | trio_append_max function trio_contains (line 459) | trio_contains function trio_copy (line 488) | trio_copy function trio_copy_max (line 519) | trio_copy_max function trio_equal (line 600) | trio_equal function trio_equal_case (line 642) | trio_equal_case function trio_equal_case_max (line 672) | trio_equal_case_max function trio_equal_locale (line 702) | trio_equal_locale function trio_equal_max (line 732) | trio_equal_max function trio_format_date_max (line 818) | trio_format_date_max function trio_lower (line 929) | trio_lower function trio_match (line 956) | trio_match function trio_match_case (line 1010) | trio_match_case function trio_span_function (line 1059) | trio_span_function function trio_to_long_double (line 1196) | trio_to_long_double function trio_to_double (line 1334) | trio_to_double function trio_to_float (line 1360) | trio_to_float function trio_to_lower (line 1407) | trio_to_lower function trio_to_upper (line 1460) | trio_to_upper function trio_upper (line 1478) | trio_upper function trio_string_destroy (line 1546) | trio_string_destroy function trio_xstring_set (line 1660) | trio_xstring_set function trio_string_size (line 1679) | trio_string_size function trio_string_terminate (line 1696) | trio_string_terminate function trio_string_append (line 1715) | trio_string_append function trio_xstring_append (line 1745) | trio_xstring_append function trio_xstring_append_char (line 1774) | trio_xstring_append_char function trio_string_contains (line 1806) | trio_string_contains function trio_xstring_contains (line 1825) | trio_xstring_contains function trio_string_copy (line 1844) | trio_string_copy function trio_xstring_copy (line 1865) | trio_xstring_copy function trio_string_equal (line 1951) | trio_string_equal function trio_xstring_equal (line 1971) | trio_xstring_equal function trio_string_equal_max (line 1990) | trio_string_equal_max function trio_xstring_equal_max (line 2009) | trio_xstring_equal_max function trio_string_equal_case (line 2029) | trio_string_equal_case function trio_xstring_equal_case (line 2048) | trio_xstring_equal_case function trio_string_equal_case_max (line 2067) | trio_string_equal_case_max function trio_xstring_equal_case_max (line 2087) | trio_xstring_equal_case_max function trio_string_format_date_max (line 2107) | trio_string_format_date_max function trio_string_length (line 2163) | trio_string_length function trio_string_lower (line 2184) | trio_string_lower function trio_string_match (line 2201) | trio_string_match function trio_xstring_match (line 2220) | trio_xstring_match function trio_string_match_case (line 2239) | trio_string_match_case function trio_xstring_match_case (line 2258) | trio_xstring_match_case function trio_string_upper (line 2315) | trio_string_upper FILE: src/sdk/src/libc/src/trio/triostr.h type trio_string_t (line 437) | typedef struct _trio_string_t trio_string_t; FILE: src/sdk/src/libc/src/udivmoddi4.c type SItype (line 4) | typedef int SItype __attribute__(( mode( SI ) )); type USItype (line 5) | typedef unsigned int USItype __attribute__(( mode( SI ) )); type DItype (line 6) | typedef int DItype __attribute__(( mode( DI ) )); type UDItype (line 7) | typedef unsigned int UDItype __attribute__(( mode( DI ) )); type DWstruct (line 16) | struct DWstruct { type DWunion (line 21) | typedef union { function UDWtype (line 44) | static inline __attribute__(( __always_inline__ )) function DWtype (line 161) | DWtype __moddi3( DWtype u, DWtype v ) { function UDWtype (line 182) | UDWtype __umoddi3( UDWtype u, UDWtype v ) { function DWtype (line 190) | DWtype __divdi3( DWtype u, DWtype v ) { function UDWtype (line 212) | UDWtype __udivdi3( UDWtype n, UDWtype d ) { FILE: src/sdk/src/libc/src/unistd/access.c function access (line 5) | int access( const char* pathname, int mode ) { FILE: src/sdk/src/libc/src/unistd/alarm.c function alarm (line 4) | unsigned int alarm( unsigned int seconds ) { FILE: src/sdk/src/libc/src/unistd/chdir.c function chdir (line 9) | int chdir( const char* path ) { FILE: src/sdk/src/libc/src/unistd/chown.c function chown (line 4) | int chown( const char* path, uid_t owner, gid_t group ) { FILE: src/sdk/src/libc/src/unistd/close.c function close (line 9) | int close( int fd ) { FILE: src/sdk/src/libc/src/unistd/dup.c function dup (line 9) | int dup( int old_fd ) { FILE: src/sdk/src/libc/src/unistd/dup2.c function dup2 (line 9) | int dup2( int old_fd, int new_fd ) { FILE: src/sdk/src/libc/src/unistd/execlp.c function execlp (line 6) | int execlp( const char* file, const char* arg, ... ) { FILE: src/sdk/src/libc/src/unistd/execv.c function execv (line 5) | int execv( const char* file, char* const argv[] ) { FILE: src/sdk/src/libc/src/unistd/execve.c function execve (line 9) | int execve( const char* filename, char* const argv[], char* const envp[]... FILE: src/sdk/src/libc/src/unistd/execvp.c function execvp (line 9) | int execvp( const char* filename, char* const argv[] ) { FILE: src/sdk/src/libc/src/unistd/exit.c function atexit (line 13) | int atexit( void ( *function )( void ) ) { function exit (line 25) | void exit( int status ) { FILE: src/sdk/src/libc/src/unistd/fchdir.c function fchdir (line 9) | int fchdir( int fd ) { FILE: src/sdk/src/libc/src/unistd/fork.c function pid_t (line 5) | pid_t fork( void ) { FILE: src/sdk/src/libc/src/unistd/fpathconf.c function fpathconf (line 7) | long fpathconf( int fd, int name ) { FILE: src/sdk/src/libc/src/unistd/ftruncate.c function ftruncate (line 4) | int ftruncate( int fd, off_t length ) { FILE: src/sdk/src/libc/src/unistd/getcwd.c type stat (line 24) | struct stat type dirent (line 64) | struct dirent FILE: src/sdk/src/libc/src/unistd/getdents.c function getdents (line 9) | int getdents( int fd, struct dirent* entry, unsigned int count ) { FILE: src/sdk/src/libc/src/unistd/getdtablesize.c function getdtablesize (line 3) | int getdtablesize( void ) { FILE: src/sdk/src/libc/src/unistd/getegid.c function gid_t (line 3) | gid_t getegid( void ) { FILE: src/sdk/src/libc/src/unistd/geteuid.c function uid_t (line 3) | uid_t geteuid( void ) { FILE: src/sdk/src/libc/src/unistd/getgid.c function gid_t (line 3) | gid_t getgid( void ) { FILE: src/sdk/src/libc/src/unistd/gethostname.c function gethostname (line 4) | int gethostname( char* name, size_t len ) { FILE: src/sdk/src/libc/src/unistd/getpgid.c function pid_t (line 3) | pid_t getpgid( pid_t pid ) { FILE: src/sdk/src/libc/src/unistd/getpgrp.c function pid_t (line 3) | pid_t getpgrp( void ) { FILE: src/sdk/src/libc/src/unistd/getpid.c function pid_t (line 5) | pid_t getpid( void ) { FILE: src/sdk/src/libc/src/unistd/getppid.c function pid_t (line 3) | pid_t getppid( void ) { FILE: src/sdk/src/libc/src/unistd/gettid.c function pid_t (line 9) | pid_t gettid( void ) { FILE: src/sdk/src/libc/src/unistd/getuid.c function uid_t (line 4) | uid_t getuid( void ) { FILE: src/sdk/src/libc/src/unistd/isatty.c function isatty (line 9) | int isatty( int fd ) { FILE: src/sdk/src/libc/src/unistd/link.c function link (line 4) | int link( const char* oldpath, const char* newpath ) { FILE: src/sdk/src/libc/src/unistd/lseek.c function off_t (line 9) | off_t lseek( int fd, off_t offset, int whence ) { FILE: src/sdk/src/libc/src/unistd/pipe.c function pipe (line 4) | int pipe( int pipefd[2] ) { FILE: src/sdk/src/libc/src/unistd/pread.c function pread (line 9) | ssize_t pread( int fd, void* buf, size_t count, off_t offset ) { FILE: src/sdk/src/libc/src/unistd/pwrite.c function pwrite (line 9) | ssize_t pwrite( int fd, const void* buf, size_t count, off_t offset ) { FILE: src/sdk/src/libc/src/unistd/read.c function read (line 9) | ssize_t read( int fd, void* buf, size_t count ) { FILE: src/sdk/src/libc/src/unistd/readlink.c function readlink (line 10) | ssize_t readlink( const char* path, char* buf, size_t bufsiz ) { FILE: src/sdk/src/libc/src/unistd/rmdir.c function rmdir (line 9) | int rmdir( const char* pathname ) { FILE: src/sdk/src/libc/src/unistd/setgid.c function setgid (line 3) | int setgid( gid_t gid ) { FILE: src/sdk/src/libc/src/unistd/setpgid.c function setpgid (line 3) | int setpgid( pid_t pid, pid_t pgid ) { FILE: src/sdk/src/libc/src/unistd/setpgrp.c function setpgrp (line 3) | int setpgrp( void ) { FILE: src/sdk/src/libc/src/unistd/setregid.c function setregid (line 3) | int setregid( gid_t rgid, gid_t egid ) { FILE: src/sdk/src/libc/src/unistd/setreuid.c function setreuid (line 3) | int setreuid( uid_t ruid, uid_t euid ) { FILE: src/sdk/src/libc/src/unistd/setuid.c function setuid (line 3) | int setuid( uid_t uid ) { FILE: src/sdk/src/libc/src/unistd/sleep.c function sleep (line 5) | unsigned int sleep( unsigned int seconds ) { FILE: src/sdk/src/libc/src/unistd/symlink.c function symlink (line 6) | int symlink( const char* oldpath, const char* newpath ) { FILE: src/sdk/src/libc/src/unistd/ttyname.c function ttyname_r (line 8) | int ttyname_r( int fd, char* buf, size_t buflen ) { FILE: src/sdk/src/libc/src/unistd/unlink.c function unlink (line 9) | int unlink( const char* pathname ) { FILE: src/sdk/src/libc/src/unistd/write.c function write (line 6) | ssize_t write( int fd, const void* buf, size_t count ) { FILE: src/userland/helloworld/main.c function main (line 9) | int main(int argc,char **argv){