HomeSort by relevance Sort by last modified time
    Searched refs:OPTION_STRING (Results 1 - 2 of 2) 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:

Completed in 192 milliseconds