Home
last modified time | relevance | path

Searched refs:fhsize (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dname_to_handle_at.c33 int mount_id, fhsize, flags, dirfd; in name_to_handle_at_0100() local
35 fhsize = sizeof(*fhp); in name_to_handle_at_0100()
36 fhp = malloc(fhsize); in name_to_handle_at_0100()
49 fhsize = sizeof(*fhp) + fhp->handle_bytes; in name_to_handle_at_0100()
50 fhp = realloc(fhp, fhsize); in name_to_handle_at_0100()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs131 pub fhsize: ::c_int,

Completed in 5 milliseconds