OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_dir_sep
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
path.c
67
if (len && !
is_dir_sep
(perf_dir[len-1]))
126
while (len &&
is_dir_sep
(path[len - 1]))
144
if (
is_dir_sep
(path[path_len - 1])) {
145
if (!
is_dir_sep
(suffix[suffix_len - 1]))
154
if (path_len && !
is_dir_sep
(path[path_len - 1]))
exec_cmd.c
33
while (argv0 <= slash && !
is_dir_sep
(*slash))
util.h
144
#ifndef
is_dir_sep
145
#define
is_dir_sep
(c) ((c) == '/')
macro
Completed in 377 milliseconds