Home
last modified time | relevance | path

Searched refs:handle_option (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dparse.c841 static int handle_option(struct fio_option *o, const char *__ptr, void *data) in handle_option() function
967 if (!handle_option(o, val, data)) in parse_cmd_option()
997 if (handle_option(*o, post, data)) { in parse_option()
1200 handle_option(o, o->def, data); in fill_default_options()
/external/pcre/dist2/src/
Dpcre2grep.c2667 handle_option(int letter, int options) in handle_option() function
3151 pcre2_options = handle_option(*s++, pcre2_options); in main()
3161 pcre2_options = handle_option(op->one_char, pcre2_options); in main()