OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_slash
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_procmaps_test.cc
36
const char *
last_slash
= strrchr(argv0, '/');
local in function:__sanitizer::TEST
37
const char *binary_name =
last_slash
?
last_slash
+ 1 : argv0;
/src/usr.bin/indent/
indent.c
210
const char *
last_slash
= strrchr(in_name, '/');
local in function:copy_to_bak_file
211
const char *base =
last_slash
!= NULL ?
last_slash
+ 1 : in_name;
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
3140
const char *
last_slash
= strrchr(program_path, '/');
local in function:GetPathToLoadable
3141
ASSERT_NE(nullptr,
last_slash
);
3142
size_t dir_len = (size_t)(
last_slash
- program_path);
Completed in 41 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025