OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skip_prefix
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
util.h
184
static inline const char *
skip_prefix
(const char *str, const char *prefix)
function
parse-options.c
214
rest =
skip_prefix
(arg, options->long_name);
254
rest =
skip_prefix
(arg + 3, options->long_name);
Completed in 1110 milliseconds