Home
last modified time | relevance | path

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

/sysdeps/mach/hurd/
A Dfcntl.c155 struct flock64 fl64 = { in __libc_fcntl() local
168 &fl64, MACH_PORT_NULL, in __libc_fcntl()
200 fl->l_type = fl64.l_type; in __libc_fcntl()
201 fl->l_whence = fl64.l_whence; in __libc_fcntl()
202 fl->l_start = fl64.l_start; in __libc_fcntl()
203 fl->l_len = fl64.l_len; in __libc_fcntl()
204 fl->l_pid = fl64.l_pid; in __libc_fcntl()
206 if ((sizeof fl->l_start != sizeof fl64.l_start in __libc_fcntl()
207 && fl->l_start != fl64.l_start) in __libc_fcntl()
208 || (sizeof fl->l_len != sizeof fl64.l_len in __libc_fcntl()
[all …]

Completed in 3 milliseconds