OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_component
(Results
1 - 10
of
10
) sorted by null
/external/bison/lib/
stripslash.c
33
char *base =
last_component
(file);
37
/*
last_component
returns "" for file system roots, but we need to turn
dirname.h
42
char *
last_component
(char const *file) _GL_ATTRIBUTE_PURE;
basename.c
30
char const *base =
last_component
(name);
basename-lgpl.c
30
last_component
(char const *name)
function
54
value returned by base_name or
last_component
. Act like strlen
dirname-lgpl.c
48
for (length =
last_component
(file) - file;
/external/selinux/libselinux/src/
matchpathcon.c
351
char *
last_component
;
local
370
last_component
= strrchr(tmp_path, '/');
372
if (
last_component
== tmp_path) {
373
last_component
++;
375
} else if (
last_component
) {
376
*
last_component
= '\0';
377
last_component
++;
380
last_component
= tmp_path;
392
if (len + strlen(
last_component
) + 2 > PATH_MAX) {
403
strcpy(resolved_path,
last_component
);
[
all
...]
/external/bison/src/
files.c
209
*base =
last_component
(file_name);
267
last_component
(spec_file_prefix) - spec_file_prefix);
scan-skel.l
187
fputs (
last_component
(at_directive_argv[1]), yyout);
scan-skel.c
[
all
...]
/frameworks/compile/mclinker/tools/mcld/
Main.cpp
167
llvm::StringRef::size_type
last_component
=
local
169
if (
last_component
== llvm::StringRef::npos)
171
llvm::StringRef prefix = prog_name_ref.slice(0,
last_component
);
[
all
...]
Completed in 455 milliseconds