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

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c125 long sys_truncate(va_list ap);
466 syscall_table[__NR_truncate] = sys_truncate;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c357 long sys_truncate(va_list ap) { function
358 assert(!"sys_truncate not implemented");
1577 long sys_truncate(va_list ap) { function
1578 assert(!"sys_truncate not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c125 long sys_truncate(va_list ap);
466 syscall_table[__NR_truncate] = sys_truncate;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c357 long sys_truncate(va_list ap) { function
358 assert(!"sys_truncate not implemented");
1577 long sys_truncate(va_list ap) { function
1578 assert(!"sys_truncate not implemented");

Completed in 112 milliseconds