Home
last modified time | relevance | path

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

/misc/
A Dtruncate64.c24 truncate64 (const char *path, off64_t length) in truncate64() argument
26 if ((off_t) length != length) in truncate64()
31 return __truncate (path, (off_t) length); in truncate64()
A Dftruncate64.c24 __ftruncate64 (int fd, off64_t length) in __ftruncate64() argument
26 if ((off_t) length != length) in __ftruncate64()
31 return __ftruncate (fd, (off_t) length); in __ftruncate64()
A Dtst-syscalls.c34 size_t length; member
62 if (b.length && munmap (b.ptr, b.length)) in deallocate()
71 do_mmap (void *addr, size_t length) in do_mmap() argument
84 if (b.length) in reallocate()
85 return do_mmap (b.ptr, b.length); in reallocate()
93 if (b.length) in protect()
98 if (mprotect (b.ptr, b.length, in protect()
114 if (b.length) in do_read()
115 return read (fd, ptr, b.length); in do_read()
126 if (b.length) in do_write()
[all …]
A Dtruncate.c23 __truncate (const char *path, off_t length) in __truncate() argument
A Dftruncate.c24 __ftruncate (int fd, off_t length) in __ftruncate() argument
A Dtst-warn-wide.c44 size_t length = 0; in one_test() local
45 FILE *fp = open_wmemstream (&buffer, &length); in one_test()
/misc/bits/
A Dstab.def177 /* Second symbol entry containing a length-value for the preceding entry.
178 The value is the length. */

Completed in 12 milliseconds