Searched refs:sys_getcwd (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c201 long sys_getcwd(va_list ap);
542 syscall_table[__NR_getcwd] = sys_getcwd;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c709 long sys_getcwd(va_list ap) { function
710 assert(!"sys_getcwd not implemented");
1869 long sys_getcwd(va_list ap) { function
1870 assert(!"sys_getcwd not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c201 long sys_getcwd(va_list ap);
542 syscall_table[__NR_getcwd] = sys_getcwd;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c709 long sys_getcwd(va_list ap) { function
710 assert(!"sys_getcwd not implemented");
1869 long sys_getcwd(va_list ap) { function
1870 assert(!"sys_getcwd not implemented");

Completed in 44 milliseconds