Home
last modified time | relevance | path

Searched refs:SYS_truncate (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/lib/libc/sys/
H A Dtruncate.c46 return(__syscall((quad_t)SYS_truncate, path, 0, length)); in truncate()
/dflybsd-src/sys/sys/
H A Dsyscall.h182 #define SYS_truncate 200 macro