OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:basename_r
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/bionic/
libgen.cpp
94
// Since this is a non-standard symbol, it might be hijacked by a
basename_r
in the executable.
95
__LIBC32_LEGACY_PUBLIC__ int
basename_r
(const char* path, char* buffer, size_t buffer_size) {
function
158
// Since this is a non-standard symbol, it might be hijacked by a
basename_r
in the executable.
/external/toybox/lib/
lib.c
909
char *
basename_r
(char *name)
function
935
: !strcmp(
basename_r
(cmd),
basename_r
(*curname)))
/external/squashfs-tools/squashfs-tools/
mksquashfs.c
2990
char *
basename_r
()
function
[
all
...]
Completed in 129 milliseconds