Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dfcntl.c49 struct flock *flk = (struct flock *) arg; in __libc_fcntl() local
52 .l_type = flk->l_type, in __libc_fcntl()
53 .l_whence = flk->l_whence, in __libc_fcntl()
54 .l_start = flk->l_start, in __libc_fcntl()
55 .l_len = flk->l_len, in __libc_fcntl()
56 .l_pid = flk->l_pid in __libc_fcntl()
63 struct flock *flk = (struct flock *) arg; in __libc_fcntl() local
66 .l_type = flk->l_type, in __libc_fcntl()
67 .l_whence = flk->l_whence, in __libc_fcntl()
68 .l_start = flk->l_start, in __libc_fcntl()
[all …]