OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:truncate64
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/arch-arm/syscalls/
truncate64.S
5
ENTRY(
truncate64
)
function
16
END(
truncate64
)
/bionic/libc/arch-mips/syscalls/
truncate64.S
5
ENTRY(
truncate64
)
function
19
END(
truncate64
)
/bionic/libc/arch-x86/syscalls/
truncate64.S
5
ENTRY(
truncate64
)
function
39
END(
truncate64
)
/bionic/libc/include/
unistd.h
178
extern int truncate(const char* __path, off_t __length) __RENAME(
truncate64
);
variable
192
extern int
truncate64
(const char* __path, off64_t __length) __INTRODUCED_IN(21);
Completed in 945 milliseconds