Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linux/
Dlinux_file.h69 #define LINUX_O_TRUNC 00001000 macro
Dlinux_file.c120 if (l_flags & LINUX_O_TRUNC) in linux_common_open()