Home
last modified time | relevance | path

Searched defs:fl (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/io/
Dlockf.c31 struct flock fl = { in lockf() local
/glibc-2.36/sysdeps/pthread/
Dtst-flock2.c36 struct flock fl = in tf() local
109 struct flock fl = in do_test() local
/glibc-2.36/hurd/
Dhurdmalloc.c102 struct free_list *fl; member
117 struct free_list *fl; member
167 more_memory(int size, free_list_t fl) in more_memory()
203 free_list_t fl; in malloc() local
269 free_list_t fl; in free() local
317 free_list_t fl; in realloc() local
377 free_list_t fl; in print_malloc_free_list() local
/glibc-2.36/sysdeps/mach/hurd/
Dfcntl.c137 struct flock *fl = va_arg (ap, struct flock *); in __libc_fcntl() local
224 struct flock64 *fl = va_arg (ap, struct flock64 *); in __libc_fcntl() local
/glibc-2.36/nptl/
Dtst-cancel7.c62 struct flock fl = in sl() local
131 struct flock fl = in do_test() local
163 struct flock fl = in do_cleanup() local
/glibc-2.36/login/
Dtst-pututxline-lockfail.c75 struct flock64 fl = in subprocess_lock_file() local
Dutmp_file.c96 struct flock64 fl = in try_file_lock() local
123 struct flock64 fl = in file_unlock() local
/glibc-2.36/shadow/
Dlckpwdf.c89 struct flock fl; /* Information struct for locking. */ in __lckpwdf() local
/glibc-2.36/sysdeps/nptl/
Dlowlevellock-futex.h54 # define __lll_private_flag(fl, private) \ argument