Searched refs:length (Results 1 – 7 of 7) sorted by relevance
/misc/ |
A D | truncate64.c | 24 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 D | ftruncate64.c | 24 __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 D | tst-syscalls.c | 34 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 D | truncate.c | 23 __truncate (const char *path, off_t length) in __truncate() argument
|
A D | ftruncate.c | 24 __ftruncate (int fd, off_t length) in __ftruncate() argument
|
A D | tst-warn-wide.c | 44 size_t length = 0; in one_test() local 45 FILE *fp = open_wmemstream (&buffer, &length); in one_test()
|
/misc/bits/ |
A D | stab.def | 177 /* Second symbol entry containing a length-value for the preceding entry. 178 The value is the length. */
|
Completed in 12 milliseconds