Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/
H A Dfcntl.cpp85 struct f_owner_ex fex; in fcntl() local
87 F_GETOWN_EX, &fex); in fcntl()
90 return fex.type == F_OWNER_PGRP ? -fex.pid : fex.pid; in fcntl()