Home
last modified time | relevance | path

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

/external/strace/
Dfcntl.c43 print_struct_flock64(const struct_kernel_flock64 *fl, const int getlk) in print_struct_flock64() function
62 print_struct_flock64(&fl, getlk); in printflock64()
71 print_struct_flock64(&fl, getlk); in printflock()
DChangeLog22047 * fcntl.c (print_struct_flock64): Print l_start and l_len fields
29381 * fcntl.c (print_struct_flock64): Explicitly cast l_type and l_whence
34119 * fcntl.c (print_struct_flock64): Replace %Ld with %lld.
35232 * fcntl.c (print_struct_flock64): New function.
35233 (printflock64): Use fetch_struct_flock64 and print_struct_flock64.
35234 (printflock): Use fetch_struct_flock and print_struct_flock64.