OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:option_string
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/
parse-options.h
29
OPTION_STRING
,
123
#define OPT_STRING(s, l, v, a, h) { .type =
OPTION_STRING
, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), (a), .help = (h) }
parse-options.c
60
case
OPTION_STRING
:
94
case
OPTION_STRING
:
499
case
OPTION_STRING
:
/external/dnsmasq/src/
dnsmasq.h
765
char *
option_string
(unsigned char opt, int *is_ip, int *is_name);
rfc2131.c
[
all
...]
option.c
413
char *
option_string
(unsigned char opt, int *is_ip, int *is_name)
function
[
all
...]
Completed in 78 milliseconds